|
32 | 32 | <script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-1.9.0.custom/jquery.ui.sortable.js' %}"></script> |
33 | 33 | <script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-1.9.0.custom/jquery.ui.accordion.js' %}"></script> |
34 | 34 | <script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-1.9.0.custom/jquery.ui.draggable.js' %}"></script> |
35 | | -<script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-1.9.0.custom/jquery.ui.datetime.js' %}"></script> |
| 35 | +<script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-1.9.0.custom/jquery.ui.datepicker.js' %}"></script> |
36 | 36 |
|
37 | 37 | <!-- source (MIT License) http://momentjs.com/ https://github.com/moment/moment/ --> |
38 | 38 | <script type='text/javascript' src="{% static 'ietf/js/agenda/moment.min.js' %}"></script> |
39 | 39 |
|
40 | 40 | <!-- source (MIT License) : https://github.com/trentrichardson/jQuery-Timepicker-Addon --> |
41 | 41 | <script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-timepicker/jquery-ui-timepicker-addon.js' %}"></script> |
42 | | -<script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-timepicker/jquery-ui-sliderAccess.js.js' %}"></script> |
| 42 | +<script type='text/javascript' src="{% static 'ietf/js/agenda/jquery-ui-timepicker/jquery-ui-sliderAccess.js' %}"></script> |
43 | 43 | <link rel='stylesheet' type='text/css' href="{% static 'ietf/css/agenda/jquery-ui-timepicker-addon.css' %}" /> |
44 | 44 |
|
45 | 45 | <script type='text/javascript' src="{% static 'ietf/js/agenda/spin/dist/spin.min.js' %}"></script> |
|
138 | 138 | <div class="resource_list"> |
139 | 139 | {% for resource in r.resources.all %} |
140 | 140 | <span class="resource_image"> |
141 | | - <img src="{% static 'ietf/images/{{ resource.icon }}' %}" height=24 alt="{{resource.desc}}" title="{{resource.desc}}"/> |
| 141 | + {% if resource.id == "project" %} <img src="{% static 'ietf/images/projector.png' %}" height=24 alt="{{resource.desc}}" title="{{resource.desc}}"/>{% endif %} |
| 142 | + {% if resource.id == "proj2" %} <img src="{% static 'ietf/images/projector2.png' %}" height=24 alt="{{resource.desc}}" title="{{resource.desc}}"/>{% endif %} |
| 143 | + {% if resource.id == "meetecho" %} <img src="{% static 'ietf/images/meetecho-mini.png' %}" height=24 alt="{{resource.desc}}" title="{{resource.desc}}"/>{% endif %} |
| 144 | + {% if resource.id == "boardroom" %} <img src="{% static 'ietf/images/projector.png' %}" height=24 alt="{{resource.desc}}" title="{{resource.desc}}"/>{% endif %} |
142 | 145 | </span> |
143 | 146 | {% endfor %} |
144 | 147 | </div> |
|
0 commit comments