Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1285 Rev 1300
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="/eflore/consultation/popup.php?module=popup-illustrations&action=fiche&referentiel=<?= $referentiel; ?>&id=<?= $image['id_image'] ?>">
38
					<a class="lien-image-cel" href="<?= Config::get('base_url_application_popup'); ?>?module=popup-illustrations&action=fiche&referentiel=<?= $referentiel; ?>&id=<?= $image['id_image'] ?>">
39
						<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
39
						<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $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>
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="/eflore/consultation/popup.php?module=popup-illustrations&action=fiche&referentiel=<?= $referentiel; ?>&id=<?= $image['id_image'] ?>">
78
					<a class="lien-image-cel" href="<?=Config::get('base_url_application_popup');?>?module=popup-illustrations&action=fiche&referentiel=<?= $referentiel; ?>&id=<?= $image['id_image'] ?>">
79
						<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $image['id_image'] ?>"
79
						<img title="<?= $image['id_image'] ?>" data-num-nom="<?= $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 ?>
Line 113... Line 113...
113
					<li><div>   
113
					<li><div>   
114
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
114
						<a class="lien-image-cel" href="<?=$image['urlDetailImg'];?>">
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-nom="<?=$id;?>" title="<?=$id;?>" />
116
						</a>
116
						</a>
117
						<p>
117
						<p>
118
							<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong><br /> 
118
							<strong class="localisation"><?= $image['station']; ?></strong> - <strong class="date-creation"><?= $image['date']; ?></strong> 
119
							par
119
							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>&nbsp;&nbsp;
123
								</a>&nbsp;&nbsp;
-
 
124
								</p>
-
 
125
								<div class="liste_actions_ill">
124
								<a title="Envoyer un message à l'auteur à propos de cette image (nécessite d'être identifié)" class="mailto" href="<?= $image['urlContact']; ?>"> 
126
									<a title="Envoyer un message à l'auteur à propos de cette image (nécessite d'être identifié)" class="mailto" href="<?= $image['urlContact']; ?>"> 
-
 
127
										<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>contact.png" />
-
 
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?>">
-
 
130
										<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>sauver.png" />
125
									(Contacter ...)
131
									</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']; ?>">
-
 
133
										<img class="icone_action_ill" src="<?=Config::get('url_css_images')?>mauvaise_id.png" />
126
								</a>
134
									</a>
-
 
135
								</div>
127
							<? else : ?>
136
							<? else : ?>
128
								<strong class="auteur"><?= $image['auteur'] ?></strong>
137
								<strong class="auteur"><?= $image['auteur'] ?></strong>
129
								&nbsp;&nbsp;(profil indisponible)
138
								&nbsp;&nbsp;(profil indisponible)
-
 
139
								</p>
-
 
140
								<div class="liste_actions_ill">
-
 
141
									<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" />
-
 
143
									</a>
-
 
144
									<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" />
-
 
146
									</a>
-
 
147
								</div>
130
							<? endif ?><br />
148
							<? endif ?><br />
131
							<a title="Proposer une autre détermination via l'outil identiplante" target="_blank" class="signaler-mauvaise-identification" href="<?= $image['urlMauvaiseIdentification']; ?>">
-
 
132
								Corriger l'identification ?
-
 
133
							</a>
-
 
134
						</p>
-
 
135
						</div>
149
						</div>
136
					</li>
150
					</li>
137
				<?php endforeach; ?>
151
				<?php endforeach; ?>
Line 138... Line 152...
138
					
152