| Line 31... |
Line 31... |
| 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/jquery-ui/1.8.15/js/jquery-ui-1.8.15.custom.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/tablesorter/2.0.5/jquery.tablesorter.min.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>
|
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>
|
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>
|
35 |
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
|
| - |
|
36 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/jquery.validate.min.js"></script>
|
| - |
|
37 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
|
| Line 36... |
Line 38... |
| 36 |
|
38 |
|
| 37 |
<!-- Javascript : données -->
|
39 |
<!-- Javascript : données -->
|
| Line 38... |
Line 40... |
| 38 |
<script src="<?=$url_stations?>" type="text/javascript"></script>
|
40 |
<script src="<?=$url_stations?>" type="text/javascript"></script>
|
| Line 180... |
Line 182... |
| 180 |
{{/if}}
|
182 |
{{/if}}
|
| 181 |
</span>
|
183 |
</span>
|
| 182 |
</td>
|
184 |
</td>
|
| 183 |
<td>{{if date}}${date}{{else}} {{/if}}</td>
|
185 |
<td>{{if date}}${date}{{else}} {{/if}}</td>
|
| 184 |
<td>{{if lieu}}${lieu}{{else}} {{/if}}</td>
|
186 |
<td>{{if lieu}}${lieu}{{else}} {{/if}}</td>
|
| - |
|
187 |
<td>
|
| - |
|
188 |
{{if observateur}}
|
| - |
|
189 |
{{if observateurId}}
|
| 185 |
<td>{{if observateur}}${observateur}{{else}} {{/if}}</td>
|
190 |
<a class="contact obs-${idObs} contributeur-${observateurId}"
|
| - |
|
191 |
href="#form-contact"
|
| - |
|
192 |
title="Contactez ce contributeur">
|
| - |
|
193 |
${observateur}
|
| - |
|
194 |
</a>
|
| - |
|
195 |
{{else}}
|
| - |
|
196 |
${observateur}
|
| - |
|
197 |
{{/if}}
|
| - |
|
198 |
{{else}}
|
| - |
|
199 |
|
| - |
|
200 |
{{/if}}
|
| - |
|
201 |
</td>
|
| 186 |
</tr>
|
202 |
</tr>
|
| 187 |
</script>
|
203 |
</script>
|
| Line 188... |
Line 204... |
| 188 |
|
204 |
|
| 189 |
<!-- Squelette du contenu de la liste des observations -->
|
205 |
<!-- Squelette du contenu de la liste des observations -->
|
| Line 223... |
Line 239... |
| 223 |
{{else}}
|
239 |
{{else}}
|
| 224 |
${nomSci}
|
240 |
${nomSci}
|
| 225 |
{{/if}}
|
241 |
{{/if}}
|
| 226 |
</span>
|
242 |
</span>
|
| 227 |
</dd>
|
243 |
</dd>
|
| 228 |
<dt title="Lieu d'observation">Lieu</dt><dd> ${lieu}</dd>
|
244 |
<dt title="Lieu d'observation">Lieu</dt><dd class="lieu"> ${lieu}</dd>
|
| 229 |
<dt title="Date d'observation">Le</dt><dd> ${date}</dd>
|
245 |
<dt title="Date d'observation">Le</dt><dd class="date"> ${date}</dd>
|
| 230 |
<dt title="Auteur de l'observation">Publié par</dt><dd> ${observateur}</dd>
|
246 |
<dt title="Auteur de l'observation">Publié par</dt>
|
| - |
|
247 |
<dd>
|
| - |
|
248 |
{{if observateur}}
|
| - |
|
249 |
{{if observateurId}}
|
| - |
|
250 |
<a class="contact obs-${idObs} contributeur-${observateurId}"
|
| - |
|
251 |
href="#form-contact"
|
| - |
|
252 |
title="Contactez ce contributeur">
|
| - |
|
253 |
${observateur}
|
| - |
|
254 |
</a>
|
| - |
|
255 |
{{else}}
|
| - |
|
256 |
${observateur}
|
| - |
|
257 |
{{/if}}
|
| - |
|
258 |
{{else}}
|
| - |
|
259 |
|
| - |
|
260 |
{{/if}}
|
| - |
|
261 |
</dd>
|
| 231 |
</dl>
|
262 |
</dl>
|
| 232 |
<hr class="nettoyage"/>
|
263 |
<hr class="nettoyage"/>
|
| 233 |
</div>
|
264 |
</div>
|
| 234 |
</li>
|
265 |
</li>
|
| 235 |
</script>
|
266 |
</script>
|
| Line 245... |
Line 276... |
| 245 |
</li>
|
276 |
</li>
|
| 246 |
{{/each}}
|
277 |
{{/each}}
|
| 247 |
</ol>
|
278 |
</ol>
|
| 248 |
</script>
|
279 |
</script>
|
| Line -... |
Line 280... |
| - |
|
280 |
|
| - |
|
281 |
<!-- Squelette du formulaire de contact -->
|
| - |
|
282 |
<div id="tpl-form-contact" style="display:none;">
|
| - |
|
283 |
<form id="form-contact" method="post" action="">
|
| - |
|
284 |
<div id="fc-zone-dialogue"></div>
|
| - |
|
285 |
<dl>
|
| - |
|
286 |
<dt><label for="fc_sujet">Sujet</label></dt>
|
| - |
|
287 |
<dd><input id="fc_sujet" name="fc_sujet"/></dd>
|
| - |
|
288 |
<dt><label for="fc_message">Message</label></dt>
|
| - |
|
289 |
<dd><textarea id="fc_message" name="fc_message"></textarea></dd>
|
| - |
|
290 |
<dt><label for="fc_utilisateur_courriel" title="Utilisez le courriel avec lequel vous êtes inscrit à Tela Botanica">Votre courriel</label></dt>
|
| - |
|
291 |
<dd><input id="fc_utilisateur_courriel" name="fc_utilisateur_courriel"/></dd>
|
| - |
|
292 |
</dl>
|
| - |
|
293 |
<input id="fc_destinataire_id" name="fc_destinataire_id" type="hidden" value="" />
|
| - |
|
294 |
<input id="fc_copies" name="fc_copies" type="hidden" value="eflore_remarques@tela-botanica.org" />
|
| - |
|
295 |
<button id="fc_annuler" type="button">Annuler</button>
|
| - |
|
296 |
<button id="fc_effacer" type="reset">Effacer</button>
|
| - |
|
297 |
<input id="fc_envoyer" type="submit" value="Envoyer" />
|
| - |
|
298 |
</form>
|
| - |
|
299 |
</div>
|
| 249 |
|
300 |
|
| 250 |
<!-- Stats : Google Analytics -->
|
301 |
<!-- Stats : Google Analytics -->
|
| 251 |
<script type="text/javascript">
|
302 |
<script type="text/javascript">
|
| 252 |
//<![CDATA[
|
303 |
//<![CDATA[
|
| 253 |
var _gaq = _gaq || [];
|
304 |
var _gaq = _gaq || [];
|