Skip to content

Commit 0484e83

Browse files
committed
Fix ticket adamlaska#138. Adding header to the IESG announcement page. The header added is not identical to that of the legacy page, as that is inappropriate (it belongs to the recent announcement list page).
- Legacy-Id: 574
1 parent 63d71da commit 0484e83

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

ietf/templates/iesg/ballotinfo_detail.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
{% extends "base.html" %}
22
{% block title %}IESG Announcement{% endblock %}
3-
3+
44
{% block content %}
5-
<pre>
5+
<center><h2>IESG Announcement</center>
6+
<blockquote>
7+
8+
This page contains an IESG Protocol, Document, or Working Group Action
9+
announcement. Other announcements can be found using the links below.
10+
11+
<br><br>
12+
<b>
13+
1. <a href="#protocol">Protocol Action Announcements</a><br>
14+
2. <a href="#document">Document Action Announcements</a><br>
15+
3. <a href="#wg">Working Group Action Announcements</a><br>
16+
4. <a href="/iesg/ann/ietf-doc/recent/">Recent IESG Announcements</a><br>
17+
4. <a href="/iesg/ann/ietf-doc/previous/">Previous IESG Announcements</a><br>
18+
</b>
19+
</blockquote>
20+
<hr>
21+
<pre>
622
{{ object.approval_text|escape|urlize }}
723

824
{{ object.ballot_writeup|escape|urlize }}

ietf/templates/iesg/ietf_doc.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
{% block content %}
3737
{% if is_recent %}
3838
<center><h2>Recent IESG Announcements</center>
39+
<blockquote>
3940
This page contains links to all IESG Protocol, Document, and Working Group Action announcements that have been sent within the past six months. Announcements that were sent prior to six month ago can be found in <a href="previous/">Previous Announcements</a>.<br>
4041
<br>
4142
<b>
@@ -45,8 +46,10 @@
4546
3. <a href="#wg">Working Group Action Announcements</a><br>
4647
4. <a href="/iesg/ann/ietf-doc/previous/">Previous Announcements</a><br>
4748
</b>
49+
</blockquote>
4850
{% else %}
4951
<center><h2>Previous IESG Announcements</center>
52+
<blockquote>
5053
This page contains links to all IESG Protocol, Document, and Working Group Action announcements that were sent prior to six months ago. Announcements that have been sent within the past six months can be found in <a href="../">Recent Announcements</a>.
5154
<br><br>
5255
<b>
@@ -55,6 +58,7 @@
5558
3. <a href="#wg">Working Group Action Announcements</a><br>
5659
4. <a href="/iesg/ann/ietf-doc/recent/">Recent IESG Announcements</a><br>
5760
</b>
61+
</blockquote>
5862
{% endif %}
5963
<hr>
6064
<h3><a name="protocol">1. <u>Protocol Action Announcements</u></a></h3>

0 commit comments

Comments
 (0)