Correcting earlier elimination of duplicate <hr>
- Legacy-Id: 603
This commit is contained in:
parent
f706ac2a51
commit
94ed5baf2b
|
@ -34,7 +34,6 @@
|
|||
<br><br>
|
||||
|
||||
<img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"> <a href="/idindex/">I-D Search</a>
|
||||
<hr>
|
||||
{% endblock %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
<hr>
|
||||
<h2>I-Ds List, Author identifier starts with <i>draft-{{ filter }}</i></h2>
|
||||
{% include "idindex/doclist.html" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{% block title %}Internet Draft Database Index - {{ object.filename }}{% endblock %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
<hr>
|
||||
<h2>{{ object.filename }}-{{ object.revision_display }}</h2>
|
||||
<blockquote>
|
||||
{% ifequal object.status.status "Active" %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
<hr>
|
||||
<h2>I-Ds List, Other Drafts - <i>{{ category.upper }}</i></h2>
|
||||
{% include "idindex/doclist.html" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
<hr>
|
||||
<h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3><br>
|
||||
{% include "idindex/doclist.html" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
<hr>
|
||||
<table>
|
||||
<tr><td colspan="3"><h3>Total number of related documents found: {{ numdocs }}</h3></td></tr>
|
||||
{% for doc in related %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
<hr>
|
||||
<h2>I-Ds List Working Group, <i>{{ group.name }}</i> ({{ group.acronym }})</h2>
|
||||
{% include "idindex/doclist.html" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
<hr>
|
||||
<h3>Please select a Working Group from the list below</h3>
|
||||
<blockquote>
|
||||
{% regroup object_list by status as grouped %}
|
||||
|
|
Loading…
Reference in a new issue