Skip to content

Commit b95fe43

Browse files
committed
/wg/acronym/*: clearer warning about concluded WGs
- Legacy-Id: 2117
1 parent ce303d4 commit b95fe43

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

ietf/templates/wginfo/wg_base.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@
4747

4848
.ietf-wg-details { float:right; padding: 4px;margin-top:16px; margin-left: 16px; }
4949
.ietf-wg-details tr { vertical-align: top; }
50-
.ietf-concluded-wg {background-color: #F8F8D0; }
50+
.ietf-concluded-bg {background-color: #F8F8D0; }
51+
.ietf-concluded-warning { background:red;color:white;padding:2px 2px;}
5152
{% endblock morecss %}
5253

5354
{% block content %}
54-
<div {% if concluded %}class="ietf-concluded-wg"{% endif %}>
55-
<h1>{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}<br/>(concluded WG){% endif %}</h1>
55+
<div {% if concluded %}class="ietf-concluded-bg"{% endif %}>
56+
<h1>{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}<br/><span class="ietf-concluded-warning">(concluded WG)</span>{% endif %}</h1>
5657

5758
<div class="ietf-navset">
5859
{% ifequal selected "documents" %}<span class="selected">Documents</span>{% else %}<a href="/wg/{{wg}}/">Documents</a>{% endifequal %} |

ietf/templates/wginfo/wg_charter.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
{% block wg_content %}
3939

4040
<div class="ietf-box ietf-wg-details">
41+
<span class="ietf-concluded-warning">Note: The data for concluded WGs
42+
is occasionally incorrect.</span>
4143
<table>
4244
<tr>
4345
<td colspan="2">

0 commit comments

Comments
 (0)