diff --git a/ietf/templates/ipr/search_list.html b/ietf/templates/ipr/search_list.html deleted file mode 100644 index e445c8235..000000000 --- a/ietf/templates/ipr/search_list.html +++ /dev/null @@ -1,16 +0,0 @@ - -
- -Please select one of following I-Ds
-- {% for doc in docs %} -
- \ No newline at end of file diff --git a/ietf/templates/ipr/search_result.html b/ietf/templates/ipr/search_result.html deleted file mode 100644 index 7822a3ee4..000000000 --- a/ietf/templates/ipr/search_result.html +++ /dev/null @@ -1,58 +0,0 @@ -{% load ietf_filters %} - -- {{ doc.filename }}
- {% endfor %} -IPR Search Engine - - -- -IPR Disclosures
--- - - -
- -- {% for ipr in iprs|dictsort:"submitted_date" %} - Total number of IPR disclosures found: {{ iprs|length }} - - {% endfor %} - -{{ ipr.submitted_date }} -- ID # {{ ipr.ipr_id }} "{{ ipr.document_title }}" -- {% for doc in docs %} - -
Total number of documents searched: {{ docs|length}}- - {% if doc.iprs %} - {% for ipr in doc.iprs %} -- Search result on {{ doc }}, "{{ doc.title }}"{% ifnotequal doc first %}{% if doc.related %}, {{ doc.relation }} {{ doc.related }}, "{{ doc.related.title }}"{% endif %} - {% endifnotequal %} - -- - {% endfor %} - {% else %} -{{ ipr.submitted_date }} -- ID # {{ ipr.ipr_id }} "{{ ipr.document_title }}" -- - {% endif %} - - {% endfor %} - -- No IPR disclosures related to {{ doc|rfcspace }} have been submitted -
- -IPR Search Main Page
-IPR Disclosure Page -
- - -