Skip to content

Commit f56eec6

Browse files
committed
Merged in [9778] from lars@netapp.com:
Remove the two remaining uses of \'rowspan\'. - Legacy-Id: 9793 Note: SVN reference [9778] has been migrated to Git commit e4113d8
1 parent 1d18e96 commit f56eec6

2 files changed

Lines changed: 37 additions & 15 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<tbody>
4242
<tr>
43-
<th rowspan="{{table_rows.doc}}">Document</th>
43+
<th>Document</th>
4444
<th>Type</th>
4545
<td class="edit"></td>
4646
<td>
@@ -64,6 +64,7 @@
6464
</tr>
6565

6666
<tr>
67+
<th class="plain"></th>
6768
<th>Last updated</th>
6869
<td class="edit"></td>
6970
<td>
@@ -76,6 +77,7 @@
7677

7778
{% if replaces or can_edit_stream_info %}
7879
<tr>
80+
<th class="plain"></th>
7981
<th>Replaces</th>
8082
<td class="edit">
8183
{% if can_edit_stream_info %}
@@ -90,6 +92,7 @@
9092

9193
{% if replaced_by %}
9294
<tr>
95+
<th class="plain"></th>
9396
<th>Replaced by</th>
9497
<td class="edit"></td>
9598
<td>
@@ -99,6 +102,7 @@
99102
{% endif %}
100103

101104
<tr>
105+
<th class="plain"></th>
102106
<th>Stream</th>
103107
<td class="edit">
104108
{% if can_change_stream %}
@@ -112,6 +116,7 @@
112116

113117
{% if doc.get_state_slug != "rfc" %}
114118
<tr>
119+
<th class="plain"></th>
115120
<th>Intended RFC status</th>
116121
<td class="edit">
117122
{% if can_edit or can_edit_stream_info %}
@@ -125,6 +130,7 @@
125130
{% endif %}
126131

127132
<tr>
133+
<th class="plain"></th>
128134
<th>Formats</th>
129135
<td class="edit"></td>
130136
<td>
@@ -152,7 +158,7 @@
152158
</tbody>
153159
<tbody>
154160
<tr>
155-
<th rowspan="{{table_rows.stream}}">Stream</th>
161+
<th>Stream</th>
156162
{% if doc.stream %}
157163
<th>
158164
{% if doc.stream.slug != "legacy" %}
@@ -188,6 +194,7 @@
188194

189195
{% if consensus %}
190196
<tr>
197+
<th class="plain"></th>
191198
<th>Consensus</th>
192199
<td class="edit">
193200
{% if can_edit or can_edit_stream_info %}
@@ -201,6 +208,7 @@
201208
{% endif %}
202209

203210
<tr>
211+
<th class="plain"></th>
204212
<th>Document shepherd</th>
205213
<td class="edit">
206214
{% if can_edit_stream_info %}
@@ -216,6 +224,7 @@
216224

217225
{% if shepherd_writeup or can_edit_shepherd_writeup %}
218226
<tr>
227+
<th class="plain"></th>
219228
<th>Shepherd write-up</th>
220229
<td class="edit">
221230
{% if can_edit_shepherd_writeup %}
@@ -238,14 +247,15 @@
238247

239248
{% if published and started_iesg_process and published.time < started_iesg_process.time %}
240249
<tr>
250+
<th class="plain"></th>
241251
<th colspan="3" class="warning">This information refers to IESG processing after the RFC was initially published:</th>
242252
</tr>
243253
{% endif %}
244254

245255
</tbody>
246256
<tbody>
247257
<tr>
248-
<th rowspan="{{table_rows.iesg}}">IESG</th>
258+
<th>IESG</th>
249259
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iesg" %}">IESG state</a></th>
250260
<td class="edit">
251261
{% if iesg_state and can_edit %}
@@ -258,6 +268,7 @@
258268
</tr>
259269

260270
<tr>
271+
<th class="plain"></th>
261272
<th>Telechat date</th>
262273
<td class="edit">
263274
{% if can_edit %}
@@ -283,6 +294,7 @@
283294
</tr>
284295

285296
<tr>
297+
<th class="plain"></th>
286298
<th>Responsible AD</th>
287299
<td class="edit">
288300
{% if can_edit %}
@@ -297,6 +309,7 @@
297309
{% if iesg_state %}
298310
{% if doc.note or can_edit %}
299311
<tr>
312+
<th class="plain"></th>
300313
<th>IESG note</th>
301314
<td class="edit">
302315
{% if can_edit %}
@@ -311,6 +324,7 @@
311324
{% endif %}
312325

