Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1370 Rev 1479
Line 50... Line 50...
50
			<a href="<?=$moissonnage['mapTelechargementUrls']['png']; ?>">png</a>&nbsp;
50
			<a href="<?=$moissonnage['mapTelechargementUrls']['png']; ?>">png</a>&nbsp;
51
			<a href="<?=$moissonnage['mapTelechargementUrls']['html']; ?>">html</a>
51
			<a href="<?=$moissonnage['mapTelechargementUrls']['html']; ?>">html</a>
52
		</div>
52
		</div>
53
	</div>
53
	</div>
54
	<hr class="nettoyage" />
54
	<hr class="nettoyage" />
55
	<?endif;?>
55
	<? endif;?>
Line 56... Line 56...
56
	
56
	
57
	<? if (isset($flore_probable)) : ?>
57
	<? if (isset($flore_probable)) : ?>
58
	<div id="flore_probable">
58
	<div id="flore_probable">
59
		<h2>Carte de la flore probable</h2>
59
		<h2>Carte de la flore probable</h2>
Line 69... Line 69...
69
		<? } else { ?>
69
		<? } else { ?>
70
			<h3 class="aucune_info"> Aucune carte de flore probable pour ce taxon </h3> 
70
			<h3 class="aucune_info"> Aucune carte de flore probable pour ce taxon </h3> 
71
		<?php } ?>
71
		<?php } ?>
72
	</div>
72
	</div>
73
	<hr class="nettoyage" />
73
	<hr class="nettoyage" />
74
	<?endif;?>
74
	<? endif;?>
Line 75... Line 75...
75
			
75
			
76
	<div id="cel">
76
	<div id="cel">
77
		<h2>Observations du carnet en ligne</h2>
77
		<h2>Observations du carnet en ligne</h2>
78
		<iframe style="width:100%;height:500px" src="<?= Config::get('base_url_widget_carto'); ?>?num_taxon=<?=$widget['nt']?>&referentiel=<?=$widget['referentiel']; ?>"></iframe>	
78
		<iframe style="width:100%;height:500px" src="<?= Config::get('base_url_widget_carto'); ?>?num_taxon=<?=$widget['nt']?>&referentiel=<?=$widget['referentiel']; ?>"></iframe>	
Line 87... Line 87...
87
	</div>
87
	</div>
Line 88... Line 88...
88
	
88
	
89
	<script type="text/javascript">
89
	<script type="text/javascript">
90
		$.event.trigger('ongletRepartitionCharge');
90
		$.event.trigger('ongletRepartitionCharge');
91
	</script>
-
 
92
</div>
91
	</script>
-
 
92
</div>