Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 466 → Rev 467

/trunk/modules/fiche/squelettes/fiche_repartition.tpl.html
1,36 → 1,47
<div id="repartition">
<h2>Chorologie départementale</h2>
<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">
</object>
<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
<h3>Légende</h3><br />
<? foreach ($chorodep['legende'] as $id => $details) :?>
<div style="clear:left; ">
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
</div>
<? endforeach; ?>
<div id="chorodep">
<h2>Chorologie départementale</h2>
<object type="image/svg+xml" data="<?=$chorodep['svgUrl']?>" class="svg" alt="<?=$chorodep['pngUrl']?>">
</object>
<div id="legende" style="position:absolute; margin-top:-250px;margin-left:20px;">
<h3>Légende</h3><br />
<? foreach ($chorodep['legende'] as $id => $details) :?>
<div style="clear:left; ">
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
<div class="texte_legende_repartition"><b><?=$details['nom']?></b></div>
</div>
<? endforeach; ?>
</div>
<div class="conteneur_lien_metadonnees">
<?=$chorodep['meta']['citation']?>
<span class="conteneur_lien_metadonnees">
<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
</span>
</div>
<a href="http://www.tela-botanica.org/page:liste_projets?id_projet=9&amp;act=description"
title="Carte en cours d'élaboration. Participez au projet" onclick="window.open(this.href); return false;"
class="acceder-outil">Participez au projet</a>
</div>
<div class="conteneur_lien_metadonnees">
<?=$chorodep['meta']['citation']?>
<span class="conteneur_lien_metadonnees">
<a class="lien_metadonnees lien_popup" href="<?= $chorodep['meta']['url']; ?>">Voir toutes les metadonnées</a>
</span>
</div>
<hr class="nettoyage" />
<div id="eflore">
<h2>Observations</h2>
<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">
</object>
<div id="legende" style="padding:15px;margin-top:-25px;">
<? foreach ($eflore['legende'] as $id => $details) :?>
<div style="clear:left; ">
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
</div>
<? endforeach; ?>
<h2>Observations</h2>
<object id="repartition_observations" type="text/html" data="<?=$eflore['mapUrl']?>" class="svg" alt="<?=$eflore['mapUrl']?>">
</object>
<div id="legende" style="padding:15px;margin-top:-25px;">
<? foreach ($eflore['legende'] as $id => $details) :?>
<div style="clear:left; ">
<div class="bloc_legende_repartition" style="background:<?=$details['couleur']?>"></div>
<div ><b><?=$details['nom']?> : </b><?=$details['description']?></div>
</div>
<? endforeach; ?>
</div>
<a href="http://www.tela-botanica.org/page:cel" title="Ajouter une observation au moyen du Carnet en Ligne"
onclick="window.open(this.href); return false;" class="acceder-outil">
Contribuer au CEL
</a>
<div class="conteneur_lien_metadonnees">
</div>
</div>
<div class="conteneur_lien_metadonnees">
</div>
</div>
</div>
/trunk/modules/fiche/squelettes/fiche_synthese.tpl.html
19,7 → 19,7
<?php else : ?>
<span class="absent" style="float:none; margin-left:55px">
Pas de photo<br />
<a href="http://www.tela-botanica.org/page:saisie_observations?langue=fr"
<a href="http://www.tela-botanica.org/page:cel"
title="Ajouter une photographie au moyen du Carnet en Ligne"
onclick="window.open(this.href); return false;" class="contribuer">
Contribuer
114,16 → 114,16
<div id="contenu-4" class="contenu">
<h4>Noms communs</h4>
<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
Aucun nom vernaculaire
Aucun nom vernaculaire<br /><br />
<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
Participez à la rédaction collaborative de la liste des noms communs
</a>
<? } else { echo $ethnobotanique['wikini']['noms_communs'];?><br /><br />
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
Compléter cette liste
</a>
<? } ?>
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
Compléter cette liste
</a>
<? } ?>
<?php } else { ?>
<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
151,11 → 151,11
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
Participez à la rédaction collaborative sur la culture et les arts
</a>
<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];}?><br /><br />
<? } else { echo $ethnobotanique['wikini']['culture_et_arts'];?><br /><br />
<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
Compléter ces informations
</a>
<? ?>
<? } ?>
</div>
</div>
</div>