Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1215 Rev 1234
Line 45... Line 45...
45
			<a href="<?=$moissonnage['mapTelechargementUrls']['html']; ?>">html</a>
45
			<a href="<?=$moissonnage['mapTelechargementUrls']['html']; ?>">html</a>
46
		</div>
46
		</div>
47
	</div>
47
	</div>
48
	<hr class="nettoyage" />
48
	<hr class="nettoyage" />
49
	<?endif;?>
49
	<?endif;?>
-
 
50
	
-
 
51
	<? if (isset($flore_probable)) : ?>
-
 
52
	<div id="flore_probable">
-
 
53
		<h2>Carte de la flore probable</h2>
-
 
54
		<? if ($flore_probable['carte']['url'] != null) { ?>
-
 
55
			<div class="conteneur_flore_probable">
-
 
56
				<img id="carte_flore_probable" alt="Carte de la flore probable pour ce taxon" src="<?= $flore_probable['carte']['url'] ?>" />
-
 
57
			</div>
-
 
58
			<hr class="nettoyage" />
-
 
59
			<span class="conteneur_lien_metadonnees">
-
 
60
				<a class="lien_metadonnees lien_popup" href="<?= $flore_probable['meta']['url']; ?>">Voir toutes les metadonnées</a>
-
 
61
			</span>
-
 
62
		<? } else { ?>
-
 
63
			<h3 class="aucune_info"> Aucune carte de flore probable pour ce taxon </h3> 
-
 
64
		<?php } ?>
-
 
65
	</div>
-
 
66
	<hr class="nettoyage" />
-
 
67
	<?endif;?>
Line 50... Line 68...
50
			
68
			
51
	<div id="cel">
69
	<div id="cel">
52
		<h2>Observations du carnet en ligne</h2>
70
		<h2>Observations du carnet en ligne</h2>
53
		<iframe style="width:100%;height:500px" src="http://www.tela-botanica.org/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>&referentiel=<?=$widget['referentiel']; ?>"></iframe>	
71
		<iframe style="width:100%;height:500px" src="http://www.tela-botanica.org/widget:cel:cartoPoint?num_taxon=<?=$widget['nt']?>&referentiel=<?=$widget['referentiel']; ?>"></iframe>