diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html index 9ca7db711..88867daeb 100644 --- a/ietf/templates/meeting/agenda.html +++ b/ietf/templates/meeting/agenda.html @@ -35,9 +35,15 @@ tr.grouprow > td { padding: 4px; } td.materials { align:right; } span.note { font-style: italic; color:#ff0000; } -{% for area in area_list %} -#{{ area.upcase_acronym }}-groups, #selector-{{ area.upcase_acronym }} { color:{{ area.fg_color }}; background-color: {{ area.bg_color }} } -{% endfor %} +#APP-groups, #selector-APP { color:#008; background-color:#eef } +#GEN-groups, #selector-GEN { color:#080; background-color:#efe } +#INT-groups, #selector-INT { color:#088; background-color:#eff } +#OPS-groups, #selector-OPS { color:#800; background-color:#fee } +#RAI-groups, #selector-RAI { color:#808; background-color:#fef } +#RTG-groups, #selector-RTG { color:#880; background-color:#ffe } +#SEC-groups, #selector-SEC { color:#488; background-color:#dff } +#TSV-groups, #selector-TSV { color:#484; background-color:#dfd } +#IRTF-groups, #selector-IRTF { color:#448; background-color:#ddf } img.hidden { display: none; } @@ -70,8 +76,6 @@ img.hidden { display: none; } {% block pagehead %} - - {% endblock pagehead %} @@ -99,7 +103,7 @@ You can customize the agenda below to show only selected working group sessions.
{{area.acronym|upper}} |
+ {{area|upper}} |
{% endfor %}
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Preconfigured .ics links: {% for area in area_list %} - {{area.acronym|upper}} • + {{area|upper}} • {% endfor %} Non-Area Events |
- {{ ss.timeslot.time|date:"l"|upper }}, {{ ss.timeslot.time|date:"F j, Y" }}+{{ slot.time|date:"l"|upper }}, {{ slot.time|date:"F j, Y" }} |
||||||||
- {{ss.timeslot.time|date:"Hi"}}-{{ss.timeslot.end_time|date:"Hi"}} {{ss.timeslot.tzname}} + {{slot.time|date:"Hi"}}-{{slot.end_time|date:"Hi"}} {{slot.tzname}} | - {{ss.timeslot.name}} - {% if ss.timeslot.type.name != 'Session' %} - - {% if ss.timeslot.show_location %}{{ss.timeslot.get_location|escape}}{% endif %} + {% if slot.type.name == 'Session' %}{{ slot.time|date:"l"}}{% endif %} + {{slot.name}} + {% if slot.type.name != 'Session' %} - + {% if slot.show_location %}{{slot.get_location|escape}}{% endif %} {% endif %} | |||||||
- | {% if ss.timeslot.show_location %}{{ss.timeslot.get_location|escape}}{% endif %} | -{{ss.session.group.parent.acronym|upper}} | +{% if slot.show_location %}{{slot.get_location|escape}}{% endif %} | +{{slot.session.group.parent.acronym|upper}} | - {% if ss.session.group.charter %}{{ss.session.group.acronym}} - {% else %}{{ss.session.group.acronym}}{% endif %} | + {% if slot.session.group.charter %}{{slot.session.group.acronym}} + {% else %}{{slot.session.group.acronym}}{% endif %}
- {{ss.session.group.name}}
- {% else %}{{ss.session.group.name}}{% endif %}
- {% if ss.session.group.state.name = "BOF" %} BOF {% endif %}
- {% if ss.session.agenda_note %}
- {{ss.session.agenda_note}}{% endif %} |
-
- {% if ss.session.agenda %}{% if ss.session.agenda %}drafts: tar|pdf{%endif%} | + + {% if slot.session.agenda %}{{slot.session.group.name}} + {% else %}{{slot.session.group.name}}{% endif %} + {% if slot.session.group.state.name = "BOF" %} BOF {% endif %} + {% if slot.session.agenda_note %} +{% if slot.session.agenda %}drafts: tar|pdf{%endif%} |
- {% if ss.session.agenda %}
- {% if ss.session.agenda.file_extension in show_inline%}
-
+ {% if slot.session.agenda %}
+ {% if slot.session.agenda.file_extension in show_inline%}
+
{% else %}
- Agenda submitted in {{ss.session.agenda.file_extension|upper}} format
+ Agenda submitted in {{slot.session.agenda.file_extension|upper}} format
{% endif %}
{% else %}
No Agenda Submitted
{% endif %}
- {% if ss.session.slides %}
+ {% if slot.session.slides %}
Slides:-
| ||||||||
-
- {% if ss.session.slides %}
+
+ {% if slot.session.slides %}
Slides:-
|