Line 20... |
Line 20... |
20 |
<!-- Favicones -->
|
20 |
<!-- Favicones -->
|
21 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
|
21 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
|
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.6&sensor=true&language=fr&region=FR"></script>
|
27 |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&sensor=true&language=fr&region=FR"></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>
|
28 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/google/map/3/markermanager/1.0/markermanager-1.0.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/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>
|
36 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/jquery.validate.min.js"></script>
|
Line 37... |
Line -... |
37 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
|
- |
|
38 |
|
- |
|
39 |
<!-- Javascript : données -->
|
- |
|
40 |
<script src="<?=$url_stations?>" type="text/javascript"></script>
|
37 |
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/validate/1.8.1/messages_fr.js"></script>
|
41 |
|
38 |
|
42 |
<!-- Javascript : appli carto -->
|
39 |
<!-- Javascript : appli carto -->
|
43 |
<script type="text/javascript">
|
40 |
<script type="text/javascript">
|
44 |
//<![CDATA[
|
41 |
//<![CDATA[
|
45 |
var urlsLimitesCommunales = <?=$url_limites_communales?>;
|
42 |
var urlsLimitesCommunales = <?=$url_limites_communales?>;
|
46 |
var nt = '<?=$num_taxon?>';
|
43 |
var nt = '<?=$num_taxon?>';
|
47 |
var filtreCommun =
|
44 |
var filtreCommun =
|
48 |
'&taxon=<?=$taxon?>'+
|
45 |
'&taxon=<?=rawurlencode($taxon)?>'+
|
49 |
'&utilisateur=<?=$utilisateur?>'+
|
46 |
'&utilisateur=<?=$utilisateur?>'+
|
50 |
'&projet=<?=$projet?>'+
|
47 |
'&projet=<?=rawurlencode($projet)?>'+
|
51 |
'&tag=<?=$tag?>'+
|
48 |
'&tag=<?=rawurlencode($tag)?>'+
|
52 |
'&date=<?=$date?>'+
|
49 |
'&date=<?=$date?>'+
|
53 |
'&dept=<?=$dept?>'+
|
50 |
'&dept=<?=$dept?>'+
|
54 |
'&commune=<?=$commune?>'+
|
51 |
'&commune=<?=rawurlencode($commune)?>'+
|
55 |
'&commentaire=<?=$commentaire?>';
|
52 |
'&commentaire=<?=rawurlencode($commentaire)?>';
|
56 |
var stationsUrl = '<?=$url_cel_carto?>/stations'+'?'+
|
53 |
var stationsUrl = '<?=$url_cel_carto?>/tout'+'?'+
|
57 |
'num_taxon='+nt+
|
54 |
'num_taxon='+nt+
|
58 |
filtreCommun;
|
55 |
filtreCommun;
|
59 |
var taxonsUrl = '<?=$url_cel_carto?>/taxons'+'?'+
|
56 |
var taxonsUrl = '<?=$url_cel_carto?>/taxons'+'?'+
|
Line 75... |
Line 72... |
75 |
|
72 |
|
76 |
<body>
|
73 |
<body>
|
77 |
<div id="zone-titre">
|
74 |
<div id="zone-titre">
|
78 |
<h1 id="carte-titre">
|
75 |
<h1 id="carte-titre">
|
79 |
<span id="logo">
|
76 |
<span id="logo">
|
- |
|
77 |
<a href="http://www.tela-botanica.org/site:accueil"
|
- |
|
78 |
title="Aller à l'accueil de Tela Botanica"
|
80 |
<a href="http://www.tela-botanica.org/site:accueil" title="Aller à l'accueil de Tela Botanica">
|
79 |
onclick="ouvrirNouvelleFenetre(this, event)">
|
81 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" alt="TB" />
|
80 |
<img src="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" alt="TB" />
|
82 |
</a>
|
81 |
</a>
|
83 |
</span>
|
82 |
</span>
|
84 |
<span id="obs-nbre"> </span> observations
|
83 |
<span id="carte-titre-infos">Cartographie</span>
|
- |
|
84 |
- <a href="http://www.tela-botanica.org/appli:cel"
|
85 |
<span class="plante-titre">de <span class="plantes-nbre"> </span> plantes</span> sur
|
85 |
title="Carnet en Ligne"
|
- |
|
86 |
onclick="ouvrirNouvelleFenetre(this, event)">
|
- |
|
87 |
CEL
|
86 |
<span id="commune-nbre"> </span> communes
|
88 |
</a>
|
87 |
- <a href="http://www.tela-botanica.org/appli:cel" title="Carnet en Ligne" onclick="window.open(this.href); arreter(event); return false;">CEL</a> (<a href="http://www.tela-botanica.org/" onclick="window.open(this.href); arreter(event); return false;">Tela Botanica</a>)
|
89 |
(<a href="http://www.tela-botanica.org/" onclick="ouvrirNouvelleFenetre(this, event)">Tela Botanica</a>)
|
88 |
</h1>
|
90 |
</h1>
|
- |
|
91 |
<div id="zone-info">
|
89 |
<div id="zone-info">
|
92 |
<a href="<?=$url_base?>carto?carte=avertissement"
|
90 |
<a href="<?=$url_base?>carto?carte=avertissement" onClick="ouvrirPopUp('<?=$url_base?>carto?carte=avertissement', 'Avertissement'); arreter(event); return false;">
|
93 |
onClick="ouvrirPopUp(this, 'Avertissement', event)">
|
91 |
<img src="<?=$url_base?>modules/carto/squelettes/images/information.png"
|
94 |
<img src="<?=$url_base?>modules/carto/squelettes/images/information.png"
|
92 |
alt="Avertissements" title="Avertissements & informations" />
|
95 |
alt="Avertissements" title="Avertissements & informations" />
|
93 |
</a>
|
96 |
</a>
|
94 |
</div>
|
97 |
</div>
|
Line 116... |
Line 119... |
116 |
<!-- +-------------------------------------------------------------------------------------------+ -->
|
119 |
<!-- +-------------------------------------------------------------------------------------------+ -->
|
117 |
<!-- Blocs chargés à la demande : par défaut avec un style display à none -->
|
120 |
<!-- Blocs chargés à la demande : par défaut avec un style display à none -->
|
Line 118... |
Line 121... |
118 |
|
121 |
|
119 |
<!-- Squelette du message de chargement des observations -->
|
122 |
<!-- Squelette du message de chargement des observations -->
|
120 |
<script id="tpl-chargement" type="text/x-jquery-tmpl">
|
123 |
<script id="tpl-chargement" type="text/x-jquery-tmpl">
|
121 |
<div id="chargement" style="height:500px;">
|
124 |
<div id="chargement" style="height:300px;">
|
122 |
<img src="<?=$url_base?>modules/carto/squelettes/images/chargement.gif" alt="Chargement en cours..." />
|
125 |
<img src="<?=$url_base?>modules/carto/squelettes/images/chargement.gif" alt="Chargement en cours..." />
|
123 |
<p>Chargement des observations en cours...</p>
|
126 |
<p>Chargement des observations en cours...</p>
|
124 |
</div>
|
127 |
</div>
|
Line 125... |
Line 128... |
125 |
</script>
|
128 |
</script>
|
126 |
|
129 |
|
127 |
<!-- Squelette du contenu d'une info-bulle observation -->
|
130 |
<!-- Squelette du contenu d'une info-bulle observation -->
|
128 |
<script id="tpl-obs" type="text/x-jquery-tmpl">
|
131 |
<script id="tpl-obs" type="text/x-jquery-tmpl">
|
129 |
<div id="info-bulle">
|
132 |
<div id="info-bulle" style="width:{largeur}px;">
|
130 |
<div id="obs">
|
133 |
<div id="obs">
|
131 |
<h2><span id="obs-total"> </span> observations pour <span id="obs-commune"> </span></h2>
|
134 |
<h2 id="obs-station-titre">Station</h2>
|
132 |
<div class="navigation"> </div>
|
135 |
<div class="navigation"> </div>
|
133 |
<div>
|
136 |
<div>
|
134 |
<ul>
|
137 |
<ul>
|
Line 156... |
Line 159... |
156 |
<ol id="obs-liste-lignes" class="obs-conteneur">
|
159 |
<ol id="obs-liste-lignes" class="obs-conteneur">
|
157 |
<!-- Insertion des lignes à partir du squelette tpl-obs-liste -->
|
160 |
<!-- Insertion des lignes à partir du squelette tpl-obs-liste -->
|
158 |
</ol>
|
161 |
</ol>
|
159 |
</div>
|
162 |
</div>
|
160 |
</div>
|
163 |
</div>
|
161 |
<div class="navigation"> </div>
|
- |
|
162 |
<div id="obs-pieds-page">
|
164 |
<div id="obs-pieds-page">
|
163 |
<p id="obs-msg-info">Les observations de cette carte sont regroupées par commune.</p>
|
- |
|
164 |
<p>Id : <span id="obs-station-id"> </span></p>
|
165 |
<p>Id : <span id="obs-station-id"> </span></p>
|
165 |
</div>
|
166 |
</div>
|
- |
|
167 |
<div class="navigation"> </div>
|
166 |
</div>
|
168 |
</div>
|
167 |
</div>
|
169 |
</div>
|
168 |
</script>
|
170 |
</script>
|
Line 169... |
Line 171... |
169 |
|
171 |
|
Line 172... |
Line 174... |
172 |
<tr class="cel-obs-${idObs}">
|
174 |
<tr class="cel-obs-${idObs}">
|
173 |
<td>
|
175 |
<td>
|
174 |
<span class="nom-sci">
|
176 |
<span class="nom-sci">
|
175 |
{{if nn != 0}}
|
177 |
{{if nn != 0}}
|
176 |
<a href="http://www.tela-botanica.org/nn${nn}"
|
178 |
<a href="http://www.tela-botanica.org/nn${nn}"
|
177 |
onclick="window.open(this.href); arreter(event); return false; ">
|
179 |
onclick="ouvrirNouvelleFenetre(this, event)">
|
178 |
${nomSci}
|
180 |
${nomSci}
|
179 |
</a>
|
181 |
</a>
|
180 |
{{else}}
|
182 |
{{else}}
|
181 |
${nomSci}
|
183 |
${nomSci}
|
182 |
{{/if}}
|
184 |
{{/if}}
|
Line 231... |
Line 233... |
231 |
<dt class="champ-nom-sci">Nom</dt>
|
233 |
<dt class="champ-nom-sci">Nom</dt>
|
232 |
<dd title="Nom défini par l'utilisateur{{if nn != 0}}. Cliquez pour accéder à la fiche d'eFlore.{{/if}}">
|
234 |
<dd title="Nom défini par l'utilisateur{{if nn != 0}}. Cliquez pour accéder à la fiche d'eFlore.{{/if}}">
|
233 |
<span class="nom-sci">
|
235 |
<span class="nom-sci">
|
234 |
{{if nn != 0}}
|
236 |
{{if nn != 0}}
|
235 |
<a href="http://www.tela-botanica.org/nn${nn}"
|
237 |
<a href="http://www.tela-botanica.org/nn${nn}"
|
236 |
onclick="window.open(this.href); arreter(event); return false; ">
|
238 |
onclick="ouvrirNouvelleFenetre(this, event)">
|
237 |
${nomSci}
|
239 |
${nomSci}
|
238 |
</a>
|
240 |
</a>
|
239 |
{{else}}
|
241 |
{{else}}
|
240 |
${nomSci}
|
242 |
${nomSci}
|
241 |
{{/if}}
|
243 |
{{/if}}
|