|
6 | 6 |
|
7 | 7 | {% block bodyAttrs %}data-spy="scroll" data-target="#affix"{% endblock %} |
8 | 8 |
|
9 | | -{% block pagehead %} |
10 | | -<link rel="stylesheet" type="text/css" href="/css/ipr.css"></link> |
11 | | -{% endblock %} |
12 | | - |
13 | 9 | {% block content %} |
| 10 | + <div class="row"> |
| 11 | + <div class="col-sm-10"> |
14 | 12 |
|
15 | | -<div class="row"> |
16 | | - <div class="col-sm-10"> |
17 | | - |
18 | | -<h1>Intellectual property rights disclosures</h1> |
| 13 | + <h1>Intellectual property rights disclosures</h1> |
19 | 14 |
|
20 | | -<div class="alert alert-info"> |
| 15 | + <div class="alert alert-info"> |
21 | 16 | <p> |
22 | | - This page provides a mechanism for filing disclosures about intellectual property rights (IPR) and for finding out what IPR disclosures have been filed. The IETF intellectual property rights rules are defined in RFC 3979, <a href="http://www.ietf.org/rfc/rfc3979.txt">"Intellectual Property Rights in IETF Technology."</a> |
| 17 | + This page provides a mechanism for filing disclosures about intellectual property rights (IPR) and for finding out what IPR disclosures have been filed. The IETF intellectual property rights rules are defined in RFC 3979, <a href="http://www.ietf.org/rfc/rfc3979.txt">"Intellectual Property Rights in IETF Technology."</a> |
23 | 18 | </p> |
24 | 19 |
|
25 | 20 | <p> |
26 | | - The IETF takes no position regarding the validity or scope of any |
27 | | - intellectual property rights or other rights that might be claimed to |
28 | | - pertain to the implementation or use of the technology described in any IETF documents or the extent to |
29 | | - 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. |
| 21 | + The IETF takes no position regarding the validity or scope of any |
| 22 | + intellectual property rights or other rights that might be claimed to |
| 23 | + pertain to the implementation or use of the technology described in any IETF documents or the extent to |
| 24 | + 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. |
30 | 25 | </p> |
31 | | -</div> |
| 26 | + </div> |
32 | 27 |
|
33 | | -<p class="buttonlist"> |
| 28 | + <p class="buttonlist"> |
34 | 29 | <a class="btn btn-default" href="{% url "ietf.ipr.views.about" %}">Submit an IPR disclosure</a> |
35 | 30 | <a class="btn btn-default" href="{% url "ietf.ipr.views.search" %}">Search IPR disclosures</a> |
36 | 31 | {% if user|has_role:"Secretariat" %} |
37 | | - <a class="btn btn-default" href="{% url "ipr_admin_main" %}">Administrative View</a> |
| 32 | + <a class="btn btn-default" href="{% url "ipr_admin_main" %}">Administrative View</a> |
38 | 33 | {% endif %} |
39 | | -</p> |
40 | | - |
41 | | -<h2 id="generic">Generic IPR disclosures</h2> |
42 | | -<table class="table table-condensed table-striped"> |
43 | | - <thead> |
44 | | - <tr><th class="date-column">Date</th><th class="id-column">ID</th><th class="title-column">Title</th></tr> |
45 | | - </thead> |
46 | | - <tbody> |
47 | | - {% for ipr in generic_disclosures %} |
48 | | - {% include "ipr/list_item.html" %} |
49 | | - {% endfor %} |
50 | | - </tbody> |
51 | | -</table> |
52 | | - |
53 | | -<h2 id="specific">Specific IPR disclosures</h2> |
54 | | -<table class="table table-condensed table-striped"> |
55 | | - <thead> |
56 | | - <tr><th class="date-column">Date</th><th class="id-column">ID</th><th class="title-column">Title</th></tr> |
57 | | - </thead> |
58 | | - <tbody> |
59 | | - {% for ipr in specific_disclosures %} |
60 | | - {% include "ipr/list_item.html" %} |
61 | | - {% endfor %} |
62 | | - </tbody> |
63 | | -</table> |
64 | | - |
65 | | -<h2 id="notify">Specific third-party IPR disclosures</h2> |
66 | | -<table class="table table-condensed table-striped"> |
67 | | - <thead> |
68 | | - <tr><th class="date-column">Date</th><th class="id-column">ID</th><th class="title-column">Title</th></tr> |
69 | | - </thead> |
70 | | - <tbody> |
71 | | - {% for ipr in thirdpty_disclosures %} |
72 | | - {% include "ipr/list_item.html" %} |
73 | | - {% endfor %} |
74 | | - </tbody> |
75 | | -</table> |
76 | | - |
77 | | -</div> |
78 | | -<div class="col-sm-2 hidden-print bs-docs-sidebar" id="affix"> |
79 | | - <ul class="nav nav-pills nav-stacked small" data-spy="affix"> |
80 | | - <li><a href="#generic">Generic IPR disclosures</a></li> |
81 | | - <li><a href="#specific">Specific IPR disclosures</a></li> |
82 | | - <li><a href="#notify">Specific third-party IPR disclosures</a></li> |
83 | | - </ul> |
84 | | -</div> |
85 | | -</div> |
86 | | -{% endblock %} |
| 34 | + </p> |
| 35 | + |
| 36 | + <h2 id="generic">Generic IPR disclosures</h2> |
| 37 | + |
| 38 | + {% include "ipr/ipr_table.html" with iprs=generic_disclosures %} |
87 | 39 |
|
| 40 | + <h2 id="specific">Specific IPR disclosures</h2> |
88 | 41 |
|
| 42 | + {% include "ipr/ipr_table.html" with iprs=specific_disclosures %} |
| 43 | + |
| 44 | + <h2 id="notify">Specific third-party IPR disclosures</h2> |
| 45 | + |
| 46 | + {% include "ipr/ipr_table.html" with iprs=thirdpty_disclosures %} |
| 47 | + |
| 48 | + </div> |
| 49 | + |
| 50 | + <div class="col-sm-2 hidden-print bs-docs-sidebar" id="affix"> |
| 51 | + <ul class="nav nav-pills nav-stacked small" data-spy="affix"> |
| 52 | + <li><a href="#generic">Generic IPR disclosures</a></li> |
| 53 | + <li><a href="#specific">Specific IPR disclosures</a></li> |
| 54 | + <li><a href="#notify">Specific third-party IPR disclosures</a></li> |
| 55 | + </ul> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | +{% endblock %} |
0 commit comments