|
110 | 110 | <p>Please save this agenda to your account first.</p> |
111 | 111 | </div> |
112 | 112 |
|
| 113 | +<div class="content"> {% comment %} For preserving styling across the facelift {% endcomment %} |
| 114 | + |
113 | 115 | <div class="wrapper custom_text_stuff"> |
114 | 116 |
|
115 | 117 |
|
|
206 | 208 | </div> |
207 | 209 |
|
208 | 210 |
|
209 | | -<table id="meetings" class="ietf-navbar" style="width:100%"> |
| 211 | +{%comment%}<table id="meetings" class="ietf-navbar" style="width:100%">{%endcomment%} |
| 212 | +<table id="meetings" class="ietf-navbar" > |
210 | 213 | <tr> |
211 | 214 | <th class="schedule_title"><div id="pageloaded" style="display:none">loaded</div><div id="spinner"><!-- spinney goes here --></div></th> |
212 | | - <th></th> |
| 215 | + {% comment %}<th></th>{% endcomment %} |
213 | 216 | {% for day in time_slices %} |
214 | 217 | <th colspan="{{date_slices|colWidth:day}}" id="{{day|date:'Y-m-d'}}-btn" class=" day_{{day}} agenda_slot_title agenda_slot_unavailable"> |
215 | 218 | <div id="close_{{day|date:'Y-m-d'}}" class="close top_left very_small close_day">x</div> |
|
226 | 229 |
|
227 | 230 | <tr> |
228 | 231 | <th class="th_column"><button id="show_all_button" class="styled_button">show all</button></th> |
229 | | - <th><!-- resources --></th> |
| 232 | + {% comment %}<th><!-- resources --></th>{% endcomment %} |
230 | 233 | {% for day in time_slices %} |
231 | 234 | {% for slot in date_slices|lookup:day %} |
232 | 235 | <th class="day_{{day}}-{{slot.0|date:'Hi'}} day_{{day}} room_title ">{{slot.0|date:'Hi'}}-{{slot.1|date:'Hi'}} </th> |
|
246 | 249 | <div class="close very_small close_room top_left small_button" id="close_{{r.name|to_acceptable_id}}">X</div> |
247 | 250 | <div class="right room_name">{{r.name}} <span class="capacity">({{r.capacity}})</span></div> |
248 | 251 | </th> |
| 252 | +{% comment 'The secretariat is not using these features' %} |
249 | 253 | <th class="room_features"> |
250 | 254 | <div class="resource_list"> |
251 | 255 | {% for resource in r.resources.all %} |
|
255 | 259 | {% endfor %} |
256 | 260 | </div> |
257 | 261 | </th> |
| 262 | +{% endcomment %} |
258 | 263 | {% for day in time_slices %} |
259 | 264 | {% for slot in date_slices|lookup:day %} |
260 | 265 | <td id="{{r.dom_id}}_{{day}}_{{slot.0|date:'Hi'}}" class="day_{{day}} agenda-column-{{day}}-{{slot.0|date:'Hi'}} agenda_slot agenda_slot_unavailable" capacity="{{r.capacity}}" ></td> |
|
372 | 377 |
|
373 | 378 | </div> |
374 | 379 |
|
| 380 | +</div> {% comment %} End of .content div {% endcomment %} |
| 381 | + |
375 | 382 | {% endblock %} |
0 commit comments