Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 464 Rev 467
Line 17... Line 17...
17
				<?php if ($illustration['imageUrl'] != '') : ?>
17
				<?php if ($illustration['imageUrl'] != '') : ?>
18
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
18
					<img src="<?=$illustration['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: -15px; margin-left: -2px; width: 210px;"/>
19
				<?php else : ?>
19
				<?php else : ?>
20
					<span class="absent" style="float:none; margin-left:55px">
20
					<span class="absent" style="float:none; margin-left:55px">
21
						Pas de photo<br />
21
						Pas de photo<br />
22
						<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr" 
22
						<a href="http://www.tela-botanica.org/page:cel" 
23
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
23
							title="Ajouter une photographie au moyen du Carnet en Ligne" 
24
							onclick="window.open(this.href); return false;" class="contribuer">
24
							onclick="window.open(this.href); return false;" class="contribuer">
25
							Contribuer
25
							Contribuer
26
						</a>
26
						</a>
27
					</span>
27
					</span>
Line 112... Line 112...
112
				<a class="lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
112
				<a class="lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
113
			</h3>
113
			</h3>
114
			<div id="contenu-4" class="contenu">
114
			<div id="contenu-4" class="contenu">
115
				<h4>Noms communs</h4>
115
				<h4>Noms communs</h4>
116
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
116
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
117
					Aucun nom vernaculaire
117
					Aucun nom vernaculaire<br /><br />
118
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
118
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
119
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
119
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
120
						Participez à la rédaction collaborative de la liste des noms communs
120
						Participez à la rédaction collaborative de la liste des noms communs
121
					</a>
121
					</a>
122
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];?><br /><br />
122
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];?><br /><br />
123
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
123
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
124
						Compléter cette liste
124
							Compléter cette liste
125
					</a>
125
						</a>
126
				<? } ?>
126
					<? } ?>
127
				<?php } else { ?>
127
				<?php } else { ?>
128
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
128
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
129
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
129
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
130
					<?php endforeach; ?>
130
					<?php endforeach; ?>
131
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
131
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
Line 149... Line 149...
149
				<h4>Culture et arts</h4>
149
				<h4>Culture et arts</h4>
150
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
150
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
151
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
151
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
152
						Participez à la rédaction collaborative sur la culture et les arts
152
						Participez à la rédaction collaborative sur la culture et les arts
153
					</a>
153
					</a>
154
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];}?><br /><br />
154
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];?><br /><br />
155
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
155
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
156
						Compléter ces informations
156
						Compléter ces informations
157
					</a>
157
					</a>
158
				<?  ?>
158
				<? } ?>
159
			</div>
159
			</div>
160
		</div>
160
		</div>
161
	</div>
161
	</div>