Tweaked the agenda page header look a bit.

- Legacy-Id: 9833
This commit is contained in:
Henrik Levkowetz 2015-07-20 17:53:59 +00:00
parent 29db4a64a7
commit e8d8ada124
3 changed files with 15 additions and 10 deletions

View file

@ -33,16 +33,9 @@
<div class="row"> <div class="row">
<div class="col-md-10"> <div class="col-md-10">
{% include "meeting/meeting_heading.html" with meeting=schedule.meeting %} {% include "meeting/meeting_heading.html" with meeting=schedule.meeting updated=updated %}
<p class="label label-info">Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}</p> <p class="noprint h6 text-center panel panel-heading ">
<p></p>
<p class="alert alert-info">
<b>Note:</b> IETF agendas are subject to change, up to and during a meeting.
</p>
<h4>Alternative Agenda Presentation Formats:</h4>
<p class="noprint h6 text-center">
{% if "-utc" in request.path %} {% if "-utc" in request.path %}
<a href="{% url 'ietf.meeting.views.agenda' num=schedule.meeting.number %}">Agenda in local timezone</a> | <a href="{% url 'ietf.meeting.views.agenda' num=schedule.meeting.number %}">Agenda in local timezone</a> |
{% else %} {% else %}
@ -63,7 +56,12 @@
{% load cache %} {% load cache %}
{% cache 300 ietf_meeting_agenda_utc schedule.meeting.number request.path %} {% cache 300 ietf_meeting_agenda_utc schedule.meeting.number request.path %}
<h2>Agenda</h2> <h1>Agenda</h1>
<p class="alert alert-info">
<b>Note:</b> IETF agendas are subject to change, up to and during a meeting.
</p>
<div class="panel-group" id="accordion"> <div class="panel-group" id="accordion">
<div class="panel panel-default"> <div class="panel panel-default">

View file

@ -9,5 +9,10 @@
{{ meeting.end_date|date:"F " }} {{ meeting.end_date|date:"F " }}
{% endif %} {% endif %}
{{ meeting.end_date|date:"j, Y" }} {{ meeting.end_date|date:"j, Y" }}
<div class="pull-right">
Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
</>
</small> </small>
</h1> </h1>

View file

@ -400,3 +400,5 @@ td.ad div { border-bottom: solid #ccc 1px; }
.milestone { font-style: italic; } .milestone { font-style: italic; }
.adname { padding-bottom: .5em; line-height: 1em;} .adname { padding-bottom: .5em; line-height: 1em;}
h1 .small .pull-right { line-height: normal }