-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- * Neither the name of the Nokia Corporation and/or its
- subsidiary(-ies) nor the names of its contributors may be used
- to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-{% endcomment %}
-{% load ballot_icon %}
-{% load ietf_filters %}
-
-{% block title %}Documents on Future IESG Telechat Agendas{% endblock %}
-
-{% block morecss %}
-.agenda_docs tr.oddrow {background-color: #EDF5FF; }
-.agenda_docs tr.header.telechat_date { margin-top:10px; background:#2647A0; color: white;}
-.agenda_docs tr.header.telechat_date td { font-size: 125%; }
-.agenda_docs tr.header + tr.header { border-top: 2px solid white;}
-.agenda_docs tr td {
- vertical-align: top;
-}
-.agenda_docs tr .reschedule,
-.agenda_docs tr .clear-returning-item {
- font-size: 11px;
-}
-.agenda_docs tr .doc_pages {
-font-size:80%; font-style:italic;
-}
-.secretariat-actions {
- margin-bottom: 10px;
-}
-{% endblock %}
-
-{% block pagehead %}
-
-{% endblock %}
-
-{% block content %}
-Documents on Future IESG Telechat Agendas
-
-
-
-{% endblock content %}
-
-{% block content_end %}
-
-{% endblock %}
diff --git a/ietf/templates/iesg/agenda_documents_redesign.html b/ietf/templates/iesg/agenda_documents_redesign.html
index 2c086e6e2..167ff60b7 100644
--- a/ietf/templates/iesg/agenda_documents_redesign.html
+++ b/ietf/templates/iesg/agenda_documents_redesign.html
@@ -105,6 +105,14 @@ font-size:80%; font-style:italic;
{% if t.docs.s223 %}{% endif %}
{% for doc in t.docs.s223 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+
+
+ {% for doc in t.docs.s231 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+ {% if t.docs.s222 %}{% endif %}
+ {% for doc in t.docs.s232 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+ {% if t.docs.s223 %}{% endif %}
+ {% for doc in t.docs.s233 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+
@@ -123,7 +131,7 @@ font-size:80%; font-style:italic;
{% if t.docs.s323 %}{% endif %}
{% for doc in t.docs.s323 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
-
+
{% for doc in t.docs.s331 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
{% if t.docs.s332 %}{% endif %}
@@ -131,6 +139,14 @@ font-size:80%; font-style:italic;
{% if t.docs.s333 %}{% endif %}
{% for doc in t.docs.s333 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+
+
+ {% for doc in t.docs.s341 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+ {% if t.docs.s342 %}{% endif %}
+ {% for doc in t.docs.s342 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+ {% if t.docs.s343 %}{% endif %}
+ {% for doc in t.docs.s343 %}{% include "iesg/agenda_documents_row_redesign.html" %}{%endfor%}
+
{% if t.docs.s411 or t.docs.s412%}{% endif %}
diff --git a/ietf/templates/iesg/agenda_outline_23.html b/ietf/templates/iesg/agenda_outline_23.html
index 176b274df..9311c9e25 100644
--- a/ietf/templates/iesg/agenda_outline_23.html
+++ b/ietf/templates/iesg/agenda_outline_23.html
@@ -73,8 +73,29 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{% endwith %}{# title2 #}
+{% with "2.3 Status Changes" as title2 %}
+{% with 1 as title2_first %}
+
+{% with "2.3.1 New Items" as title3 %}
+{% with docs.s231 as section_docs %}{% include doc_template %}{% endwith %}
+{% endwith %}
+{% endwith %}{# title2_first #}
+
+{% with "2.3.2 Returning Items" as title3 %}
+{% with docs.s232 as section_docs %}{% include doc_template %}{% endwith %}
+{% endwith %}
+
+{% if docs.s233 %}
+{% with "2.3.3 For Action" as title3 %}
+{% with docs.s233 as section_docs %}{% include doc_template %}{% endwith %}
+{% endwith %}
+{% endif %}
+
+{% endwith %}{# title2 #}
+
{% endwith %}{# title1 #}
+
{% with "3. Document Actions" as title1 %}{% with 1 as title1_first %}
{% with "3.1 WG Submissions" as title2 %}
@@ -119,21 +140,41 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{% endwith %}{# title2 #}
-{% with "3.3 IRTF and Independent Submission Stream Documents" as title2 %}
+{% with "3.3 Status Changes" as title2 %}
{% with 1 as title2_first %}
{% with "3.3.1 New Items" as title3 %}
-{% with docs.s331 as section_docs %}{% include doc_conflict_template %}{% endwith %}
+{% with docs.s331 as section_docs %}{% include doc_template %}{% endwith %}
{% endwith %}
{% endwith %}{# title2_first #}
{% with "3.3.2 Returning Items" as title3 %}
-{% with docs.s332 as section_docs %}{% include doc_conflict_template %}{% endwith %}
+{% with docs.s332 as section_docs %}{% include doc_template %}{% endwith %}
{% endwith %}
{% if docs.s333 %}
{% with "3.3.3 For Action" as title3 %}
-{% with docs.s333 as section_docs %}{% include doc_conflict_template %}{% endwith %}
+{% with docs.s333 as section_docs %}{% include doc_template %}{% endwith %}
+{% endwith %}
+{% endif %}
+
+{% endwith %} {# title2 #}
+
+{% with "3.4 IRTF and Independent Submission Stream Documents" as title2 %}
+{% with 1 as title2_first %}
+
+{% with "3.4.1 New Items" as title3 %}
+{% with docs.s341 as section_docs %}{% include doc_conflict_template %}{% endwith %}
+{% endwith %}
+{% endwith %}{# title2_first #}
+
+{% with "3.4.2 Returning Items" as title3 %}
+{% with docs.s342 as section_docs %}{% include doc_conflict_template %}{% endwith %}
+{% endwith %}
+
+{% if docs.s343 %}
+{% with "3.4.3 For Action" as title3 %}
+{% with docs.s343 as section_docs %}{% include doc_conflict_template %}{% endwith %}
{% endwith %}
{% endif %}
diff --git a/ietf/templates/iesg/moderator_conflict_doc.html b/ietf/templates/iesg/moderator_conflict_doc.html
index e96466f56..7dc96539c 100644
--- a/ietf/templates/iesg/moderator_conflict_doc.html
+++ b/ietf/templates/iesg/moderator_conflict_doc.html
@@ -60,11 +60,6 @@ Last call ends: {{ doc.obj.most_recent_ietflc.expires.date|default:"(none)" }}
{% endfor %}
-{% if title1|startswith:"2." %}
-____ open positions
-[ ] would you like to record a position?
-{% endif %}
-
____ active discusses
[ ] there are [#] discusses in the tracker on this document. Do we need to talk about them now?
@@ -72,13 +67,10 @@ Last call ends: {{ doc.obj.most_recent_ietflc.expires.date|default:"(none)" }}
(Ballot not issued)
{% endif %}
-{% if title2|startswith:"3.1" or title2|startswith:"3.2" %}
-Does anyone have an[y further] objection to this document being published as an {{ doc.obj.intended_std_level }} RFC?
-{% endif %}
-{% if title3|startswith:"3.3.1" or title3|startswith:"3.3.2" %}
+{% if title3|startswith:"3.4.1" or title3|startswith:"3.4.2" %}
Does anyone have an objection to the RFC Editor publishing this document as an {{ doc.obj.intended_std_level }} RFC?
{% endif %}
-{% if title3|startswith:"3.3.3" %}
+{% if title3|startswith:"3.4.3" %}
Who will do the review of this document?
{% endif %}
@@ -86,45 +78,7 @@ Last call ends: {{ doc.obj.most_recent_ietflc.expires.date|default:"(none)" }}
Next State:
Sub State:
-{% if title3|startswith:"2.1.1" or title3|startswith:"2.1.2" %}
- If APPROVED - The Secretariat will send a working group
- submission, Protocol Action Announcement.
-
- If APPROVED with caveats - The Secretariat will send a working
- group submission, Protocol Action Announcement that includes the
- [RFC Editor Note, IESG Note, etc.] to be drafted by [Name that
- AD].
-{% endif %}
-
-{% if title3|startswith:"2.2.1" or title3|startswith:"2.2.2" %}
- If APPROVED - The Secretariat will send an individual submission,
- Protocol Action Announcement.
-
- If APPROVED with caveats - The Secretariat will send an
- individual submission, Protocol Action Announcement that includes
- the [RFC Editor Note, IESG Note, etc.] to be drafted by [Name that
- AD].
-{% endif %}
-
-{% if title3|startswith:"3.1.1" or title3|startswith:"3.1.2" %}
- If APPROVED - The Secretariat will send a working group submission
- Document Action Announcement.
-
- If APPROVED with caveats - The Secretariat will send a working
- group submission Document Action announcement that includes the [RFC
- Ed. Note, IESG, note, etc.] from [Name that AD].
-{% endif %}
-
-{% if title3|startswith:"3.2.1" or title3|startswith:"3.2.2" %}
- If APPROVED - The Secretariat will send an individual submission
- Document Action Announcement.
-
- If APPROVED with caveats - The Secretariat will send an
- individual submission Document Action announcement that includes the
- [RFC Ed. Note, IESG, note, etc.] from [Name that AD].
-{% endif %}
-
-{% if title3|startswith:"3.3.1" or title3|startswith:"3.3.2" %}
+{% if title3|startswith:"3.4.1" or title3|startswith:"3.4.2" %}
If APPROVED - The Secretariat will send a standard no problem
message to the RFC Editor. [Name of AD] will you supply the text for
the IESG Note?
diff --git a/ietf/templates/iesg/moderator_doc.html b/ietf/templates/iesg/moderator_doc.html
index a20dfd9a5..d4b6a82c7 100644
--- a/ietf/templates/iesg/moderator_doc.html
+++ b/ietf/templates/iesg/moderator_doc.html
@@ -102,6 +102,16 @@ Sub State:
AD].
{% endif %}
+{% if title3|startswith:"2.3.1" or title3|startswith:"2.3.2" %}
+ If APPROVED - The Secretariat will send the associated status change
+ Protocol Action Announcements.
+
+ If APPROVED with caveats - The Secretariat will send the
+ associated status change Protocol Action Announcements that includes the
+ [RFC Editor Note, IESG Note, etc.] to be drafted by [Name that
+ AD].
+{% endif %}
+
{% if title3|startswith:"3.1.1" or title3|startswith:"3.1.2" %}
If APPROVED - The Secretariat will send a working group submission
Document Action Announcement.
@@ -121,6 +131,15 @@ Sub State:
{% endif %}
{% if title3|startswith:"3.3.1" or title3|startswith:"3.3.2" %}
+ If APPROVED - The Secretariat will send the associated status change
+ Document Action Announcements.
+
+ If APPROVED with caveats - The Secretariat will send the associated
+ status change Document Action announcements that includes the [RFC
+ Ed. Note, IESG, note, etc.] from [Name that AD].
+{% endif %}
+
+{% if title3|startswith:"3.4.1" or title3|startswith:"3.4.2" %}
If APPROVED - The Secretariat will send a standard no problem
message to the RFC Editor. [Name of AD] will you supply the text for
the IESG Note?
diff --git a/ietf/templates/iesg/scribe_template.html b/ietf/templates/iesg/scribe_template.html
index 9a779ab6f..78c97dd1b 100644
--- a/ietf/templates/iesg/scribe_template.html
+++ b/ietf/templates/iesg/scribe_template.html
@@ -60,6 +60,9 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved.
{% for doc in docs.s221 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% for doc in docs.s222 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% for doc in docs.s223 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
+{% for doc in docs.s231 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
+{% for doc in docs.s232 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
+{% for doc in docs.s233 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% for doc in docs.s311 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% for doc in docs.s312 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% for doc in docs.s313 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
@@ -69,6 +72,9 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved.
{% for doc in docs.s331 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% for doc in docs.s332 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% for doc in docs.s333 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
+{% for doc in docs.s341 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
+{% for doc in docs.s342 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
+{% for doc in docs.s343 %}{% include "iesg/scribe_doc2.html" %}{%endfor%}
{% endfilter %}