Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1359 Rev 1387
Line 326... Line 326...
326
							Rajouter vos données.</a>'
326
							Rajouter vos données.</a>'
327
					: $bibliographie['wikini']['biblio'].
327
					: $bibliographie['wikini']['biblio'].
328
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
328
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
329
						Compléter cette  bibliographie</a>'; ?>
329
						Compléter cette  bibliographie</a>'; ?>
330
				<?php } else { ?>
330
				<?php } else { ?>
331
					<h4>Flores</h4>
-
 
332
					<?php if ($bibliographie['flores'] == array()) { ?>
-
 
333
						Aucune flore indiquée
-
 
334
					<?php } else { ?>
-
 
335
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
-
 
336
							<div> - <?= $flore; ?> </div>
-
 
337
						<?php endforeach; ?>
-
 
338
						<?php if($bibliographie['autresFlores'] > 0) { ?>	
-
 
339
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
-
 
340
								et <?= htmlentities($bibliographie['autresFlores']) ?>
-
 
341
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
342
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
343
							</a>
-
 
344
						<?php } } ?><br />
-
 
345
					<h4>Références</h4>
331
					<h4>Références</h4>
346
					<?php if ($bibliographie['references'] == array()) { ?>
332
					<?php if ($bibliographie['references'] == array()) { ?>
347
						Aucune référence bibliographique
333
						Aucune référence bibliographique
348
					<?php } else { ?>
334
					<?php } else { ?>
349
						<?php foreach ($bibliographie['references'] as $reference) : ?>
335
						<?php foreach ($bibliographie['references'] as $reference) : ?>