Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1124 Rev 1131
Line 1... Line 1...
1
<? if (isset($organes) && (empty($organes) == false)) : ?>
1
<? if (isset($organes) && (empty($organes) == false)) : ?>
2
<div id="galerie-organes">
2
<div id="galerie-organes">
3
	<ul class="liste-illustrations">
3
	<ul class="liste-illustrations">
4
	<?php foreach($organes as $tag => $image) : ?>
4
	<?php foreach($organes as $tag => $image) : ?>
5
		<li class="icone-organe">
5
		<li class="icone-organe">
6
			<a class="lien-images-organes<?php if (empty($image) == false) : ?> fourni<?php endif; ?>" data-tag="<?= $tag; ?>">
6
			<a class="lien-images-organes <? if (empty($image)) : ?>non-<? endif ?>fourni" data-tag="<?= $tag; ?>"
-
 
7
			  title="<? if (empty($image)) : ?>Aucune photo pour <? endif ?><?= $tag ?>">
7
				<img class="icone-organe" src="presentations/images/icones_tags/<?= $tag; ?>.png" alt="<?= $tag ?>" />
8
				<img class="icone-organe" src="presentations/images/icones_tags/<?= $tag; ?>.png" alt="<?= $tag ?>" />
8
				<?= $tag; ?>
9
				<?= $tag; ?>
9
			</a>
10
			</a>
10
		</li>
11
		</li>
11
	<?php endforeach; ?>
12
	<?php endforeach; ?>
Line 45... Line 46...
45
			Aucune illustration pour l'organe "<?= $tag ?>"
46
			Aucune illustration pour l'organe "<?= $tag ?>"
46
		<?php endif; ?>
47
		<?php endif; ?>
47
		</div>
48
		</div>
48
	<?php endforeach; ?>
49
	<?php endforeach; ?>
49
	<div id="grande-image-organe">
50
	<div id="grande-image-organe">
-
 
51
		<a class="lien-image-cel" href="">
50
		<img src="" alt="Grande image" />
52
			<img src="" alt="Grande image" />
-
 
53
		</a>
51
	</div>
54
	</div>
52
	<div id="grande-image-legende">
55
	<div id="grande-image-legende">
53
		<div>
56
		<div>
54
			<dl>
57
			<dl>
55
				<dt>Photo n°</dt><dd id="grande-image-legende-id-image"></dd>
58
				<dt>Photo n°</dt><dd id="grande-image-legende-id-image"></dd>
56
				<dt>Titre</dt><dd id="grande-image-legende-titre"><br></dd>
59
				<dt>Titre</dt><dd id="grande-image-legende-titre"><br></dd>
57
				<dt>Description</dt><dd id="grande-image-legende-description"><br></dd>
60
				<dt>Description</dt><dd id="grande-image-legende-description"><br></dd>
58
				<dt>Localisation</dt><dd id="grande-image-legende-localisation"><br></dd>
61
				<dt>Localisation</dt><dd id="grande-image-legende-localisation"><br></dd>
59
				<dt>Auteur</dt>
62
				<dt>Auteur</dt>
60
				<dd>
63
				<dd>
61
					<span id="grande-image-legende-auteur"></span> 
64
					<a id="grande-image-legende-auteur" href="" class="mailto"></a> 
62
					<a id="grande-image-legende-id-destinataire" href="" class="mailto">(Contacter ...)</a>
65
					<a id="grande-image-legende-id-destinataire" href="" class="mailto">(Contacter ...)</a>
63
				</dd>
66
				</dd>
64
				<dt>Date d'observation</dt><dd id="grande-image-legende-date"><br></dd>
67
				<dt>Date d'observation</dt><dd id="grande-image-legende-date"><br></dd>
65
				<dt>Licence</dt><dd><a href="http://www.tela-botanica.org/page:licence" class="lien-externe">CC-BY-SA</a></dd>
68
				<dt>Licence</dt><dd><a href="http://www.tela-botanica.org/page:licence" class="lien-externe">CC-BY-SA</a></dd>
66
			</dl>
69
			</dl>