diff --git a/ietf/templates/ipr/search_holder_result.html b/ietf/templates/ipr/search_holder_result.html index 9486aaef9..a25d464de 100644 --- a/ietf/templates/ipr/search_holder_result.html +++ b/ietf/templates/ipr/search_holder_result.html @@ -1,56 +1,4 @@ {% extends "ipr/search_result.html" %} {% load ietf_filters %} -{% block search_result %} -
Patent Owner/Applicant Search Result | ||
- | No IPR disclosures have been submitted by {{ q }} | -|
Total number of IPR disclosures found: {{ count }} | ||
IPR that was submitted by {{ q }}{% if not ipr.drafts.count and not ipr.rfcs.count %}, - and is not related to a specific IETF contribution. - {% else %}, - and is related to - {% for doc in ipr.drafts.all %} - {% ifnotequal ipr.drafts.count 1 %}{% ifequal doc ipr.last_draft %} and {% endifequal %}{% endifnotequal %} - {{ doc.document }}, "{{ doc.document.title }}," - {% endfor %} - {% for doc in ipr.rfcs.all %} - {% ifnotequal ipr.rfcs.count 1 %}{% ifequal doc ipr.last_rfc %} and {% endifequal %}{% endifnotequal %} - {{ doc.document }}, "{{ doc.document.title }}," - {% endfor %} - {% endif %} - | -||
{{ ipr.submitted_date }} | -"{{ ipr.title }}" | -|
{{ upd.updated.submitted_date }} | -- IPR disclosure ID# {{ ipr.ipr_id }} "{{ ipr.title }}" - Updates {{ upd.updated.title }} - | -
{% block search_result %} ++ +
{% endblock %}+ {% if not iprs %} + {% block search_header %}Patent Owner/Applicant Search Result{% endblock %} + + {% else %} ++ No IPR disclosures have been submitted by {{ q }} ++ {% block iprlist %} + {% for ipr in iprs %} + + Total number of IPR disclosures found: {{ count }} + ++ {% block intro_prefix %}IPR that was submitted by {{ q }}, and{% endblock %} + {% block related %} + {% if not ipr.drafts.count and not ipr.rfcs.count %} + is not related to a specific IETF contribution. + {% else %} + is related to + {% for item in ipr.drafts.all %} + {% ifnotequal ipr.drafts.count 1 %}{% ifequal item ipr.last_draft %} and {% endifequal %}{% endifnotequal %} + {{ item.document }}, "{{ item.document.title }},"{% if item.document.related %}, {{ item.document.relation }} {{ item.document.related }}, "{{ item.document.related.title }}"{% endif %} + {% endfor %} + {% for item in ipr.rfcs.all %} + {% ifnotequal ipr.rfcs.count 1 %}{% ifequal item ipr.last_rfc %} and {% endifequal %}{% endifnotequal %} + {{ item.document }}, "{{ item.document.title }},"{% if item.document.related %}, {{ item.document.relation }} {{ item.document.related }}, "{{ item.document.related.title }}"{% endif %} + {% endfor %} + {% endif %} + {% endblock %} + {% block intro_suffix %}{% endblock %} + ++ + {% for item in ipr.updates.all %} + {% ifnotequal item ipr %} +{{ ipr.submitted_date }} ++ ID # {{ ipr.ipr_id }} "{{ ipr.title }}" ++ + {% endifnotequal %} + {% endfor %} + + {% endfor %} + {% endblock %} + {% endif %} +{{ item.updated.submitted_date }} ++ ID # {{ item.updated.ipr_id }} + IPR disclosure ID# {{ ipr.ipr_id }} "{{ ipr.title }}" + Updates {{ item.updated.title }} + +
diff --git a/ietf/templates/ipr/search_wg_result.html b/ietf/templates/ipr/search_wg_result.html new file mode 100644 index 000000000..9a9811010 --- /dev/null +++ b/ietf/templates/ipr/search_wg_result.html @@ -0,0 +1,54 @@ +{% extends "ipr/search_result.html" %} +{% load ietf_filters %} + {% block search_result %} ++
+ {% endblock %} diff --git a/ietf/templates/utils/all.html b/ietf/templates/utils/all.html index eef68a469..b733f8246 100644 --- a/ietf/templates/utils/all.html +++ b/ietf/templates/utils/all.html @@ -6,6 +6,7 @@+ {% if not iprs %} + {% block search_header %}Working Group Search Result{% endblock %} + + {% else %} ++ No IPR disclosures have been submitted by {{ q }} ++ + {% block iprlist %} + {% for doc in docs %} + + Total number of IPR disclosures found: {{ count }} + + {% if doc.iprs %} + {% for ipr in doc.iprs %} ++ IPR that is related to {{ doc|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.title }}"{% if doc.related %}, {{ doc.relation }} {{ doc.related|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.related.title }}"{% endif %} + which is a product of Working Group {{ q }} + ++ + {% endfor %} + {% else %} +{{ ipr.submitted_date }} ++ ID # {{ ipr.ipr_id }} + {% for item in ipr.updates.all %} + {% ifequal item.updated.status 1 %} + IPR disclosure ID# {{ item.updated.ipr_id }}, "{{ item.updated.title }}" Updated by + {% endifequal %} + {% endfor %} + "{{ ipr.title }}" + + ++ + {% endif %} + + {% endfor %} + {% endblock %} + {% endif %} ++ No IPR disclosures related to {{ doc|rfcspace|lstrip:"0" }} have been submitted +Review items
+ ( There are {{ count }} items in the list ){% for item in info %}
- {{ item.old }}