Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 431 Rev 435
Line 71... Line 71...
71
					<h4>Références</h4>
71
					<h4>Références</h4>
72
					<?php if ($bibliographie['references'] == array()) { ?>
72
					<?php if ($bibliographie['references'] == array()) { ?>
73
						Aucune référence bibliographique
73
						Aucune référence bibliographique
74
					<?php } else { ?>
74
					<?php } else { ?>
75
						<?php foreach ($bibliographie['references'] as $reference) : ?>
75
						<?php foreach ($bibliographie['references'] as $reference) : ?>
76
							<div> - <?= $reference; ?> </div>
76
							<div> - <?= $reference['reference_html']; ?> </div>
77
						<?php endforeach; ?>
77
						<?php endforeach; ?>
78
						<?php if($bibliographie['autresReferences'] > 0) { ?>
78
						<?php if($bibliographie['autresReferences'] > 0) { ?>
79
							<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
79
							<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et 
80
								<?= $bibliographie['autresReferences'] ?>
80
								<?= $bibliographie['autresReferences'] ?>
81
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
81
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>