changes to support new Status Changes section in IESG agenda
- Legacy-Id: 5675
This commit is contained in:
parent
dd189eb5fe
commit
f8dbd6e055
|
@ -95,7 +95,7 @@ def get_section_header(file,agenda):
|
|||
'''
|
||||
h1 = {'2':'Protocol Actions','3':'Document Actions','4':'Working Group Actions'}
|
||||
h2a = {'1':'WG Submissions','2':'Individual Submissions'}
|
||||
h2b = {'1':'WG Submissions','2':'Individual Submissions via AD','3':'IRTF and Independent Submission Stream Documents'}
|
||||
h2b = {'1':'WG Submissions','2':'Individual Submissions via AD','3':'Status Changes','4':'IRTF and Independent Submission Stream Documents'}
|
||||
h2c = {'1':'WG Creation','2':'WG Chartering'}
|
||||
h3a = {'1':'New Item','2':'Returning Item','3':'For Action'}
|
||||
h3b = {'1':'Proposed for IETF Review','2':'Proposed for Approval'}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<li><a href="http://www.ietf.org/wg/request-tool-instructions.html" target="_blank">Instructions</a>.</li>
|
||||
<li><a href="{# {% url proceedings %} #}">IETF Meeting Materials Management Tool</a>.</li>
|
||||
<li><a href="{% url proceedings %}">IETF Meeting Materials Management Tool</a>.</li>
|
||||
<li>If you require assistance in using this tool, or wish to report a bug, then please send a message to <a href="mailto:ietf-action@ietf.org">ietf-action@ietf.org</a>.</li>
|
||||
<li>To submit your request via email, please send your request to <a href="mailto:agenda@ietf.org">agenda@ietf.org</a>.</li>
|
||||
|
|
|
@ -51,13 +51,19 @@
|
|||
<li>3.2.3 For Action</li>
|
||||
{% with agenda.docs.s323 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li></li>
|
||||
<li>3.3 Independent Submissions via RFC Editor</li>
|
||||
<li>3.3 Status Changes</li>
|
||||
<li>3.3.1 New Item</li>
|
||||
{% with agenda.docs.s331 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li>3.3.2 Returning Item</li>
|
||||
{% with agenda.docs.s332 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li>3.3.3 For Action</li>
|
||||
{% with agenda.docs.s333 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li></li>
|
||||
<li>3.4 Independent Submissions via RFC Editor</li>
|
||||
<li>3.4.1 New Item</li>
|
||||
{% with agenda.docs.s341 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li>3.4.2 Returning Item</li>
|
||||
{% with agenda.docs.s342 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li>3.4.3 For Action</li>
|
||||
{% with agenda.docs.s343 as section_docs %}{% include "telechat/doc_template.html" %}{% endwith %}
|
||||
<li></li>
|
||||
<li class="level1">4 Working Group Actions</li>
|
||||
<li>4.1 WG Creation</li>
|
||||
|
|
Loading…
Reference in a new issue