File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "ipr/search_result.html" %}
12{% load ietf_filters %}
2- < html >
3- < head > < title > IPR Search Engine </ title > </ head >
4- < body >
5-
6- < center >
7- < h2 > IPR Disclosures</ h2 > </ center >
8- < hr width ="100% ">
9- < blockquote >
3+ {% block search_result %}
104 < table cellpadding ="1 " cellspacing ="0 " border ="0 ">
115
126
@@ -47,12 +41,4 @@ <h2>IPR Disclosures</h2></center>
4741 {% endfor %}
4842
4943 </ table >
50-
51- < hr > < br >
52-
53- < a href ="{% url ietf.ipr.views.search %} "> < img src ="http://www.ietf.org/images/blue.gif " hspace ="3 " border ="0 "> IPR Search Main Page</ a > < br >
54- < a href ="{% url ietf.ipr.views.list %} "> < img src ="http://www.ietf.org/images/blue.gif " hspace ="3 " border ="0 "> IPR Disclosure Page</ a >
55- < br >
56-
57-
58- </ body > </ html >
44+ {% endblock %}
Original file line number Diff line number Diff line change 1+ {% extends "base.html"}
2+ {% block doctype %}{% endblock %}
3+ {% block content %}
4+ < center >
5+ < h2 > IPR Disclosures</ h2 >
6+ </ center >
7+ < hr >
8+ < blockquote >
9+ {% block search_result %}
10+ {% endblock %}
11+ < hr > < br >
12+
13+ < a href ="{% url ietf.ipr.search.search %} "> < img src ="http://www.ietf.org/images/blue.gif " hspace ="3 " border ="0 "> IPR Search Main Page</ a > < br >
14+ < a href ="{% url ietf.ipr.views.showlist %} "> < img src ="http://www.ietf.org/images/blue.gif " hspace ="3 " border ="0 "> IPR Disclosure Page</ a >
15+ < br >
16+ </ blockquote >
17+ {% endblock %}
18+
You can’t perform that action at this time.
0 commit comments