| author | veltr |
| Wed, 29 Feb 2012 16:14:01 +0100 | |
| changeset 132 | e6483309fa52 |
| parent 131 | 9d5d9e6b7fbf |
| child 133 | e821a1ae9773 |
| permissions | -rw-r--r-- |
| 131 | 1 |
{% extends "base.html" %} |
2 |
||
3 |
{% block title %}{{block.super}} > Recherche par facettes{% endblock %} |
|
4 |
||
5 |
{% block css_import %} |
|
6 |
{{block.super}} |
|
| 127 | 7 |
<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}hdalab/lib/leaflet/leaflet.css" /> |
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}hdalab/css/ui-lightness/jquery-ui-1.8.16.custom.css" /> |
| 131 | 9 |
<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}hdalab/css/facettes.css" /> |
10 |
{% endblock %} |
|
11 |
||
12 |
{% block js_import %} |
|
13 |
{{block.super}} |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
<script src="{{STATIC_URL}}hdalab/lib/raphael-min.js"></script> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
<script src="{{STATIC_URL}}hdalab/lib/underscore-min.js"></script> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
<script src="{{STATIC_URL}}hdalab/lib/jquery-ui-1.8.16.custom.min.js"></script> |
| 127 | 17 |
<script src="{{STATIC_URL}}hdalab/lib/leaflet/leaflet.js"></script> |
| 132 | 18 |
<script src="{{STATIC_URL}}hdalab/lib/ZeroClipboard.js"></script> |
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
19 |
|
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
<script src="{{STATIC_URL}}hdalab/js/gomina.js?v=1"></script> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
<script src="{{STATIC_URL}}hdalab/js/geojson_quickconv.js"></script> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
|
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
<script type="text/javascript"> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
gomNs.urls = { |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
25 |
'filter': "{% url filter %}", |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
26 |
'session_info': "{% url session_info %}", |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
27 |
'tag_search': "{% url tag_search %}", |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
28 |
'tag_info': "{% url tag_info %}", |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
29 |
'countries': "{{STATIC_URL}}hdalab/lib/countries.geo.json" |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
30 |
}; |
| 132 | 31 |
ZeroClipboard.setMoviePath('{{STATIC_URL}}hdalab/lib/ZeroClipboard.swf'); |
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
32 |
</script> |
| 131 | 33 |
{% endblock %} |
| 132 | 34 |
|
35 |
{% block facettes_actif %}actif{% endblock %} |
|
36 |
||
| 131 | 37 |
{% block main_content %} |
| 132 | 38 |
<h2 id="hdatitle">Recherche par facettes : <span id="sessionname"></span></h2> |
39 |
<div id="apartager"><a href="#">Partager la session</a></div> |
|
40 |
<div id="partageurls"> |
|
41 |
<ul> |
|
42 |
<li class="actif" id="partagero"><a href="#">En lecture seule</a></li> |
|
43 |
<li id="partagerw"><a href="#">En lecture-écriture</a></li> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
44 |
</ul> |
| 132 | 45 |
<div id="zc-partageligne"> |
46 |
<label id="zc-partagelabel">Copier le lien : </label> |
|
47 |
<input id="zc-partageinput" onfocus="select();" /> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
48 |
</div> |
| 132 | 49 |
</div> |
50 |
<div id="vues"> |
|
51 |
<h4 id="vuestitre">Mes vues :</h4> |
|
52 |
<ul id="ongletsvues"> |
|
53 |
</ul> |
|
54 |
<span id="nouvellevue"><a href="#">+</a></span> |
|
55 |
</div> |
|
56 |
<ul id="plusdevues"> |
|
57 |
<li id="nouv_resrech"><a href="#">Créer une vue sur des résultats de recherche</a></li> |
|
58 |
<li id="nouv_liste"><a href="#">Créer une liste de notices</a></li> |
|
59 |
</ul> |
|
60 |
<div id="waitcontainer"> |
|
61 |
<div id="waiting"></div> |
|
62 |
</div> |
|
63 |
<div id="bandefiltre"> |
|
64 |
<h4 id="filtertitle"> |
|
65 |
Filtres : |
|
66 |
</h4> |
|
67 |
<ul id="filters"> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
68 |
</ul> |
| 132 | 69 |
</div> |
70 |
<div id="timeline"> |
|
71 |
<ul id="dates"></ul> |
|
72 |
<div id="dateheat"></div> |
|
73 |
<div id="handle_0" class="handle"> |
|
74 |
<div class="handleinner"></div> |
|
75 |
</div> |
|
76 |
<div id="handle_1" class="handle"> |
|
77 |
<div class="handleinner"></div> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
78 |
</div> |
| 132 | 79 |
</div> |
80 |
<div id="leftcol"> |
|
81 |
<div id="bloc_gestvue"> |
|
82 |
<div class="barrebloc"> |
|
83 |
<h2>Gérer la vue</h2> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
84 |
</div> |
| 132 | 85 |
<div class="corpsbloc" id="gestvue"> |
86 |
<div id="div_titrevue"> |
|
87 |
<label>Nom : </label> |
|
88 |
<input id="titrevue" /> |
|
89 |
</div> |
|
90 |
<h4>Blocs visibles :</h4> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
91 |
</div> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
92 |
</div> |
| 132 | 93 |
<div class="bloc" id="bloc_map"> |
94 |
<div class="barrebloc"> |
|
95 |
<h2>Pays</h2> |
|
96 |
</div> |
|
97 |
<div class="corpsbloc" id="map"></div> |
|
98 |
</div> |
|
99 |
<div class="bloc" id="bloc_tagcloud"> |
|
100 |
<div class="barrebloc"> |
|
101 |
<h2>Nuage de mots-clés</h2> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
102 |
</div> |
| 132 | 103 |
<div class="corpsbloc" id="tagcloud"> |
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
104 |
</div> |
| 132 | 105 |
</div> |
106 |
<div class="bloc" id="bloc_taginfo"> |
|
107 |
<div class="barrebloc"> |
|
108 |
<h2>Information sur un mot-clé</h2> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
109 |
</div> |
| 132 | 110 |
<div class="corpsbloc" id="taginfo"> |
111 |
<div id="tagcount"></div> |
|
112 |
<div id="tagsearchwrap"><input id="tagsearch" value="Rechercher un tag" /></div> |
|
113 |
<div id="tagdata"></div> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
114 |
</div> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
115 |
</div> |
| 132 | 116 |
</div> |
117 |
<div id="rightcol"> |
|
118 |
<div class="bloc" id="bloc_notes"> |
|
119 |
<div class="barrebloc"> |
|
120 |
<h2>Notes</h2> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
121 |
</div> |
| 132 | 122 |
<div id="notes" class="corpsbloc"></div> |
123 |
</div> |
|
124 |
<div class="bloc" id="bloc_disciplines"> |
|
125 |
<div class="barrebloc"> |
|
126 |
<h2>Disciplines artistiques</h2> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
127 |
</div> |
| 132 | 128 |
<div id="disciplines" class="corpsbloc"></div> |
129 |
</div> |
|
130 |
<div class="bloc" id="bloc_notices"> |
|
131 |
<div class="barrebloc"> |
|
132 |
<h2>Résultats de recherche</h2> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
133 |
</div> |
| 132 | 134 |
<div class="corpsbloc"> |
135 |
<div id="contentcount"></div> |
|
136 |
<div id="contents"></div> |
|
137 |
</div> |
|
|
119
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
138 |
</div> |
|
e3ebe3545f72
first implementation of django version.
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
139 |
</div> |
| 132 | 140 |
</div> |
| 131 | 141 |
|
142 |
{% endblock %} |