Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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