diff --git a/ietf/templates/group/meetings-row.html b/ietf/templates/group/meetings-row.html index c83c49bee..021cfa982 100644 --- a/ietf/templates/group/meetings-row.html +++ b/ietf/templates/group/meetings-row.html @@ -39,7 +39,7 @@ {% if show_ical %} {% if s.meeting.type_id == 'ietf' %} {{s.time|date:"H:i"}} -   +   {% else %}   diff --git a/ietf/templates/group/meetings.html b/ietf/templates/group/meetings.html index 9639fc614..8672c8d36 100644 --- a/ietf/templates/group/meetings.html +++ b/ietf/templates/group/meetings.html @@ -33,7 +33,7 @@ {% if future %}
- Future Meetings + Future Meetings
diff --git a/ietf/templates/meeting/interim_session_buttons.html b/ietf/templates/meeting/interim_session_buttons.html index 7d04b442d..411042af5 100644 --- a/ietf/templates/meeting/interim_session_buttons.html +++ b/ietf/templates/meeting/interim_session_buttons.html @@ -3,28 +3,28 @@ {% load static %} {% load textfilters %} {% origin %} -{% with session.official_timeslotassignment as item %} +{% with item=session.official_timeslotassignment acronym=session.historic_group.acronym %} {% if session.agenda and show_agenda %} {% include "meeting/session_agenda_include.html" %} - + - + {% endif %} {% if use_codimd %} {% if item.timeslot.type.slug == 'plenary' %} {% else %} - + {% endif %} {% else %} {% if item.timeslot.type.slug == 'plenary' %} {% else %} - + {% endif %} {% endif %} @@ -36,17 +36,17 @@ {% if session.agenda_note|first_url|conference_url %} + title="Online conference"> {% elif session.remote_instructions|first_url|conference_url %} + title="Online conference"> {% elif item.timeslot.location.webex_url %} + title="Webex session"> {% elif item.timeslot.location.video_stream_url %} @@ -56,10 +56,16 @@ {% else %} - {% endif %} + + + + {% else %} @@ -88,7 +94,7 @@ {% endwith %}{% endfor %} {% elif item.timeslot.location.video_stream_url %} {% elif show_empty %} diff --git a/ietf/templates/meeting/session_buttons_include.html b/ietf/templates/meeting/session_buttons_include.html index 7e5a5b9ce..88c70776c 100644 --- a/ietf/templates/meeting/session_buttons_include.html +++ b/ietf/templates/meeting/session_buttons_include.html @@ -5,14 +5,15 @@ {% origin %} + {% with acronym=session.historic_group.acronym %} {% if session.agenda and show_agenda %} {% include "meeting/session_agenda_include.html" %} - + - + {% endif %} @@ -20,13 +21,13 @@ {% if item.timeslot.type.slug == 'plenary' %} {% else %} - + {% endif %} {% else %} {% if item.timeslot.type.slug == 'plenary' %} {% else %} - + {% endif %} {% endif %} @@ -54,19 +55,25 @@ {% if session.agenda_note|first_url|conference_url %} + title="Online conference"> {% elif session.remote_instructions|first_url|conference_url %} + title="Online conference"> {% elif item.timeslot.location.webex_url %} + title="Webex session"> {% endif %} + + + + {% else %} {% if meeting.number|add:"0" >= 60 %} @@ -101,9 +108,10 @@ {% endwith %} {% if item.timeslot.location.video_stream_url %} {% endif %} {% endif %} {% endif %} + {% endwith %} \ No newline at end of file diff --git a/ietf/templates/meeting/session_details_panel.html b/ietf/templates/meeting/session_details_panel.html index 688860c81..702362ea5 100644 --- a/ietf/templates/meeting/session_details_panel.html +++ b/ietf/templates/meeting/session_details_panel.html @@ -15,10 +15,6 @@ {% include "meeting/session_buttons_include.html" %} {% endwith %} {% endif %} - - {% if now < item.timeslot.end_time %} - - {% endif %} {% endif %} @@ -43,12 +39,12 @@ {% if session.agenda_note|first_url|conference_url %} + title="Online conference"> {% elif session.remote_instructions|first_url|conference_url %} + title="Online conference"> {% endif %} {{ session.remote_instructions }}