File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565{% endif %}</ div >
6666{% endif %}
6767
68- < div class =" menu " >
69- < table style ="margin-left:8px;margin-top:8px; width:98%; " id ="IETF_MENUBAR " > <!-- width="98%;"> this was causing issues.-- >
68+ {% block start_content_table %}
69+ < table style ="margin-left:8px;margin-top:8px; width:98%; " id ="ietf_menubar " >
7070< tr valign ="top ">
7171< td style ="width:130px;padding-right:8px; " class ="noprint ">
7272< div class ="ietf-navbar ">
8080< a href ="http://tools.ietf.org/tools/ietfdb/newticket "> Report a bug</ a >
8181</ div >
8282</ td >
83- </ div > <!-- shouldn't this end menu class? -->
84- {% block noTable %} {% comment %} if we don't want a table we do this, make sure to close the tags inside. {% endcomment %}
85-
8683< td >
87-
84+ {% endblock start_content_table %}
8885{% if messages %}
8986< ul class ="messages ">
9087 {% for message in messages %}
9188 < li {% if message.tags %} class ="{{ message.tags }} "{% endif %} > {{ message }}</ li >
9289 {% endfor %}
9390</ ul >
9491{% endif %}
95-
96-
9792{% block content %}
9893{% endblock %}
9994
100- {% endblock %} {% comment %} Ends no table {% endcomment %}
101-
10295< script type ="text/javascript " src ="/js/lib/jquery-1.8.2.min.js "> </ script >
10396< script type ="text/javascript " src ="/js/yui/yui-20100305.js "> </ script >
10497< script type ="text/javascript ">
114107{% block js %}{% endblock %}
115108
116109{% block content_end %}
117- {% endblock %}
118- </ div >
110+ {% endblock %}
119111< div id ="ietf-extras "> </ div >
112+ {% block end_content_table %}
120113</ td > </ tr > </ table >
114+ {% endblock end_content_table %}
121115{% include "debug.html" %}
122116</ body > </ html >
Original file line number Diff line number Diff line change 139139 < li > < a href ="http://www.iana.org/ "> IANA</ a > </ li >
140140 < li > < a href ="http://www.irtf.org/ "> IRTF</ a > </ li >
141141</ ul >
142- <!-- end base_leftmenu -->
Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ <h1>IETF {{ meeting.number }} Meeting Agenda</h1>
113113 < div id ='selector-{{wg.acronym}} ' class ="unselected " onclick ="toggle(this) "> {% if wg.state.name = "BOF" %}< i > {{wg.acronym}}</ i > {% else %}{{wg.acronym}}{% endif %}</ div > {% endfor %}
114114 </ td >
115115 </ tr >
116- < tr > < td align ="center " colspan ="{{area_list.count }} ">
116+ < tr > < td align ="center " colspan ="{{area_list|length }} ">
117117 Also show:
118118 < input type ="checkbox " class ="include-checkbox " id ="include-edu " onchange ="toggle_special(this) "/> EDU •
119119 < input type ="checkbox " class ="include-checkbox " id ="include-ietf " onchange ="toggle_special(this) "/> IETF •
120120 < input type ="checkbox " class ="include-checkbox " id ="include-tools " onchange ="toggle_special(this) "/> Tools •
121121 < input type ="checkbox " class ="include-checkbox " id ="include-iesg " onchange ="toggle_special(this) "/> IESG •
122122 < input type ="checkbox " class ="include-checkbox " id ="include-iab " onchange ="toggle_special(this) "/> IAB
123123<!-- </td></tr>
124- <tr><td align="center" colspan="{{area_list.count }}">
124+ <tr><td align="center" colspan="{{area_list|length }}">
125125-->
126126 < br /> < i > Groups displayed in italics are BOFs</ i > </ td > </ tr >
127127</ table >
Original file line number Diff line number Diff line change 3030< script type ='text/javascript ' src ='/js/agenda/agendas_edit.js '> </ script >
3131{% endblock scripts %}
3232
33- {% block noTable %}
34- </ tr> </ table> </ div>
33+
34+ {% block start_content_table %}{% endblock %}
35+ {% block end_content_table %}{% endblock %}
36+
37+ {% block content %}
3538< div class ="wrapper custom_text_stuff ">
36- < div style ="ui-icon ui-icon-arrow-1-w " id ="CLOSE_IETF_MENUBAR ">
39+ < div style ="ui-icon ui-icon-arrow-1-w " id ="close_ietf_menubar ">
3740<
3841</ div >
3942
8790</ div >
8891</ div >
8992
90- < table > < tr >
9193{% endblock %}
Original file line number Diff line number Diff line change 7676
7777{% block pagehead %}
7878< script type ="text/javascript " src ='/js/agenda2.js '> </ script >
79- < script type ="text/javascript " src ='/js/jquery-1.5.1 .min.js '> </ script >
79+ < script type ="text/javascript " src ='/js/jquery-1.8.2 .min.js '> </ script >
8080< script type ="text/javascript " src ='/js/browsertime.js '> </ script >
8181< script type ="text/javascript " src ='/js/weekview.js '> </ script >
8282< script type ="text/javascript " >
@@ -129,15 +129,15 @@ <h1>IETF {{ meeting.number }} Meeting Agenda</h1>
129129 < div id ='selector-{{wg.acronym}} ' class ="unselected " onclick ="toggle(this) "> {% if wg.state.name = "BOF" %}< i > {{wg.acronym}}</ i > {% else %}{{wg.acronym}}{% endif %}</ div > {% endfor %}
130130 </ td >
131131 </ tr >
132- < tr > < td align ="center " colspan ="{{area_list.count }} ">
132+ < tr > < td align ="center " colspan ="{{area_list|length }} ">
133133 Also show:
134134 < input type ="checkbox " class ="include-checkbox " id ="include-edu " onchange ="toggle_special(this) "/> EDU •
135135 < input type ="checkbox " class ="include-checkbox " id ="include-ietf " onchange ="toggle_special(this) "/> IETF •
136136 < input type ="checkbox " class ="include-checkbox " id ="include-tools " onchange ="toggle_special(this) "/> Tools •
137137 < input type ="checkbox " class ="include-checkbox " id ="include-iesg " onchange ="toggle_special(this) "/> IESG •
138138 < input type ="checkbox " class ="include-checkbox " id ="include-iab " onchange ="toggle_special(this) "/> IAB
139139<!-- </td></tr>
140- <tr><td align="center" colspan="{{area_list.count }}">
140+ <tr><td align="center" colspan="{{area_list|length }}">
141141-->
142142 < br /> < i > Groups displayed in italics are BOFs</ i > </ td > </ tr >
143143</ table >
Original file line number Diff line number Diff line change 117117{% endblock scripts %}
118118
119119
120- {% block noTable %}
121- </ tr> </ table> </ div>
120+ {% block start_content_table %}{% endblock %}
121+ {% block end_content_table %}{% endblock %}
122+
123+ {% block content %}
124+
122125< div id ="read_only ">
123126< p >
124127You do not have write permission to agenda: {{schedule.name}}
157160 </ select >
158161 </ div >
159162 < div class ="agenda_slot_title " >
160- < div style ="ui-icon ui-icon-arrow-1-w " id ="CLOSE_IETF_MENUBAR ">
163+ < div style ="ui-icon ui-icon-arrow-1-w " id ="close_ietf_menubar ">
161164 <
162165 </ div >
163166 < b > Unassigned Events:</ b >
365368 </ p >
366369</ div >
367370
368- < table > < tr > < td >
369-
370371{% endblock %}
Original file line number Diff line number Diff line change 1414{% block title %}IETF {{ meeting.number }} Meeting Agenda: {{ schedule.owner }} / {{ schedule.name }}{% endblock %}
1515{% load agenda_custom_tags %}
1616
17- {% block noTable %}
18- </ tr> </ table> </ div>
17+ {% block start_content_table %}{% endblock %}
18+ {% block end_content_table %}{% endblock %}
19+
20+ {% block content %}
21+
1922< div id ="read_only ">
2023< p >
2124You can not have access this agenda. It belongs to {{ schedule.owner }}.
2528</ p >
2629< div class ="wrapper custom_text_stuff ">
2730</ div >
28- < table > < tr > < td >
31+
2932{% endblock %}
Original file line number Diff line number Diff line change 3030< script type ='text/javascript ' src ='/js/agenda/agenda_properties_edit.js '> </ script >
3131{% endblock scripts %}
3232
33- {% block noTable %}
33+ {% block start_content_table %}{% endblock %}
34+ {% block end_content_table %}{% endblock %}
35+
36+ {% block content %}
3437</ tr> </ table> </ div>
3538< div class ="wrapper custom_text_stuff ">
36- < div style ="ui-icon ui-icon-arrow-1-w " id ="CLOSE_IETF_MENUBAR ">
39+ < div style ="ui-icon ui-icon-arrow-1-w " id ="close_ietf_menubar ">
3740<
3841</ div >
3942
7982</ div >
8083</ div >
8184
82- < table > < tr > < td >
85+
8386{% endblock %}
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ <h2><a name="{{session.group.parent.acronym}}">{{session.group.parent.acronym|up
4545{%ifchanged%}
4646< tr > < td class ="status " colspan ="7 "> <!-- {{session.group.parent.id}} --> {{session.status}}</ td > </ tr >
4747{%endifchanged%}
48+ yes
4849< tr class ="{% if forloop.counter|divisibleby:2 %}even{% else %}odd{% endif %} ">
4950 < th valign ="top "> {{session.group.acronym|upper}}</ th >
5051 < td valign ="top " align ="center "> {% if not session.requested_duration %}< i > {{session.status}}</ i > {%else%} {{session.requested_duration|stringformat:"s"|slice:"0:4"}} {% endif %}</ td >
Original file line number Diff line number Diff line change 7070{% endblock scripts %}
7171
7272
73- {% block noTable %}
74- </ tr> </ table> </ div>
73+ {% block start_content_table %}{% endblock %}
74+ {% block end_content_table %}{% endblock %}
75+
76+ {% block content %}
7577< div class ="wrapper custom_text_stuff ">
76- < div style ="ui-icon ui-icon-arrow-1-w " id ="CLOSE_IETF_MENUBAR ">
78+ < div style ="ui-icon ui-icon-arrow-1-w " id ="close_ietf_menubar ">
7779<
7880</ div >
7981
168170 < button onclick ="TowTruck(this); return false; "> Start TowTruck</ button >
169171 {% endifnotequal %}
170172{% endif %}
171- < table > < tr > < td >
173+
172174{% endblock %}
You can’t perform that action at this time.
0 commit comments