You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(There's also a <ahref="/meeting/{{meeting.num}}/agenda.txt">plaintext agenda</a> and a <ahref="http://tools.ietf.org/agenda/{{meeting.num}}/">tools-style agenda</a> available)</div>
256
+
(There's also a <ahref="/meeting/{{meeting.number}}/agenda.txt">plaintext agenda</a> and a <ahref="http://tools.ietf.org/agenda/{{meeting.number}}/">tools-style agenda</a> available)</div>
244
257
245
258
<p><strong>IETF agendas are subject to change, up to and during the meeting.</strong></p>
246
259
247
260
{# cache this part for 15 minutes -- it takes 3-6 seconds to generate #}
You can customize the agenda below to show only selected working group sessions. To be able to return to the customized view later, bookmark the resulting URL:
<imgsrc="/images/color-palette-4x4.gif" alt="" onclick="pickAgendaColor('{{meeting.num}}-{{slot.time|date:"D-Hi"|lower}}-{{slot.session.group.parent.acronym|upper}}-{{slot.session.group.acronym|lower}}',this);" title="color tag this line"/ class="noprint">
309
-
{% if slot.session.agenda %}<ahref="/meeting/{{ meeting.num }}/agenda/{{ slot.session.group.acronym }}/">{{slot.session.group.name}}</a>
321
+
<imgsrc="/images/color-palette-4x4.gif" alt="" onclick="pickAgendaColor('{{meeting.number}}-{{slot.time|date:"D-Hi"|lower}}-{{slot.session.group.parent.acronym|upper}}-{{slot.session.group.acronym|lower}}',this);" title="color tag this line"/ class="noprint">
322
+
{% if slot.session.agenda %}<ahref="/meeting/{{ meeting.number }}/agenda/{{ slot.session.group.acronym }}/">{{slot.session.group.name}}</a>
310
323
{% else %}{{slot.session.group.name}}{% endif %}
311
324
{% if slot.session.group.state.name = "BOF" %} BOF {% endif %}
0 commit comments