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 320... Line 320...
320
					<?= ($bibliographie['wikini']['biblio'] == '') ? 
320
					<?= ($bibliographie['wikini']['biblio'] == '') ? 
321
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
321
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
322
						Ajoutez votre bibliographie sur ce taxon</a>'
322
						Ajoutez votre bibliographie sur ce taxon</a>'
323
					: $bibliographie['wikini']['biblio'] ?>
323
					: $bibliographie['wikini']['biblio'] ?>
324
				<?php } else { ?>
324
				<?php } else { ?>
325
				
-
 
326
					<h4>Flores</h4>
-
 
327
					<?php if ($bibliographie['flores'] == array()) { ?>
-
 
328
						Aucune flore indiquée
-
 
329
					<?php } else { ?>
-
 
330
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
-
 
331
							<div> - <?= $flore; ?> </div>
-
 
332
						<?php endforeach; ?>
-
 
333
						<?php if($bibliographie['autresFlores'] > 0) { ?>	
-
 
334
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
-
 
335
								et <?= htmlentities($bibliographie['autresFlores']) ?>
-
 
336
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
337
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
-
 
338
							</a>
-
 
339
					<?php } } ?><br />
-
 
Line 340... Line 325...
340
						
325
						
341
					<h4>Références</h4>
326
					<h4>Références</h4>
342
					<?php if ($bibliographie['references'] == array()) { ?>
327
					<?php if ($bibliographie['references'] == array()) { ?>
343
						Aucune référence bibliographique
328
						Aucune référence bibliographique