From 1c7beb831fbe1eb13b11eb179f67d79400edac9b Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 8 Mar 2018 18:38:25 +0000 Subject: [PATCH] Added individual session icalendar links on the group materials pages. - Legacy-Id: 14746 --- ietf/static/ietf/css/ietf.css | 2 ++ ietf/templates/meeting/session_details.html | 8 +++++++- ietf/templates/meeting/session_details_panel.html | 4 +++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index 458adf24c..2259f605c 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -450,6 +450,8 @@ h1 small .pull-right { margin-top: 10.5px; } /* from bootstrap: .small { font-size: 84%; } */ .tiny { font-size: 70%; } +h1 .regular.pull-right { font-size: 50%; margin-top: 10.5px ; } +h2 .regular.pull-right { font-size: 57.6%; margin-top: 7.5px; } .large {font-size: 120%;} .llarge {font-size: 144%;} diff --git a/ietf/templates/meeting/session_details.html b/ietf/templates/meeting/session_details.html index a0d21bb09..faf915fb4 100644 --- a/ietf/templates/meeting/session_details.html +++ b/ietf/templates/meeting/session_details.html @@ -12,7 +12,13 @@ {% block content %} {% origin %} -

{{ meeting }} : {{ acronym }}

+ + + +

{{ meeting }} : {{ acronym }} + +

+ {% with use_panels=unscheduled_sessions %} {% if use_panels %} diff --git a/ietf/templates/meeting/session_details_panel.html b/ietf/templates/meeting/session_details_panel.html index 711197145..141fdc3dc 100644 --- a/ietf/templates/meeting/session_details_panel.html +++ b/ietf/templates/meeting/session_details_panel.html @@ -1,7 +1,9 @@ {% load origin ietf_filters %}{% origin %} {% for session in sessions %} -

{% if sessions|length > 1 %}Session {{ forloop.counter }} : {% endif %}{{ session.time }}{% if session.name %} : {{ session.name }}{% endif %}

+

{% if sessions|length > 1 %}Session {{ forloop.counter }} : {% endif %}{{ session.time }}{% if session.name %} : {{ session.name }}{% endif %} + +

{% if session.agenda_note %}

{{session.agenda_note}}

{% endif %} {% if can_manage_materials %}