Subversion Repositories eFlore/Applications.cel

Rev

Rev 1448 | Rev 1457 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1448 Rev 1450
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 -->
-
 
25
		<!-- <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script> -->
24
		<!-- Javascript : bibliothèques -->
26
		<!-- 	Google Map v3 -->
25
		<!-- 	Google Map v3 -->
27
		<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&amp;sensor=true&amp;language=fr&amp;region=FR"></script>
26
		<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&amp;sensor=true&amp;language=fr&amp;region=FR"></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>
27
		<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 -->
28
		<!-- 	Jquery -->
Line 91... Line 90...
91
			<div id="logo">
90
			<div id="logo">
92
				<?php if($url_site != null) { ?>
91
				<?php if($url_site != null) { ?>
93
				<a href="<?= $url_site; ?>" 
92
				<a href="<?= $url_site; ?>" 
94
					title="<?= $url_site; ?>" 
93
					title="<?= $url_site; ?>" 
95
					onclick="ouvrirNouvelleFenetre(this, event)">
94
					onclick="ouvrirNouvelleFenetre(this, event)">
96
					<img class="image-logo" src="<?= $logo ?>" alt="logo" />
95
					<img height="60px" class="image-logo" src="<?= $logo ?>" alt="logo" />
97
				</a>
96
				</a>
98
				<?php } else { ?>
97
				<?php } else { ?>
99
					<img class="image-logo" src="<?= $logo ?>" alt="logo" />
98
					<img class="image-logo" src="<?= $logo ?>" alt="logo" />
100
				<?php } ?>
99
				<?php } ?>
101
			</div>
100
			</div>
102
		<?php } else { ?>	
101
		<?php } else { ?>	
103
			<div id="logo">
102
			<div id="logo">
104
				<a href="http://www.tela-botanica.org/site:accueil" 
103
				<a href="http://www.tela-botanica.org/site:accueil" 
105
					title="Aller à l'accueil de Tela Botanica" 
104
					title="Aller à l'accueil de Tela Botanica" 
106
					onclick="ouvrirNouvelleFenetre(this, event)">
105
					onclick="ouvrirNouvelleFenetre(this, event)">
107
					<img class="image-logo" src="http://www.tela-botanica.org/sites/commun/generique/images/logos/logo_tela.gif" alt="TB" />
106
					<img height="60px" class="image-logo" src="http://www.tela-botanica.org/sites/commun/generique/images/logos/logo_tela.gif" alt="TB" />
108
				</a>
107
				</a>
109
			</div>
108
			</div>
110
		<?php } ?>
109
		<?php } ?>
111
		<?php if($titre !== "0" && $titre != null) : ?>
110
		<?php if($titre !== "0" && $titre != null) : ?>
112
			<div id="zone-titre" class="element-overlay">
111
			<div id="zone-titre" class="element-overlay">
Line 163... Line 162...
163
			<a href="<?=$url_base?>cartoPoint?carte=avertissement" title="Voir les informations et conditions d'utilisation de ce widget">
162
			<a href="<?=$url_base?>cartoPoint?carte=avertissement" title="Voir les informations et conditions d'utilisation de ce widget">
164
				?
163
				?
165
			</a>
164
			</a>
166
		</div>
165
		</div>
Line 167... Line -...
167
		
-
 
168
		<!-- +-------------------------------------------------------------------------------------------+ -->
166
		
Line 169... Line 167...
169
		<!-- Blocs chargés à la demande : par défaut avec un style display à none -->
167
		<!-- Blocs chargés à la demande : par défaut avec un style display à none -->
170
		
168
		
171
		<!-- Squelette du message de chargement des observations -->
169
		<!-- Squelette du message de chargement des observations -->
Line 221... Line 219...
221
		<!-- Squelette du contenu du tableau des observation -->
219
		<!-- Squelette du contenu du tableau des observation -->
222
		<script id="tpl-obs-tableau" type="text/x-jquery-tmpl">
220
		<script id="tpl-obs-tableau" type="text/x-jquery-tmpl">
223
			<tr class="cel-obs-${idObs}">
221
			<tr class="cel-obs-${idObs}">
224
				<td>
222
				<td>
225
					<span class="nom-sci">&nbsp;
223
					<span class="nom-sci">&nbsp;
226
					{{if nn != 0}}
224
					{{if nn != null && nn != 0 && nn != ''}}
227
						<a href="http://www.tela-botanica.org/bdtfx-nn-${nn}" 
225
						<a href="http://www.tela-botanica.org/bdtfx-nn-${nn}" 
228
							onclick="ouvrirNouvelleFenetre(this, event)">
226
							onclick="ouvrirNouvelleFenetre(this, event)">
229
							${nomSci}
227
							${nomSci}
230
						</a>
228
						</a>
231
					{{else}}
229
					{{else}}
Line 260... Line 258...
260
					{{if images}}
258
					{{if images}}
261
					{{each(index, img) images}}
259
					{{each(index, img) images}}
262
					<div{{if index == 0}} class="cel-img-principale" {{else}} class="cel-img-secondaire"{{/if}}>
260
					<div{{if index == 0}} class="cel-img-principale" {{else}} class="cel-img-secondaire"{{/if}}>
263
						<a class="cel-img" 
261
						<a class="cel-img" 
264
							href="${img.normale}" 
262
							href="${img.normale}" 
265
							title="${nomSci} {{if nn}} [${nn}] {{/if}} par ${observateur} - Publiée le ${datePubli} - GUID : ${img.guid}" 
263
							title="${nomSci} {{if nn != null && nn != 0 && nn != ''}} [${nn}] {{/if}} par ${observateur} - Publiée le ${datePubli} - GUID : ${img.guid}" 
266
							rel="cel-obs-${idObs}">
264
							rel="cel-obs-${idObs}">
267
							<img src="${img.miniature}" alt="Image #${img.idImg} de l'osbervation #${nn}" />
265
							<img src="${img.miniature}" alt="Image #${img.idImg} de l'osbervation #${nn}" />
268
						</a>
266
						</a>
269
						<p id="cel-info-${img.idImg}" class="cel-infos">
267
						<p id="cel-info-${img.idImg}" class="cel-infos">
270
							<a class="cel-img-titre" href="http://www.tela-botanica.org/bdtfx-nn-${nn}"
268
							<a class="cel-img-titre" href="http://www.tela-botanica.org/bdtfx-nn-${nn}"
Line 280... Line 278...
280
					{{/if}}
278
					{{/if}}
281
					<dl>
279
					<dl>
282
						<dt class="champ-nom-sci">Nom</dt>
280
						<dt class="champ-nom-sci">Nom</dt>
283
						<dd title="Nom défini par l'utilisateur{{if nn != 0}}. Cliquez pour accéder à la fiche d'eFlore.{{/if}}">
281
						<dd title="Nom défini par l'utilisateur{{if nn != 0}}. Cliquez pour accéder à la fiche d'eFlore.{{/if}}">
284
							<span class="nom-sci">&nbsp;
282
							<span class="nom-sci">&nbsp;
285
							{{if nn != 0}}
283
							{{if nn != null && nn != 0 && nn != ''}}
286
								<a href="http://www.tela-botanica.org/bdtfx-nn-${nn}" 
284
								<a href="http://www.tela-botanica.org/bdtfx-nn-${nn}" 
287
									onclick="ouvrirNouvelleFenetre(this, event)">
285
									onclick="ouvrirNouvelleFenetre(this, event)">
288
									${nomSci}
286
									${nomSci}
289
								</a>
287
								</a>
290
							{{else}}
288
							{{else}}