5 {% block title %}{{block.super}} > {% trans "Recherche par facettes" %}{% endblock %} |
5 {% block title %}{{block.super}} > {% trans "Recherche par facettes" %}{% endblock %} |
6 |
6 |
7 {% block css_import %} |
7 {% block css_import %} |
8 {{block.super}} |
8 {{block.super}} |
9 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/leaflet/leaflet.css' %}" /> |
9 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/leaflet/leaflet.css' %}" /> |
|
10 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/lib/leaflet-zoom-min/L.Control.ZoomMin.css' %}" /> |
10 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" /> |
11 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" /> |
11 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/facettes.css?refresh' %}" /> |
12 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/facettes.css?refresh' %}" /> |
12 {% endblock %} |
13 {% endblock %} |
13 |
14 |
14 {% block js_import %} |
15 {% block js_import %} |
15 {{block.super}} |
16 {{block.super}} |
16 <script src="{% static 'hdalab/lib/raphael-min.js' %}"></script> |
17 <script src="{% static 'hdalab/lib/raphael-min.js' %}"></script> |
17 <script src="{% static 'hdalab/lib/underscore-min.js' %}"></script> |
18 <script src="{% static 'hdalab/lib/underscore-min.js' %}"></script> |
18 <script src="{% static 'hdalab/lib/jquery-ui-1.10.4.min.js' %}"></script> |
19 <script src="{% static 'hdalab/lib/jquery-ui-1.10.4.min.js' %}"></script> |
19 <script src="{% static 'hdalab/lib/leaflet/leaflet.js' %}"></script> |
20 <script src="{% static 'hdalab/lib/leaflet/leaflet-src.js' %}"></script> |
|
21 <script src="{% static 'hdalab/lib/leaflet-zoom-min/L.Control.ZoomMin.js' %}"></script> |
20 <script src="{% static 'hdalab/lib/ZeroClipboard.js' %}"></script> |
22 <script src="{% static 'hdalab/lib/ZeroClipboard.js' %}"></script> |
21 |
23 |
22 <script src="{% url 'jsi18n' 'hdalab' %}"></script> |
24 <script src="{% url 'jsi18n' 'hdalab' %}"></script> |
23 <script src="{% static 'hdalab/js/gomina.js?refresh' %}"></script> |
25 <script src="{% static 'hdalab/js/gomina.js?refresh' %}"></script> |
24 |
26 |