1- {% extends "base.html" %}
21{# Copyright The IETF Trust 2007, All Rights Reserved #}
3-
2+ {% extends "base.html" %}
43{% load ietf_filters %}
54{% load ipr_filters %}
5+ {% load future %}
66
77{% block title %}New IPR - Form{% endblock %}
88
@@ -78,7 +78,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
7878 < p class ="formlegend "> Fields marked with "*" are required.</ p >
7979
8080 < table class ="ipr ">
81- < tr class ="{% cycle dark, light as row_parity %} "> < th colspan =2 > Updates</ th > </ tr >
81+ < tr class ="{% cycle ' dark',' light' as row_parity %} "> < th colspan =2 > Updates</ th > </ tr >
8282 < tr class ="{% cycle row_parity %} "> < td colspan =2 > If this disclosure < b > updates</ b > another disclosure(s) identify here which one(s).
8383 Leave this field blank if this disclosure does not update any prior disclosures.
8484 Note: Updates to IPR disclosures must only be made by authorized
@@ -103,9 +103,9 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
103103 < br >
104104
105105 < table class ="ipr ">
106- < tr class ="{% cycle dark, light as row_parity %} ">
106+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
107107 < th colspan =2 >
108- {% cycle I,II, III,IV,V,VI, VII, VIII as section %}.
108+ {% cycle 'I','II',' III','IV','V','VI',' VII',' VIII' as section %}.
109109 {% if form.instance|to_class_name == "ThirdPartyIprDisclosure" %}Possible{% endif %}
110110 Patent Holder/Applicant ("Patent Holder")
111111 </ th >
@@ -117,7 +117,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
117117
118118 {% if form.holder_contact_name %}
119119 < table class ="ipr ">
120- < tr class ="{% cycle dark, light as row_parity %} ">
120+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
121121 < th colspan ="2 ">
122122 {% cycle section %}.
123123 Patent Holder's Contact for License Application
@@ -131,7 +131,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
131131
132132 {% if form.ietfer_name %}
133133 < table class ="ipr ">
134- < tr class ="{% cycle dark, light as row_parity %} ">
134+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
135135 < th colspan ="2 " >
136136 {% cycle section %}.
137137 Contact Information for the IETF Participant Whose Personal Belief Triggered this Disclosure:
@@ -151,7 +151,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
151151 < col width ="15% ">
152152 < col width ="15% ">
153153
154- < tr class ="{% cycle dark, light as row_parity %} ">
154+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
155155 < th colspan ="4 " >
156156 < span class ="required "> *</ span >
157157 {% cycle section %}.
@@ -192,7 +192,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
192192
193193 <!-- Begin Patent Section -->
194194 < table class ="ipr ">
195- < tr class ="{% cycle dark, light as row_parity %} ">
195+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
196196 < th colspan ="2 " >
197197 {% cycle section %}.
198198 Disclosure of Patent Information{% if form.instance|to_class_name == "ThirdPartyIprDicslosure" %}, if known{% endif %} (i.e., patents or
@@ -228,7 +228,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
228228 {% if form.licensing %}
229229 <!-- Not to be shown for third-party disclosures -->
230230 < table class ="ipr ">
231- < tr class ="{% cycle dark, light as row_parity %} ">
231+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
232232 < th colspan ="2 " >
233233 {% cycle section %}.
234234 Licensing Declaration
@@ -302,7 +302,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
302302
303303 {% if form.statement %}
304304 < table class ="ipr ">
305- < tr class ="{% cycle dark, light as row_parity %} ">
305+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
306306 < th colspan ="2 " >
307307 {% cycle section %}.
308308 Statement
@@ -325,7 +325,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
325325 {% endif %} <!-- form.statement (Generic and NonDocSpecific) -->
326326
327327 < table class ="ipr ">
328- < tr class ="{% cycle dark, light as row_parity %} ">
328+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
329329 < th colspan ="2 " >
330330 {% cycle section %}.
331331 Contact Information of Submitter of this Form (if different from the Contact Information above)
@@ -337,7 +337,7 @@ <h1>The Patent Disclosure and Licensing Declaration Template for Generic IPR Dis
337337 </ table >
338338
339339 < table class ="ipr ">
340- < tr class ="{% cycle dark, light as row_parity %} ">
340+ < tr class ="{% cycle ' dark',' light' as row_parity %} ">
341341 < th colspan ="2 " >
342342 {% cycle section %}.
343343 Other Notes:
0 commit comments