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 @@ + +IPR Search Engine + + +
+

IPR Disclosures

+
+
+ +

Please select one of following I-Ds

+ + \ 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 %} + +IPR Search Engine + + +
+

IPR Disclosures

+
+
+ + + + + + {% for ipr in iprs|dictsort:"submitted_date" %} + + + + + + {% endfor %} + + + {% for doc in docs %} + + + + + {% if doc.iprs %} + {% for ipr in doc.iprs %} + + + + + + {% endfor %} + {% else %} + + + + + {% endif %} + + {% endfor %} + +
Total number of IPR disclosures found: {{ iprs|length }}
{{ ipr.submitted_date }}
  • ID # {{ ipr.ipr_id }}
  • "{{ ipr.document_title }}"

    Total number of documents searched: {{ docs|length}}
    + Search result on {{ doc }}, "{{ doc.title }}"{% ifnotequal doc first %}{% if doc.related %}, {{ doc.relation }} {{ doc.related }}, "{{ doc.related.title }}"{% endif %} + {% endifnotequal %} +
    {{ ipr.submitted_date }}
  • ID # {{ ipr.ipr_id }}
  • "{{ ipr.document_title }}"
    No IPR disclosures related to {{ doc|rfcspace }} have been submitted
    + +

    + + IPR Search Main Page
    + IPR Disclosure Page +
    + + +