From 28ec22aad9ce3d1e0ce38318386835e30bbcaaff Mon Sep 17 00:00:00 2001
From: Lars Eggert
Date: Wed, 18 Jan 2023 18:37:12 +0200
Subject: [PATCH] fix: Move the entire RFC5742-related text into the alert box
(#4978)
---
ietf/templates/iesg/agenda.html | 86 ++++++++++++++++-----------------
1 file changed, 43 insertions(+), 43 deletions(-)
diff --git a/ietf/templates/iesg/agenda.html b/ietf/templates/iesg/agenda.html
index 629c0946f..32fb45aa8 100644
--- a/ietf/templates/iesg/agenda.html
+++ b/ietf/templates/iesg/agenda.html
@@ -45,48 +45,48 @@
{% endif %}
{% if num == "3.4" %}
-
- The IESG will use RFC 5742 responses:
-
-
- -
- The IESG has concluded
- that there is no conflict between this document and IETF work;
-
- -
- The IESG has concluded that this work is related to IETF work done
- in WG <X>, but this relationship does not prevent
- publishing;
-
- -
- The IESG has concluded that publication could
- potentially disrupt the IETF work done in WG <X> and
- recommends not publishing the document at this time;
-
- -
- The IESG
- has concluded that this document violates IETF procedures for
- <Y> and should therefore not be published without IETF
- review and IESG approval; or
-
- -
- The IESG has concluded that this
- document extends an IETF protocol in a way that requires IETF
- review and should therefore not be published without IETF review
- and IESG approval.
-
-
-
- The document shepherd must propose one of these responses in the
- conflict-review document, and the document shepherd may supply text
- for an IESG Note in that document. The Area Director ballot positions
- indicate consensus with the response proposed by the document shepherd
- and agreement that the IESG should request inclusion of the IESG Note.
-
-
- Other matters may be recorded in comments, and the comments will
- be passed on to the RFC Editor as community review of the document.
-
+
+
The IESG will use RFC 5742 responses:
+
+ -
+ The IESG has concluded
+ that there is no conflict between this document and IETF work;
+
+ -
+ The IESG has concluded that this work is related to IETF work done
+ in WG <X>, but this relationship does not prevent
+ publishing;
+
+ -
+ The IESG has concluded that publication could
+ potentially disrupt the IETF work done in WG <X> and
+ recommends not publishing the document at this time;
+
+ -
+ The IESG
+ has concluded that this document violates IETF procedures for
+ <Y> and should therefore not be published without IETF
+ review and IESG approval; or
+
+ -
+ The IESG has concluded that this
+ document extends an IETF protocol in a way that requires IETF
+ review and should therefore not be published without IETF review
+ and IESG approval.
+
+
+
+ The document shepherd must propose one of these responses in the
+ conflict-review document, and the document shepherd may supply text
+ for an IESG Note in that document. The Area Director ballot positions
+ indicate consensus with the response proposed by the document shepherd
+ and agreement that the IESG should request inclusion of the IESG Note.
+
+
+ Other matters may be recorded in comments, and the comments will
+ be passed on to the RFC Editor as community review of the document.
+
+
{% endif %}
{% if "docs" in section %}
{% for doc in section.docs %}
@@ -111,4 +111,4 @@
{% endif %}
{% endfor %}
{% endblock %}
-{% block js %}{% endblock %}
+{% block js %}{% endblock %}
\ No newline at end of file