Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 401 Rev 467
Line 1... Line 1...
1
<div id="repartition">
1
<div id="repartition">
-
 
2
	<div id="chorodep">
2
	<h2>Chorologie départementale</h2>
3
		<h2>Chorologie départementale</h2>
3
	<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">     
4
		<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">     
4
	</object>
5
		</object>
5
	<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
6
		<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
6
		<h3>Légende</h3><br />
7
			<h3>Légende</h3><br />
7
		<? foreach ($chorodep['legende'] as $id => $details) :?>
8
			<? foreach ($chorodep['legende'] as $id => $details) :?>
8
				<div style="clear:left; ">
9
					<div style="clear:left; ">
9
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
10
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
10
					<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
11
						<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
11
				</div>
12
					</div>
12
		<? endforeach;	?>
13
			<? endforeach;	?>
13
	</div>
14
		</div>
14
	<div class="conteneur_lien_metadonnees">
15
		<div class="conteneur_lien_metadonnees">
15
		<?=$chorodep['meta']['citation']?>
16
			<?=$chorodep['meta']['citation']?>
16
		<span class="conteneur_lien_metadonnees">
17
			<span class="conteneur_lien_metadonnees">
17
			<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
18
				<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
18
		</span>
19
			</span>
-
 
20
		</div>
-
 
21
		<a href="http://www.tela-botanica.org/page:liste_projets?id_projet=9&amp;act=description"
-
 
22
			title="Carte en cours d'élaboration. Participez au projet" onclick="window.open(this.href); return false;" 
-
 
23
			class="acceder-outil">Participez au projet</a>
19
	</div>
24
	</div>
-
 
25
	<hr class="nettoyage" />
-
 
26
	
20
	<div id="eflore">
27
	<div id="eflore">
21
	<h2>Observations</h2>
28
		<h2>Observations</h2>
22
	<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">     
29
		<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">     
23
	</object>
30
		</object>
24
	<div id="legende" style="padding:15px;margin-top:-25px;">
31
		<div id="legende" style="padding:15px;margin-top:-25px;">
25
		<? foreach ($eflore['legende'] as $id => $details) :?>
32
			<? foreach ($eflore['legende'] as $id => $details) :?>
26
				<div style="clear:left; ">
33
					<div style="clear:left; ">
27
					<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
34
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
28
					<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
35
						<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
29
				</div>
36
					</div>
30
		<? endforeach;	?>
37
			<? endforeach;	?>
31
	</div>
38
		</div>
-
 
39
		<a href="http://www.tela-botanica.org/page:cel" title="Ajouter une observation au moyen du Carnet en Ligne" 
-
 
40
				onclick="window.open(this.href); return false;" class="acceder-outil">
-
 
41
					Contribuer au CEL
-
 
42
		</a>
32
	<div class="conteneur_lien_metadonnees">
43
		<div class="conteneur_lien_metadonnees">
33
		
44
			
34
	</div>
45
		</div>
35
	</div>
46
	</div>
36
</div>
47
</div>
37
48