Skip to content

Commit e9b73ef

Browse files
committed
/doc/rfcNNNN: show information about post-RFC IESG processing
- Legacy-Id: 2015
1 parent 359505f commit e9b73ef

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

ietf/templates/idrfc/doc_main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#metabox { width: 99%; border:1px solid #cccccc; background:#edf5ff;margin-top:8px; padding:4px; margin-bottom:1em; }
3939
#metatable { border: 0; border-spacing: 0; }
4040
#metatable tr { vertical-align:top ;}
41-
41+
#metatable .post-rfc { font-style: italic; color: #004000; }
4242
.comment_toggle { text-decoration: underline; color: blue; }
4343
.comment_date { white-space: nowrap; }
4444

ietf/templates/idrfc/doc_main_id.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@
4141
<tr><td style="width:18ex;">Document type:</td><td>{{ info.type|escape }}
4242
{% with doc.replaces as r %}{% if r %}<br />Replaces {% for rep in r %}<a href="/doc/{{rep}}/">{{rep}}</a> {% endfor %}{% endif %}{% endwith %}
4343
</td></tr>
44+
<tr><td>Last updated:</td><td> {{ doc.publication_date|default:"(data missing)" }}</td></tr>
4445
<tr><td>State:</td><td>
4546
{{ doc.friendly_state|safe }}
4647
{% if doc.rfc_editor_state %}<br />RFC Editor State: <a href="http://www.rfc-editor.org/queue2.html#{{doc.draft_name}}">{{ doc.rfc_editor_state|escape }}</a>{% endif %}
4748
{% if doc.in_ietf_process %}{% if doc.ietf_process.telechat_date %}<br/>On agenda of {{ doc.ietf_process.telechat_date }} IESG telechat {% if doc.ietf_process.telechat_returning_item %} (returning item){%endif%}{%endif%}{%endif%}
4849
</td></tr>
49-
5050
<tr><td>Intended status:</td><td>{% if doc.in_ietf_process %}{{ doc.ietf_process.intended_maturity_level|default:"-" }}{% else %}-{%endif%}</td></tr>
51-
<tr><td>Last updated:</td><td> {{ doc.publication_date|default:"(data missing)" }}</td></tr>
5251
<tr><td>Responsible AD:</td><td>{% if doc.in_ietf_process %}{{ doc.ietf_process.ad_name|default:"-"|escape }}{%else%}-{%endif%}</td></tr>
5352
{% if doc.in_ietf_process and doc.ietf_process.iesg_note %}<tr><td>IESG Note:</td><td>{{ doc.ietf_process.iesg_note|escape }}</td></tr>{% endif %}
5453
{% if user|in_group:"Area_Director,Secretariat" %}

ietf/templates/idrfc/doc_main_rfc.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,21 @@
4444
{% if doc.obsoletes %}<br />Obsoletes {{ doc.obsoletes }}{%endif %}
4545
{% if doc.updates %}<br />Updates {{ doc.updates }}{%endif %}
4646
</td></tr>
47+
<tr><td>Published:</td><td> {{ doc.publication_date|default:"(data missing)" }}</td></tr>
4748
{% if doc.in_ietf_process %}
48-
<tr><td>State:</td><td>
49-
{{ doc.friendly_state|safe }}
49+
<tr class="post-rfc"><td colspan="2">* This information refers to IESG processing after the RFC was initially published</td></tr>
50+
<tr class="post-rfc"><td>State:</td><td>
51+
{{ doc.friendly_state|safe }} (IESG: {{ doc.ietf_process.state}})
5052
{% if doc.ietf_process.telechat_date %}<br/>On agenda of {{ doc.ietf_process.telechat_date }} IESG telechat {% if doc.ietf_process.telechat_returning_item %} (returning item){%endif%}{%endif%}
51-
</td></tr>{% endif %}
52-
<tr><td>Published:</td><td> {{ doc.publication_date|default:"(data missing)" }}</td></tr>
53+
</td></tr>
54+
<tr class="post-rfc"><td>Intended status:</td><td>{% if doc.in_ietf_process %}{{ doc.ietf_process.intended_maturity_level|default:"-" }}{% else %}-{%endif%}</td></tr>
55+
<tr class="post-rfc"><td>Responsible AD:</td><td>{{ doc.ietf_process.ad_name|default:"-"|escape }}</td></tr>
56+
{% if doc.ietf_process.iesg_note %}<tr class="post-rfc"><td>IESG Note:</td><td>{{ doc.ietf_process.iesg_note|escape }}</td></tr>{% endif %}
57+
{% if user|in_group:"Area_Director,Secretariat" %}
58+
<tr class="post-rfc"><td>Send notices to:</td><td>{{ doc.ietf_process.state_change_notice_to}}</td></tr>
59+
{% endif %}{# if user|in_group:... #}
60+
61+
{% endif %}
5362
<tr><td>Other versions:</td><td>
5463
<a href="http://www.ietf.org/rfc/rfc{{doc.rfc_number}}.txt">plain text</a>,
5564
<a href="http://www.rfc-editor.org/rfc/pdfrfc/rfc{{doc.rfc_number}}.txt.pdf">pdf</a>,

0 commit comments

Comments
 (0)