Line 22... |
Line 22... |
22 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.ico" />
|
22 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.ico" />
|
Line 23... |
Line 23... |
23 |
|
23 |
|
24 |
<!-- Javascript : bibliothèques -->
|
24 |
<!-- Javascript : bibliothèques -->
|
25 |
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
|
25 |
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
|
26 |
<!-- Google Map v3 -->
|
26 |
<!-- Google Map v3 -->
|
27 |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&sensor=true&language=fr&region=FR"></script>
|
27 |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.6&sensor=true&language=fr&region=FR"></script>
|
28 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/google/map/3/markerclusterer/1.0/markerclusterer-1.0.pack.js"></script>
|
28 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/google/map/3/markerclusterer/2.0.1/markerclusterer-2.0.1.pack.js"></script>
|
29 |
<!-- Jquery -->
|
29 |
<!-- Jquery -->
|
- |
|
30 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.6.2/jquery-1.6.2.min.js"></script>
|
30 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.6.2/jquery-1.6.2.min.js"></script>
|
31 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/js/jquery-ui-1.8.15.custom.min.js"></script>
|
31 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/tablesorter/2.0.5/jquery.tablesorter.min.js"></script>
|
32 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/tablesorter/2.0.5/jquery.tablesorter.min.js"></script>
|
32 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
|
33 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
|
- |
|
34 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/pagination/2.2/jquery.pagination.js"></script>
|
- |
|
35 |
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
|
Line 33... |
Line 36... |
33 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/pagination/2.2/jquery.pagination.js"></script>
|
36 |
<script type="text/javascript" src="<?=$url_base?>modules/carto/squelettes/scripts/smartinfowindow.js"></script>
|
34 |
|
37 |
|
Line 35... |
Line 38... |
35 |
<!-- Javascript : données -->
|
38 |
<!-- Javascript : données -->
|
Line 54... |
Line 57... |
54 |
'projet=<?=$projet?>'+'&'+
|
57 |
'projet=<?=$projet?>'+'&'+
|
55 |
'num_taxon='+nt+'&'+
|
58 |
'num_taxon='+nt+'&'+
|
56 |
'dept=<?=$dept?>'+'&'+
|
59 |
'dept=<?=$dept?>'+'&'+
|
57 |
'commune=<?=$commune?>';
|
60 |
'commune=<?=$commune?>';
|
58 |
var urlObsCarte = '<?=$url_cel_carto?>/carte-defaut-json'+'?'+
|
61 |
var urlObsCarte = '<?=$url_cel_carto?>/carte-defaut-json'+'?'+
|
59 |
'utilisateur=<?=$utilisateur?>'+'&'+
|
62 |
'utilisateur=<?=$utilisateur?>'+
|
- |
|
63 |
'&projet=<?=$projet?>'+
|
- |
|
64 |
'&num_taxon='+nt+
|
- |
|
65 |
'&dept=<?=$dept?>'+
|
- |
|
66 |
'&commune=<?=$commune?>';
|
- |
|
67 |
var urlObsStation = '<?=$url_cel_carto?>/{action}'+'?'+
|
- |
|
68 |
'station={stationId}'+
|
- |
|
69 |
'&utilisateur=<?=$utilisateur?>'+
|
60 |
'projet=<?=$projet?>'+'&'+
|
70 |
'&projet=<?=$projet?>'+
|
- |
|
71 |
'&num_taxon='+nt+
|
61 |
'dept=<?=$dept?>'+'&'+
|
72 |
'&dept=<?=$dept?>'+
|
62 |
'commune=<?=$commune?>';
|
73 |
'&commune=<?=$commune?>';
|
63 |
//]]>
|
74 |
//]]>
|
64 |
</script>
|
75 |
</script>
|
65 |
<script type="text/javascript" src="<?=$url_base?>modules/carto/squelettes/scripts/carto.js"></script>
|
76 |
<script type="text/javascript" src="<?=$url_base?>modules/carto/squelettes/scripts/carto.js"></script>
|
Line 66... |
Line 77... |
66 |
|
77 |
|
67 |
<!-- CSS -->
|
- |
|
68 |
<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
|
78 |
<!-- CSS -->
|
- |
|
79 |
<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
|
- |
|
80 |
<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.8.15/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" media="screen" />
|
69 |
<link rel="stylesheet" href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
|
81 |
<link href="<?=$url_base?>modules/carto/squelettes/css/carto.css" rel="stylesheet" type="text/css" media="screen" />
|
Line 70... |
Line 82... |
70 |
</head>
|
82 |
</head>
|
71 |
|
83 |
|
72 |
<body>
|
84 |
<body>
|
Line 113... |
Line 125... |
113 |
</div>
|
125 |
</div>
|
114 |
</div>
|
126 |
</div>
|
115 |
<? endif ?>
|
127 |
<? endif ?>
|
116 |
<div id="carte"></div>
|
128 |
<div id="carte"></div>
|
Line -... |
Line 129... |
- |
|
129 |
|
117 |
|
130 |
<!-- +-------------------------------------------------------------------------------------------+ -->
|
118 |
<!-- Blocs chargés à la demande : par défaut avec un style display à none -->
|
- |
|
119 |
<div id="chargement">
|
- |
|
120 |
<img src="<?=$url_base?>modules/carto/squelettes/images/chargement.gif" alt="Chargement en cours..." />
|
- |
|
121 |
<p>Chargement des observations en cours...</p>
|
- |
|
Line -... |
Line 131... |
- |
|
131 |
<!-- Blocs chargés à la demande : par défaut avec un style display à none -->
|
- |
|
132 |
|
- |
|
133 |
<!-- Squelette du message de chargement des observations -->
|
- |
|
134 |
<script id="tpl-chargement" type="text/x-jquery-tmpl">
|
- |
|
135 |
<div id="chargement" style="height:500px;">
|
- |
|
136 |
<img src="<?=$url_base?>modules/carto/squelettes/images/chargement.gif" alt="Chargement en cours..." />
|
- |
|
137 |
<p>Chargement des observations en cours...</p>
|
- |
|
138 |
</div>
|
- |
|
139 |
</script>
|
- |
|
140 |
|
- |
|
141 |
<!-- Squelette du contenu d'une info-bulle observation -->
|
- |
|
142 |
<script id="tpl-obs" type="text/x-jquery-tmpl">
|
- |
|
143 |
<div id="info-bulle" style="min-height:500px;width:600px;">
|
- |
|
144 |
<div id="obs">
|
- |
|
145 |
<h2><span id="obs-total"></span> observations pour <span id="obs-commune"></span></h2>
|
- |
|
146 |
<div class="navigation"> </div>
|
- |
|
147 |
<div>
|
- |
|
148 |
<ul>
|
- |
|
149 |
<li><a href="#obs-vue-tableau">Tableau</a></li>
|
- |
|
150 |
<li><a href="#obs-vue-liste">Liste</a></li>
|
- |
|
151 |
</ul>
|
- |
|
152 |
</div>
|
- |
|
153 |
<div id="observations">
|
- |
|
154 |
<div id="obs-vue-tableau" style="display:none;">
|
- |
|
155 |
<table id="obs-tableau">
|
- |
|
156 |
<thead>
|
- |
|
157 |
<tr>
|
- |
|
158 |
<th title="Nom scientifique défini par l'utilisateur.">Nom</th>
|
- |
|
159 |
<th title="Date de l'observation">Date</th>
|
- |
|
160 |
<th title="Lieu d'observation">Lieu</th>
|
- |
|
161 |
<th title="Auteur de l'observation">Observateur</th>
|
- |
|
162 |
</tr>
|
- |
|
163 |
</thead>
|
- |
|
164 |
<tbody id="obs-tableau-lignes" class="obs-conteneur">
|
- |
|
165 |
<!-- Insertion des lignes à partir du squelette tpl-obs-liste-tableau -->
|
- |
|
166 |
</tbody>
|
- |
|
167 |
</table>
|
- |
|
168 |
</div>
|
- |
|
169 |
<div id="obs-vue-liste" style="display:none;">
|
- |
|
170 |
<ol id="obs-liste-lignes" class="obs-conteneur">
|
- |
|
171 |
<!-- Insertion des lignes à partir du squelette tpl-obs-liste -->
|
- |
|
172 |
</ol>
|
- |
|
173 |
</div>
|
- |
|
174 |
</div>
|
- |
|
175 |
<div class="navigation"> </div>
|
- |
|
176 |
<div id="obs-pieds-page">
|
- |
|
177 |
<p id="obs-msg-info">Les observations de cette carte sont regroupées par commune.</p>
|
- |
|
178 |
<p>Id : <span id="obs-station-id"> </span></p>
|
- |
|
179 |
</div>
|
- |
|
180 |
</div>
|
- |
|
181 |
</div>
|
- |
|
182 |
</script>
|
- |
|
183 |
|
- |
|
184 |
<!-- Squelette du contenu d'une info-bulle observation -->
|
- |
|
185 |
<script id="tpl-obs-tableau" type="text/x-jquery-tmpl">
|
- |
|
186 |
<tr>
|
- |
|
187 |
<td>
|
- |
|
188 |
<span class="nom-sci">
|
- |
|
189 |
{{if nn != 0}}
|
- |
|
190 |
<a href="http://www.tela-botanica.org/nn${nn}" onclick="window.open(this.href); arreter(event); return false; ">${nomSci}</a>
|
- |
|
191 |
{{else}}
|
- |
|
192 |
${nomSci}
|
- |
|
193 |
{{/if}}
|
- |
|
194 |
</span>
|
- |
|
195 |
</td>
|
- |
|
196 |
<td> ${date}</td>
|
- |
|
197 |
<td> ${lieu}</td>
|
- |
|
198 |
<td> ${observateur}</td>
|
- |
|
199 |
</tr>
|
- |
|
200 |
</script>
|
- |
|
201 |
|
- |
|
202 |
<!-- Squelette du contenu d'une info-bulle observation -->
|
- |
|
203 |
<script id="tpl-obs-liste" type="text/x-jquery-tmpl">
|
- |
|
204 |
<li>
|
- |
|
205 |
<div id="cel-obs-${id}">
|
- |
|
206 |
{{if images}}
|
- |
|
207 |
{{each(index, img) images}}
|
- |
|
208 |
<div{{if index == 0}} class="cel-img-principale" {{else}} class="cel-img-secondaire"{{/if}}>
|
- |
|
209 |
<a class="cel-img"
|
- |
|
210 |
href="${img.normale}"
|
- |
|
211 |
title="${nomSci} {{if nn}} [${nn}] {{/if}} par ${observateur} - Publiée le ${datePubli} - GUID : ${img.guid}"
|
- |
|
212 |
rel="cel-obs-${id}">
|
- |
|
213 |
<img src="${img.miniature}" alt="Image #${img.id} de l'osbervation #${nn}" />
|
- |
|
214 |
</a>
|
- |
|
215 |
<p id="cel-info-${img.id}" class="cel-infos">
|
- |
|
216 |
<a class="cel-img-titre" href="${urlEflore}"
|
- |
|
217 |
onclick="window.open(this.href);return false;"
|
- |
|
218 |
title="Cliquez pour accéder à la fiche eFlore">
|
- |
|
219 |
<strong>${nomSci} {{if nn}} [nn${nn}] {{/if}}</strong> par <em>${observateur}</em>
|
- |
|
220 |
</a>
|
- |
|
221 |
<br />
|
- |
|
222 |
<span class="cel-img-date">Publiée le ${datePubli}</span>
|
- |
|
223 |
</p>
|
- |
|
224 |
</div>
|
- |
|
225 |
{{/each}}
|
- |
|
226 |
{{/if}}
|
- |
|
227 |
<dl>
|
- |
|
228 |
<dt class="champ-nom-sci">Nom</dt>
|
- |
|
229 |
<dd title="Nom défini par l'utilisateur{{if nn != 0}}. Cliquez pour accéder à la fiche d'eFlore.{{/if}}">
|
- |
|
230 |
<span class="nom-sci">
|
- |
|
231 |
{{if nn != 0}}
|
- |
|
232 |
<a href="http://www.tela-botanica.org/nn${nn}"
|
- |
|
233 |
onclick="window.open(this.href); arreter(event); return false; ">
|
- |
|
234 |
${nomSci}
|
- |
|
235 |
</a>
|
- |
|
236 |
{{else}}
|
- |
|
237 |
${nomSci}
|
- |
|
238 |
{{/if}}
|
- |
|
239 |
</span>
|
- |
|
240 |
</dd>
|
- |
|
241 |
<dt title="Lieu d'observation">Lieu</dt><dd> ${lieu}</dd>
|
- |
|
242 |
<dt title="Date d'observation">Le</dt><dd> ${date}</dd>
|
- |
|
243 |
<dt title="Auteur de l'observation">Publié par</dt><dd> ${observateur}</dd>
|
- |
|
244 |
</dl>
|
- |
|
245 |
<hr class="nettoyage"/>
|
- |
|
246 |
</div>
|
- |
|
247 |
</li>
|
122 |
</div>
|
248 |
</script>
|
123 |
|
249 |
|
124 |
<!-- Stats : Google Analytics -->
|
250 |
<!-- Stats : Google Analytics -->
|
125 |
<script type="text/javascript">
|
251 |
<script type="text/javascript">
|
126 |
//<![CDATA[
|
252 |
//<![CDATA[
|