Removed unused 'index' entry for IPR section_table
- Legacy-Id: 1652
This commit is contained in:
parent
9fd78b31c7
commit
3af4f775d0
|
@ -2,8 +2,7 @@
|
|||
|
||||
|
||||
section_table = {
|
||||
"index": { "index": True },
|
||||
"specific": { "index": False, "title": True,
|
||||
"specific": { "title": True,
|
||||
"specific": 1, "generic": 0, "third_party": 0,
|
||||
"legacy_intro": False, "new_intro": True, "form_intro": False,
|
||||
"holder": True, "holder_contact": True, "ietf_contact": True,
|
||||
|
@ -12,7 +11,7 @@ section_table = {
|
|||
"disclosure_type": "Specific IPR Disclosures", "form_legend": False,
|
||||
"per_rfc_disclosure": True, "also_specific": False,
|
||||
},
|
||||
"generic": { "index": False, "title": True,
|
||||
"generic": { "title": True,
|
||||
"specific": 0, "generic": 1, "third_party": 0,
|
||||
"legacy_intro": False, "new_intro": True, "form_intro": False,
|
||||
"holder": True, "holder_contact": True, "ietf_contact": False,
|
||||
|
@ -21,7 +20,7 @@ section_table = {
|
|||
"disclosure_type": "Generic IPR Disclosures", "form_legend": False,
|
||||
"per_rfc_disclosure": False, "also_specific": True,
|
||||
},
|
||||
"third-party": {"index": False, "title": True,
|
||||
"third-party": {"title": True,
|
||||
"specific": 0, "generic": 0, "third_party": 1,
|
||||
"legacy_intro": False, "new_intro": True, "form_intro": False,
|
||||
"holder": True, "holder_contact": False, "ietf_contact": True,
|
||||
|
@ -30,7 +29,7 @@ section_table = {
|
|||
"disclosure_type": "Notification", "form_legend": False,
|
||||
"per_rfc_disclosure": False, "also_specific": False,
|
||||
},
|
||||
"legacy": { "index": False, "title": True, "legacy": True,
|
||||
"legacy": { "title": True, "legacy": True,
|
||||
"legacy_intro": True, "new_intro": False, "form_intro": False,
|
||||
"holder": True, "holder_contact": True, "ietf_contact": False,
|
||||
"ietf_doc": True, "patent_info": False, "licensing": False,
|
||||
|
|
|
@ -105,30 +105,6 @@
|
|||
<font size="3"><strong>Submitted Date: {{ ipr.submitted_date|date:"F j, Y" }}</strong></font>
|
||||
{% endif %}
|
||||
|
||||
{% if section_list.index %}
|
||||
<p>
|
||||
The IETF takes no position regarding the validity or scope of any
|
||||
intellectual property rights or other rights that might be claimed to
|
||||
pertain to the implementation or use of the technology described in any IETF documents or the extent to
|
||||
which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights.
|
||||
</p>
|
||||
<p>
|
||||
There are 3 different IPR disclosures that can be made:
|
||||
</p>
|
||||
<p>
|
||||
<img src="/images/blue.gif" hspace="3" border="0" />
|
||||
"Specific": <a href="{% url ietf.ipr.views.new_specific %}">A disclosure about your IPR related to a specific IETF contribution</a>
|
||||
</p>
|
||||
<p>
|
||||
<img src="/images/blue.gif" hspace="3" border="0" />
|
||||
"Generic": <a href="{% url ietf.ipr.views.new_generic %}">An IPR disclosure about your IPR that is not related to a specific IETF contribution</a>
|
||||
</p>
|
||||
<p>
|
||||
<img src="/images/blue.gif" hspace="3" border="0" />
|
||||
"Third-Party": <a href="{% url ietf.ipr.views.new_thirdpty %}">Notify the IETF of IPR other than your own which you believe may be related to a specific IETF contribution</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
{% if section_list.form_intro %}
|
||||
<h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{ section_list.disclosure_type }}</h4>
|
||||
<p class="ipr">
|
||||
|
|
Loading…
Reference in a new issue