313326
<tr>
327+
<th class="plain"></th>
314328
<th>Send notices to</th>
315329
<td class="edit">
316330
{% if can_edit_notify %}
@@ -327,7 +341,7 @@
327341
{% if iana_review_state %}
328342
<tbody>
329343
<tr>
330-
<th rowspan="{{table_rows.iana}}">IANA</th>
344+
<th>IANA</th>
331345
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="iana-review" %}">IANA review state</a></th>
332346
<td class="edit">
333347
{% if can_edit_iana_state %}
@@ -340,6 +354,7 @@
340354
</tr>
341355

342356
<tr>
357+
<th class="plain"></th>
343358
<th>IANA action state</th>
344359
<td class="edit">
345360
{% if can_edit_iana_state %}
@@ -357,7 +372,7 @@
357372

358373
{% if rfc_editor_state %}
359374
<tr>
360-
<th rowspan="{{table_rows.rfced}}">RFC Editor</th>
375+
<th>RFC Editor</th>
361376
<th><a href="{% url "ietf.help.views.state" doc=doc.type.slug type="rfceditor" %}">RFC Editor state</a></th>
362377
<td class="edit"></td>
363378
<td><a href="https://www.rfc-editor.org/queue2.html#{{ doc.name }}">{{ rfc_editor_state }}</a></td>

ietf/templates/group/group_about.html

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@
1313
<table class="table table-condensed">
1414
<tbody>
1515
<tr>
16-
<th rowspan="{{table_rows.group}}">{{ group.type.name }}</th>
16+
<th>{{ group.type.name }}</th>
1717
<th>Name</th>
1818
<td>{{ group.name }}</td>
1919
</tr>
2020

2121
<tr>
22+
<td class="plain"></td>
2223
<th>Acronym</th>
2324
<td>{{ group.acronym }}</td>
2425
</tr>
2526

2627
<tr>
28+
<td class="plain"></td>
2729
{% if group.parent and group.parent.type_id == "area" %}
2830
<th>{{ group.parent.type.name }}</th>
2931
<td>{{ group.parent.name }} ({{ group.parent.acronym }})</td>
@@ -33,6 +35,7 @@
3335
</tr>
3436

3537
<tr>
38+
<td class="plain"></td>
3639
<th>State</th>
3740
<td>
3841
{{ group.state.name }}
@@ -42,8 +45,9 @@
4245
</td>
4346
</tr>
4447

45-
<tr>
46-
{% if group.features.has_chartering_process %}
48+
{% if group.features.has_chartering_process %}
49+
<tr>
50+
<td class="plain"></td>
4751
<th>Charter</th>
4852
<td>
4953
{% if group.charter %}
@@ -56,8 +60,8 @@
5660
{% endif %}
5761
{% endif %}
5862
</td>
59-
{% endif %}
60-
</tr>
63+
</tr>
64+
{% endif %}
6165

6266

6367
{% with group.groupurl_set.all as urls %}
@@ -77,7 +81,9 @@
7781
{% for slug, label, roles in group.personnel %}
7882
<tr>
7983
{% if forloop.first %}
80-
<th rowspan="{{table_rows.personnel}}">Personnel</th>
84+
<th>Personnel</th>
85+
{% else %}
86+
<td class="plain"></td>
8187
{% endif %}
8288
<th>{{ label }}</th>
8389
<td>
@@ -96,23 +102,24 @@
96102
{% if group.list_email %}
97103
<tbody>
98104
<tr>
99-
<th rowspan="3">Mailing list</th>
105+
<th>Mailing list</th>
100106
<th>Address</th><td>{{ group.list_email|urlize }}</td>
101107
</tr>
102-
<tr><th>To subscribe</th><td>{{ group.list_subscribe|urlize }}</td></tr>
103-
<tr><th>Archive</th><td>{{ group.list_archive|urlize }}</td></tr>
108+
<tr><td class="plain"></td><th>To subscribe</th><td>{{ group.list_subscribe|urlize }}</td></tr>
109+
<tr><td class="plain"></td><th>Archive</th><td>{{ group.list_archive|urlize }}</td></tr>
104110
</tbody>
105111
{% endif %}
106112

107113
{% if group.state_id != "conclude" and group.type_id != "sdo" and group.type_id != "rfcedtyp" and group.type_id != "isoc" %}
108114
<tbody>
109115
<tr>
110-
<th rowspan="2">Jabber chat</th>
116+
<th>Jabber chat</th>
111117
<th>Room address</th>
112118
<td><a href="xmpp://{{ group.acronym }}@jabber.ietf.org">xmpp://{{ group.acronym }}@jabber.ietf.org</a></td>
113119
</tr>
114120

115121
<tr>
122+
<td class="plain"></td>
116123
<th>Logs</th>
117124
<td><a href="https://jabber.ietf.org/logs/{{ group.acronym }}/">https://jabber.ietf.org/logs/{{ group.acronym }}/</a></td>
118125
</tr>

0 commit comments

Comments
 (0)