Template Cleanup - get rid of unused IPR templates

- Legacy-Id: 118
This commit is contained in:
Henrik Levkowetz 2007-05-10 15:08:08 +00:00
parent dc3f03480d
commit 8e16dd2aea
7 changed files with 0 additions and 194 deletions

View file

@ -1,26 +0,0 @@
{% extends "ipr/details.html" %}
{% block legacy_sections %}I and II{% endblock %}
<!-- unchanged: section1, Patent Holder-->
<!-- unchanged: section2, Patent Holder's Contact -->
<!-- not present: section3, IETF Participant -->
{% block section3 %}{% endblock %}
<!-- not present: section4, IETF Document -->
{% block section4 %}{% endblock %}
<!-- modified: section5, Patent Information -->
{% block clause5c %}
<tr>
<td colspan="2"><i>C. Does this disclosure apply to all IPR owned by
the submitter?:</i> <b>{{ ipr.selectownedtext }}</b></td>
</tr>
{% endblock %}
<!-- unchanged: section6, Licensing Declaration -->
<!-- unchanged: section7, Form Submitter -->
<!-- unchanged: section8, Other Notes -->

View file

@ -1,18 +0,0 @@
{% extends "ipr/details.html" %}
{% block legacy_sections %}I, II, and IV{% endblock %}
<!-- unchanged: section1, Patent Holder-->
<!-- unchanged: section2, Patent Holder's Contact -->
<!-- unchanged: section3, IETF Participant -->
<!-- unchanged: section4, IETF Document -->
<!-- unchanged: section5, Patent Information -->
<!-- unchanged: section6, Licensing Declaration -->
<!-- unchanged: section7, Form Submitter -->
<!-- unchanged: section8, Other Notes -->

View file

@ -1,22 +0,0 @@
{% extends "ipr/details.html" %}
{% block legacy_sections %}I, II, and III{% endblock %}
<!-- unchanged: section1, Patent Holder-->
<!-- not present: section2, Patent Holder's Contact -->
{% block section2 %}{% endblock %}
<!-- unchanged: section3, IETF Participant -->
<!-- unchanged: section4, IETF Document -->
<!-- unchanged: section5, Patent Information -->
<!-- not present: section6, Licensing Declaration -->
{% block section6 %}{% endblock %}
<!-- not present: section7, Form Submitter -->
{% block section7 %}{% endblock %}
<!-- not present: section8, Other Notes -->
{% block section8 %}{% endblock %}

View file

@ -1,62 +0,0 @@
{% extends "ipr/details.html" %}
{% block title %}IPR Disclosure Page{% endblock %}
{% block top_info %}
{% if not ipr %}
<div>
<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="http://www.ietf.org/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="http://www.ietf.org/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="http://www.ietf.org/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>
</div>
{% else %}
<blockquote>
<h4 class="ipr">The Patent Disclosure and Licensing Declaration Template for {{ ipr.disclosure_type }} IPR Disclosures</h4>
<p class="ipr">
This document is an IETF IPR Disclosure and Licensing Declaration
Template and is submitted to inform the IETF of a) patent or patent
application information regarding the IETF document or contribution
listed in Section IV, and b) an IPR Holder's intention with respect to
the licensing of its necessary patent claims. No actual license is
implied by submission of this template. Please complete and submit a
separate template for each IETF document or contribution to which the
disclosed patent information relates.
</p>
<p class="ipr">
If you wish to submit your IPR disclosure by e-mail, then please send
it to <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.
Submissions made by e-mail that do not comply with the formal
requirements of Section 6, "IPR Disclosures," of <a
href="http://www.ietf.org/rfc/rfc3979.txt?number=3979">RFC 3979</a>,
"Intellectual Property Rights in IETF Technology," will be posted, but
will be marked as "non-compliant."
</p>
</blockquote>
{% endif %}
<form method="post">
{% endblock %}
{% block bot_info %}
<center><input type="submit" name="submit" value="Submit"></center>
</form>
{% endblock %}

View file

@ -1,26 +0,0 @@
{% extends "ipr/new.html" %}
{% block legacy_sections %}I and II{% endblock %}
<!-- unchanged: section1, Patent Holder-->
<!-- unchanged: section2, Patent Holder's Contact -->
<!-- not present: section3, IETF Participant -->
{% block section3 %}{% endblock %}
<!-- not present: section4, IETF Document -->
{% block section4 %}{% endblock %}
<!-- modified: section5, Patent Information -->
{% block clause5c %}
<tr>
<td colspan="2"><i>C. Does this disclosure apply to all IPR owned by
the submitter?:</i> <b>{{ ipr.selectownedtext }}</b></td>
</tr>
{% endblock %}
<!-- unchanged: section6, Licensing Declaration -->
<!-- unchanged: section7, Form Submitter -->
<!-- unchanged: section8, Other Notes -->

View file

@ -1,18 +0,0 @@
{% extends "ipr/new.html" %}
{% block legacy_sections %}I, II, and IV{% endblock %}
<!-- unchanged: section1, Patent Holder-->
<!-- unchanged: section2, Patent Holder's Contact -->
<!-- unchanged: section3, IETF Participant -->
<!-- unchanged: section4, IETF Document -->
<!-- unchanged: section5, Patent Information -->
<!-- unchanged: section6, Licensing Declaration -->
<!-- unchanged: section7, Form Submitter -->
<!-- unchanged: section8, Other Notes -->

View file

@ -1,22 +0,0 @@
{% extends "ipr/new.html" %}
{% block legacy_sections %}I, II, and III{% endblock %}
<!-- unchanged: section1, Patent Holder-->
<!-- not present: section2, Patent Holder's Contact -->
{% block section2 %}{% endblock %}
<!-- unchanged: section3, IETF Participant -->
<!-- unchanged: section4, IETF Document -->
<!-- unchanged: section5, Patent Information -->
<!-- not present: section6, Licensing Declaration -->
{% block section6 %}{% endblock %}
<!-- not present: section7, Form Submitter -->
{% block section7 %}{% endblock %}
<!-- not present: section8, Other Notes -->
{% block section8 %}{% endblock %}