Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 884 Rev 952
Line 1... Line 1...
1
<div id="repartition">
1
<div id="repartition">
-
 
2
	<? if (isset($repartition)) : ?>
2
	<div id="chorodep">
3
	<div id="repartition">
3
		<h2>Chorologie départementale</h2>
4
		<h2>Chorologie départementale</h2>
4
		<object class="chorodep_svg" type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">     
5
		<object class="chorodep_svg" type="image/svg+xml" data="<?=$repartition['svgUrl']?>" class="svg" alt="<?=$repartition['pngUrl']?>">     
5
		</object>
6
		</object>
6
		<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
7
		<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
7
			<h3>Légende</h3><br />
8
			<h3>Légende</h3><br />
8
			<? foreach ($chorodep['legende'] as $id => $details) :?>
9
			<? foreach ($repartition['legende'] as $id => $details) :?>
9
					<div style="clear:left; ">
10
					<div style="clear:left; ">
10
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
11
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
11
						<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
12
						<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
12
					</div>
13
					</div>
13
			<? endforeach;	?>
14
			<? endforeach;	?>
14
		</div>
15
		</div>
15
		<div class="conteneur_lien_metadonnees">
16
		<div class="conteneur_lien_metadonnees">
16
			<?=$chorodep['meta']['citation']?>
17
			<?=$repartition['meta']['citation']?>
17
			<span class="conteneur_lien_metadonnees">
18
			<span class="conteneur_lien_metadonnees">
18
				<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
19
				<a class="lien_metadonnees lien_popup" href="<?= $repartition['meta']['url']; ?>">Voir toutes les metadonnées</a>
19
			</span>
20
			</span>
20
		</div>
21
		</div>
21
		<a href="http://www.tela-botanica.org/page:liste_projets?id_projet=9&amp;act=description"
22
		<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
			title="Carte en cours d'élaboration. Participez au projet" onclick="window.open(this.href); return false;" 
23
			class="acceder-outil">Participez au projet</a>
24
			class="acceder-outil">Participez au projet</a>
24
	</div>
25
	</div>
-
 
26
	<? endif; ?>
25
	<hr class="nettoyage" />
27
	<hr class="nettoyage" />
Line -... Line 28...
-
 
28
	
26
	
29
	<? if (isset($moissonnage)) : ?>
27
	<div id="eflore">
30
	<div id="moissonnage">
28
		<h2>Observations</h2>
31
		<h2>Observations</h2>
29
		<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">     
32
		<object id="repartition_observations" type="text/html" data="<?=$moissonnage['mapUrl']?>" class="svg" alt="<?=$moissonnage['mapUrl']?>">     
30
		</object>
33
		</object>
31
		<div id="legende" style="padding:15px;margin-top:-25px;">
34
		<div id="legende" style="padding:15px;margin-top:-25px;">
32
			<? foreach ($eflore['legende'] as $id => $details) :?>
35
			<? foreach ($moissonnage['legende'] as $id => $details) :?>
33
					<div style="clear:left;">
36
					<div style="clear:left;">
34
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
37
						<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
35
						<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
38
						<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
36
					</div>
39
					</div>
37
			<? endforeach;	?>
40
			<? endforeach;	?>
-
 
41
		</div>
-
 
42
	</div>
38
		</div>
43
	<?endif;?>
-
 
44
			
39
		
45
	<div id="cel">
40
		<h2>Observations du carnet en ligne</h2>
46
		<h2>Observations du carnet en ligne</h2>
41
		<iframe style="width:100%;height:500px" src="http://localhost/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>"></iframe>	
47
		<iframe style="width:100%;height:500px" src="http://localhost/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>"></iframe>	
42
		<a href="http://localhost/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>">Consultez les données du carnet en ligne sur le widget carto</a>
48
		<a href="http://localhost/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>">Consultez les données du carnet en ligne sur le widget carto</a>
43
		<hr class="nettoyage" />
49
		<hr class="nettoyage" />