diff --git a/ietf/templates/ipr/search_list.html b/ietf/templates/ipr/search_list.html new file mode 100644 index 000000000..e445c8235 --- /dev/null +++ b/ietf/templates/ipr/search_list.html @@ -0,0 +1,16 @@ + +
+ +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 new file mode 100644 index 000000000..7822a3ee4 --- /dev/null +++ b/ietf/templates/ipr/search_result.html @@ -0,0 +1,58 @@ +{% 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 +
+ + +