Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 306 Rev 308
Line 52... Line 52...
52
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
52
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
53
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
53
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-5">
54
				<a class="lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
54
				<a class="lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
55
			</h3>
55
			</h3>
56
			<div id="contenu-0" class="contenu">
56
			<div id="contenu-0" class="contenu">
57
				<p>Nombre de noms communs : <?=$ethnobotanique['nomsVernaNbre']?></p>
57
				<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
-
 
58
					<div> : <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
-
 
59
				<?php endforeach; ?>
58
			</div>
60
			</div>
59
		</div>
61
		</div>
60
	</div>
62
	</div>
61
	<div class="colonne">
63
	<div class="colonne">
62
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
64
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">