File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313< link rel ='stylesheet ' type ='text/css ' href ='/css/agenda.css ' />
1414{% endblock pagehead %}
1515
16- {% block scripts %}
17- < script type ='text/javascript ' src ='/js/lib/jquery-1.8.2.min.js '> </ script >
16+ {% block js %}
1817< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery-ui.custom.js '> </ script >
1918< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.widget.js '> </ script >
2019< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.droppable.js '> </ script >
2827< script type ='text/javascript ' src ='/js/agenda/agenda_helpers.js '> </ script >
2928< script type ='text/javascript ' src ='/js/agenda/agenda_property_utils.js '> </ script >
3029< script type ='text/javascript ' src ='/js/agenda/agendas_edit.js '> </ script >
31- {% endblock scripts %}
30+ {% endblock js %}
3231
3332
3433{% block start_content_table %}{% endblock %}
Original file line number Diff line number Diff line change 1- {# -*- html -*- #}
21{% extends "base.html" %}
32{% load ietf_filters %}
43{# Copyright The IETF Trust 2007, All Rights Reserved #}
2524< link rel ='stylesheet ' type ='text/css ' href ='/css/agenda.css ' />
2625{% endblock pagehead %}
2726
28- {% block scripts %}
29- < script type ='text/javascript ' src ='/js/lib/jquery-1.8.2.min.js '> </ script >
27+ {% block js %}
3028< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/minified/jquery-ui.custom.min.js '> </ script >
3129< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/minified/jquery.ui.widget.min.js '> </ script >
3230< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/minified/jquery.ui.droppable.min.js '> </ script >
114112< style type ='text/css '>
115113
116114</ style >
117- {% endblock scripts %}
115+ {% endblock js %}
118116
119117
120118{% block start_content_table %}{% endblock %}
Original file line number Diff line number Diff line change 1313< link rel ='stylesheet ' type ='text/css ' href ='/css/agenda.css ' />
1414{% endblock pagehead %}
1515
16- {% block scripts %}
17- < script type ='text/javascript ' src ='/js/lib/jquery-1.8.2.min.js '> </ script >
16+ {% block js %}
1817< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery-ui.custom.js '> </ script >
1918< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.widget.js '> </ script >
2019< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.droppable.js '> </ script >
2827< script type ='text/javascript ' src ='/js/agenda/agenda_helpers.js '> </ script >
2928< script type ='text/javascript ' src ='/js/agenda/agenda_property_utils.js '> </ script >
3029< script type ='text/javascript ' src ='/js/agenda/agenda_properties_edit.js '> </ script >
31- {% endblock scripts %}
30+ {% endblock js %}
3231
3332{% block start_content_table %}{% endblock %}
3433{% block end_content_table %}{% endblock %}
Original file line number Diff line number Diff line change 1313< link rel ='stylesheet ' type ='text/css ' href ='/css/agenda.css ' />
1414{% endblock pagehead %}
1515
16- {% block scripts %}
17- < script type ='text/javascript ' src ='/js/lib/jquery-1.8.2.min.js '> </ script >
16+ {% block js %}
1817< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery-ui.custom.js '> </ script >
1918< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.widget.js '> </ script >
2019< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.droppable.js '> </ script >
2120< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.sortable.js '> </ script >
2221< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.accordion.js '> </ script >
2322< script type ='text/javascript ' src ='/js/jquery-ui-1.9.0.custom/jquery.ui.draggable.js '> </ script >
2423
25- {% if server_mode %}
26- {% ifnotequal server_mode "production" %}
27- < script src ="https://towtruck.mozillalabs.com/towtruck.js "> </ script >
28- {% endifnotequal %}
24+ {% if server_mode and server_mode != "production" %}
25+ < script src ="https://towtruck.mozillalabs.com/towtruck.js "> </ script >
2926{% endif %}
3027
3128{% dajaxice_js_import %}
6764< style type ='text/css '>
6865
6966</ style >
70- {% endblock scripts %}
67+ {% endblock js %}
7168
7269
7370{% block start_content_table %}{% endblock %}
You can’t perform that action at this time.
0 commit comments