Correcting earlier elimination of duplicate <hr>

- Legacy-Id: 603
This commit is contained in:
Henrik Levkowetz 2007-06-21 22:54:28 +00:00
parent f706ac2a51
commit 94ed5baf2b
8 changed files with 7 additions and 1 deletions

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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" %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}