Line 5... |
Line 5... |
5 |
<div id="illustrations-coste">
|
5 |
<div id="illustrations-coste">
|
6 |
<?php if (empty($coste['images']) == false) :?>
|
6 |
<?php if (empty($coste['images']) == false) :?>
|
7 |
<ul class="liste-illustrations">
|
7 |
<ul class="liste-illustrations">
|
8 |
<?php foreach($coste['images'] as $url) : ?>
|
8 |
<?php foreach($coste['images'] as $url) : ?>
|
9 |
<li>
|
9 |
<li>
|
10 |
<a class="lien-image-coste" href="<?= $url; ?>" >
|
10 |
<a class="lien-image-coste" data-num-image="<?= $url; ?>" href="<?= $url; ?>" >
|
11 |
<img src="<?= $url; ?>" alt="illustration de la flore de coste" />
|
11 |
<img src="<?= $url; ?>" alt="illustration de la flore de coste" />
|
12 |
</a>
|
12 |
</a>
|
13 |
</li>
|
13 |
</li>
|
14 |
<?php endforeach; ?>
|
14 |
<?php endforeach; ?>
|
15 |
</ul>
|
15 |
</ul>
|
Line 33... |
Line 33... |
33 |
<ul class="liste-illustrations">
|
33 |
<ul class="liste-illustrations">
|
34 |
<? foreach($organes as $tag => $image) : ?>
|
34 |
<? foreach($organes as $tag => $image) : ?>
|
35 |
<? if ($image && $image['binaire.href']) : ?>
|
35 |
<? if ($image && $image['binaire.href']) : ?>
|
36 |
<li class="organe-moyen">
|
36 |
<li class="organe-moyen">
|
37 |
<?= ucfirst($tag); ?>
|
37 |
<?= ucfirst($tag); ?>
|
38 |
<a class="lien-image-cel" href="<?= Config::get('base_url_application_popup'); ?>?module=popup-illustrations&action=fiche&referentiel=<?= $referentiel; ?>&id=<?= $image['id_image'] ?>">
|
38 |
<a class="lien_grand_format" target="_blank" title="Voir cette image en grand format (s'ouvre dans une nouvelle fenêtre)" href="<?= Illustrations::obtenirUrlImageGrandFormatCel($image['id_image']); ?>" data-num-image="<?= $image['id_image'] ?>">
|
39 |
<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
|
39 |
<img data-num-image="<?= $image['id_image'] ?>"
|
40 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
40 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
41 |
src="<?= $image['binaire.href'] ?>" />
|
41 |
src="<?= $image['binaire.href'] ?>" />
|
42 |
</a>
|
42 |
</a>
|
43 |
</li>
|
43 |
</li>
|
44 |
<? endif ?>
|
44 |
<? endif ?>
|
Line 73... |
Line 73... |
73 |
<? if (empty($caracteres) == false) : ?>
|
73 |
<? if (empty($caracteres) == false) : ?>
|
74 |
<ul class="liste-illustrations">
|
74 |
<ul class="liste-illustrations">
|
75 |
<? foreach($caracteres as $image) : ?>
|
75 |
<? foreach($caracteres as $image) : ?>
|
76 |
<li class="caractere-moyen">
|
76 |
<li class="caractere-moyen">
|
77 |
<? if ($image != null) : ?>
|
77 |
<? if ($image != null) : ?>
|
78 |
<a class="lien-image-cel" href="<?=Config::get('base_url_application_popup');?>?module=popup-illustrations&action=fiche&referentiel=<?= $referentiel; ?>&id=<?= $image['id_image'] ?>">
|
78 |
<a class="lien_grand_format" target="_blank" title="Voir cette image en grand format (s'ouvre dans une nouvelle fenêtre)" href="<?= Illustrations::obtenirUrlImageGrandFormatCel($image['id_image']); ?>" data-num-image="<?= $image['id_image'] ?>">
|
79 |
<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
|
79 |
<img data-num-image="<?= $image['id_image'] ?>"
|
80 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
80 |
alt="Photographie n°<?= $image['id_image'] ?> du taxon <?= $image['observation']['determination.ns'] ?>"
|
81 |
src="<?= $image['binaire.href'] ?>" />
|
81 |
src="<?= $image['binaire.href'] ?>" />
|
82 |
</a>
|
82 |
</a>
|
83 |
<? endif ?>
|
83 |
<? endif ?>
|
84 |
</li>
|
84 |
</li>
|
Line 109... |
Line 109... |
109 |
<div id="illustrations-cel">
|
109 |
<div id="illustrations-cel">
|
110 |
<?php if (isset($cel['images'])) : ?>
|
110 |
<?php if (isset($cel['images'])) : ?>
|
111 |
<ul class="liste-illustrations">
|
111 |
<ul class="liste-illustrations">
|
112 |
<?php foreach($cel['images'] as $id => $image) : ?>
|
112 |
<?php foreach($cel['images'] as $id => $image) : ?>
|
113 |
<li><div>
|
113 |
<li><div>
|
114 |
<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
|
114 |
<a class="lien_grand_format" target="_blank" title="Voir cette image en grand format (s'ouvre dans une nouvelle fenêtre)" href="<?= $image['urlImgGrandFormat'] ?>">
|
115 |
<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-nom="<?=$id;?>" title="<?=$id;?>" />
|
115 |
<img src="<?= $image['src']; ?>" alt="Photographie n°<?=$id;?> du taxon <?=$image['nomSci']?>" data-num-image="<?=$id;?>" title="Voir cette image en grand format (s'ouvre dans une nouvelle fenêtre)" />
|
116 |
</a>
|
116 |
</a>
|
117 |
<p>
|
117 |
<p>
|
118 |
<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong>
|
118 |
<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong>
|
119 |
par
|
119 |
<br />par
|
120 |
<? if ($image['auteur.id']) : ?>
|
120 |
<? if ($image['auteur.id']) : ?>
|
121 |
<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
|
121 |
<a target="_blank" title="Voir le profil de cet utilisateur (nécessite d'être identifié)" href="<?= $image['urlProfil']; ?>">
|
122 |
<strong class="auteur"><?= $image['auteur'] ?></strong>
|
122 |
<strong class="auteur"><?= $image['auteur'] ?></strong>
|
123 |
</a>
|
123 |
</a>
|
124 |
</p>
|
124 |
</p>
|
Line 127... |
Line 127... |
127 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>contact.png" />
|
127 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>contact.png" />
|
128 |
</a>
|
128 |
</a>
|
129 |
<a title="Télécharger cette image dans différents formats" class="lien_telechargement_image" href="<?=Config::get('base_url_widget');?>telechargement?id_image=<?=$id?>">
|
129 |
<a title="Télécharger cette image dans différents formats" class="lien_telechargement_image" href="<?=Config::get('base_url_widget');?>telechargement?id_image=<?=$id?>">
|
130 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>sauver.png" />
|
130 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>sauver.png" />
|
131 |
</a>
|
131 |
</a>
|
- |
|
132 |
<a title="Voir plus d'informations sur cette image (s'ouvre dans un popup)" class="lien-image-cel" data-num-image="<?=$id;?>" href="<?=$image['urlDetailImg'];?>">
|
- |
|
133 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>zoom.png" data-num-image="<?=$id;?>" />
|
- |
|
134 |
</a>
|
132 |
<a title="Signaler une mauvaise identification ou en proposer une autre via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
|
135 |
<a title="Signaler une mauvaise identification ou en proposer une autre via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
|
133 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>mauvaise_id.png" />
|
136 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>mauvaise_id.png" />
|
134 |
</a>
|
137 |
</a>
|
135 |
</div>
|
138 |
</div>
|
136 |
<? else : ?>
|
139 |
<? else : ?>
|
Line 139... |
Line 142... |
139 |
</p>
|
142 |
</p>
|
140 |
<div class="liste_actions_ill">
|
143 |
<div class="liste_actions_ill">
|
141 |
<a class="lien_telechargement_image" href="<?=Config::get('base_url_widget');?>telechargement?id_image=<?=$id?>">
|
144 |
<a class="lien_telechargement_image" href="<?=Config::get('base_url_widget');?>telechargement?id_image=<?=$id?>">
|
142 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>sauver.png" />
|
145 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>sauver.png" />
|
143 |
</a>
|
146 |
</a>
|
- |
|
147 |
<a title="Voir plus d'informations sur cette image (s'ouvre dans un popup)" class="lien-image-cel" data-num-image="<?= $image['id_image'] ?>" href="<?=$image['urlDetailImg'];?>">
|
- |
|
148 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>zoom.png" data-num-image="<?=$id;?>" />
|
- |
|
149 |
</a>
|
144 |
<a title="Proposer une autre détermination via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
|
150 |
<a title="Proposer une autre détermination via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
|
145 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>mauvaise_id.png" />
|
151 |
<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>mauvaise_id.png" />
|
146 |
</a>
|
152 |
</a>
|
147 |
</div>
|
153 |
</div>
|
148 |
<? endif ?><br />
|
154 |
<? endif ?><br />
|