File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 < div class ="row ">
3434 < div class ="col-md-10 ">
3535
36- {% include "meeting/meeting_heading.html" with meeting=schedule.meeting %}
36+ {% include "meeting/meeting_heading.html" with meeting=schedule.meeting updated=updated %}
3737
38- < p class ="label label-info "> Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}</ p >
39- < p > </ p >
40- < p class ="alert alert-info ">
41- < b > Note:</ b > IETF agendas are subject to change, up to and during a meeting.
42- </ p >
43-
44- < h4 > Alternative Agenda Presentation Formats:</ h4 >
45- < p class ="noprint h6 text-center ">
38+ < p class ="noprint h6 text-center panel panel-heading ">
4639 {% if "-utc" in request.path %}
4740 < a href ="{% url 'ietf.meeting.views.agenda' num=schedule.meeting.number %} "> Agenda in local timezone</ a > |
4841 {% else %}
@@ -63,7 +56,12 @@ <h4>Alternative Agenda Presentation Formats:</h4>
6356 {% load cache %}
6457 {% cache 300 ietf_meeting_agenda_utc schedule.meeting.number request.path %}
6558
66- < h2 > Agenda</ h2 >
59+ < h1 > Agenda</ h1 >
60+
61+ < p class ="alert alert-info ">
62+ < b > Note:</ b > IETF agendas are subject to change, up to and during a meeting.
63+ </ p >
64+
6765
6866 < div class ="panel-group " id ="accordion ">
6967 < div class ="panel panel-default ">
Original file line number Diff line number Diff line change 99 {{ meeting.end_date|date:"F " }}
1010 {% endif %}
1111 {{ meeting.end_date|date:"j, Y" }}
12+ < div class ="pull-right ">
13+ Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
14+ </ >
15+
1216 </ small >
17+
1318</ h1 >
Original file line number Diff line number Diff line change @@ -400,3 +400,5 @@ td.ad div { border-bottom: solid #ccc 1px; }
400400.milestone { font-style : italic; }
401401
402402.adname { padding-bottom : .5em ; line-height : 1em ;}
403+
404+ h1 .small .pull-right { line-height : normal }
You can’t perform that action at this time.
0 commit comments