Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 338 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 338 Rev 360
Line 45... Line 45...
45
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
45
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
46
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
46
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
47
				<a class="lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
47
				<a class="lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
48
			</h3>
48
			</h3>
49
			<div id="contenu-0" class="contenu">
49
			<div id="contenu-0" class="contenu">
50
				<?php foreach ($bibliographie['flores']['liste_flores'] as $flore) : ?>
50
				<div title="<?php foreach ($bibliographie['flores']['liste_flores'] as $flore) {echo $flore;} ?>">Nombre de flores : <?php echo sizeof($bibliographie['flores']['liste_flores']); ?>
51
					<div> - <?= $flore; ?>  </div>
51
				Nombre de Références : <?php echo sizeof($bibliographie['bibliobota']['references']); ?></div>
52
				<?php endforeach; ?>
-
 
53
			</div>
52
			</div>
54
		</div>	
53
		</div>	
55
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
54
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
56
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
55
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
57
				<a class="lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
56
				<a class="lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>