Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1445 Rev 1474
Line 148... Line 148...
148
					Voir +/Compléter
148
					Voir +/Compléter
149
				</a>
149
				</a>
150
			</div>
150
			</div>
151
		</div>
151
		</div>
Line 152... Line -...
152
		
-
 
153
		<!-- Ethnobotanique -->
-
 
154
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
-
 
155
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
-
 
156
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique"><?=$i18n["onglet-nom-ethnobota"]?></a>
-
 
157
			</h3>
-
 
158
			<div id="contenu-4" class="contenu">
-
 
159
				<h4>Noms communs</h4>
-
 
160
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
-
 
161
					Aucun nom vernaculaire<br /><br />
-
 
162
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
-
 
163
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
-
 
164
						Rajouter vos informations.
-
 
165
					</a>
-
 
166
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
-
 
167
				<?php } else { ?>
-
 
168
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
-
 
169
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
-
 
170
					<?php endforeach; ?>
-
 
171
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
-
 
172
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
-
 
173
							et <?= $ethnobotanique['autresNomsVerna'] ?>
-
 
174
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
-
 
175
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
-
 
176
						</a><br />
-
 
177
					<?php }?>
-
 
178
				<?php }?>
-
 
179
				<h4>Usages</h4>
-
 
180
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
-
 
181
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
-
 
182
						Rajouter vos informations.
-
 
183
					</a>
-
 
184
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
-
 
185
				<h4>Culture et arts</h4>
-
 
186
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
-
 
187
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
-
 
188
						Rajouter vos informations.
-
 
189
					</a>
-
 
190
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
-
 
191
				<br />
-
 
192
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
-
 
193
					Voir +/Compléter
-
 
194
				</a>
-
 
195
			</div>
-
 
196
		</div>
-
 
197
		
152
		
198
		<!-- Ecologie -->
153
		<!-- Ecologie -->
199
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
154
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
200
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
155
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
201
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie"><?=$i18n["onglet-nom-eco"]?></a>
156
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie"><?=$i18n["onglet-nom-eco"]?></a>
Line 436... Line 391...
436
					Voir +/Compléter
391
					Voir +/Compléter
437
				</a>
392
				</a>
438
				</div>
393
				</div>
439
			</div>
394
			</div>
440
		</div>	
395
		</div>	
-
 
396
		
-
 
397
		<!-- Ethnobotanique -->
-
 
398
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
-
 
399
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
-
 
400
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique"><?=$i18n["onglet-nom-ethnobota"]?></a>
-
 
401
			</h3>
-
 
402
			<div id="contenu-4" class="contenu">
-
 
403
				<h4>Noms communs</h4>
-
 
404
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
-
 
405
					Aucun nom vernaculaire<br /><br />
-
 
406
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
-
 
407
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
-
 
408
						Rajouter vos informations.
-
 
409
					</a>
-
 
410
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
-
 
411
				<?php } else { ?>
-
 
412
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
-
 
413
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
-
 
414
					<?php endforeach; ?>
-
 
415
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
-
 
416
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
-
 
417
							et <?= $ethnobotanique['autresNomsVerna'] ?>
-
 
418
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
-
 
419
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
-
 
420
						</a><br />
-
 
421
					<?php }?>
-
 
422
				<?php }?>
-
 
423
				<h4>Usages</h4>
-
 
424
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
-
 
425
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
-
 
426
						Rajouter vos informations.
-
 
427
					</a>
-
 
428
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
-
 
429
				<h4>Culture et arts</h4>
-
 
430
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
-
 
431
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
-
 
432
						Rajouter vos informations.
-
 
433
					</a>
-
 
434
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
-
 
435
				<br />
-
 
436
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
-
 
437
					Voir +/Compléter
-
 
438
				</a>
-
 
439
			</div>
-
 
440
		</div>
-
 
441
		
441
	</div>
442
	</div>
442
	<hr class="nettoyage" />	
443
	<hr class="nettoyage" />	
443
	<script type="text/javascript">
444
	<script type="text/javascript">
444
		$.event.trigger('ongletSyntheseCharge');
445
		$.event.trigger('ongletSyntheseCharge');
445
	</script>
446
	</script>