Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 935 | Rev 952 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<div id="nomenclature">
        <h2>Nom retenu (taxon modifié le : <?= $date_maj ?>)</h2>
        <div style="float:right">
                <div class="legende">
                        <b>Légende</b><br />
                        <span class="legende_nom_retenu couleur_legende" style="margin:8px 5px 0 0"></span><span>Nom sélectionné</span>
                        <br />
                        <div class="imagettePlus"></div>Afficher la biblio
                        <br />
                        <div class="imagetteMoins"></div>Masquer la biblio
                </div>
                <div style="padding:5px 10px; display:none" id="plieur">
                        <a class="lien_tout_deplier" href="#">Tout déplier</a> | <a class="lien_tout_plier" href="#">Tout plier</a>
                </div>
        </div>
        <div class="onglet_marge_gauche">
                <span class="nom retenu <?= ($nom_selectionne == $nom_retenu_formate) ? 'surlignage' : '' ?>">
                        <a title="cliquez pour accéder à la fiche de ce taxon"  href="<?= $urls->obtenirUrlFiche($nom_retenu_nn,'nom_scientifique'); ?>">
                                <?= $nom_retenu_formate ?>
                        </a>
                </span>
        </div>
        <?php if($basionyme_nom_retenu != null && $basionyme_nom_retenu != '') { ?>
                        <div class="nom onglet_marge_gauche basionyme_complet">
                                Basionyme :
                                <a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($basionyme_nom_retenu_nn,'nom_scientifique'); ?>">
                                        <?= $basionyme_nom_retenu ?>
                                </a>
                        </div>
        <?php } ?>
        
        <?php if($hybride_parent_01 != null && $hybride_parent_01 != '') { ?>
        Hybride de :<br />
                Parent 1 : <span class="nom">
                        <a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_01_nn,'nom_scientifique'); ?>">
                                <?= $hybride_parent_01 ?>
                        </a>
                </span><br />
                Parent 2 : <span class="nom">
                        <a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($hybride_parent_02_nn,'nom_scientifique'); ?>">
                                <?= $hybride_parent_02 ?>
                        </a>
                </span>
        <?php } ?>
        
        <h2>Synonymes</h2>
        <?php if(is_array($synonymes['noms']) && count($synonymes['noms']) > 0) { ?>
                <ul>
                <?php foreach ($synonymes['noms'] as $id => $synonyme) : ?>
                        <li class="item_nomenclature">
                                <span class="nom<?= ($nom_selectionne == $synonyme['nom_sci']) ? ' surlignage' : '' ?>">
                                        <a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($id,'nom_scientifique'); ?>"> <?= $synonyme['nom_sci_complet']  ?></a>
                                </span>
                                <span class="nom basionyme_complet">
                                        <a title="cliquez pour accéder à la fiche de ce taxon" href="<?= $urls->obtenirUrlFiche($synonyme['basionyme.id'],'nom_scientifique'); ?>">
                                                <?= isset($synonyme['basionyme_html_complet']) ? "Basionyme : ".$synonyme['basionyme_html_complet'] : ''; ?>
                                        </a>
                                </span>
                        </li>
                <?php endforeach; ?>
                </ul><hr class="nettoyage" />
        <?php } else { ?>
                <h3 class="aucune_info"> Aucun synonyme référencé pour ce nom </h3> 
        <?php } ?>
        
        
        <h2>Dénomination dans les flores usuelles</h2>
        <?php if(is_array($flores_synonymes) && count($flores_synonymes) > 0) { ?>
                <ul>
                <?php foreach ($flores_synonymes as $num_nom_syn => $infos_flore) : ?>
                        <?php foreach ($infos_flore as $code => $flore) : ?>
                                <li class="item_nomenclature">
                                        <div>
                                                Dans la flore <em><?= $flore['nom_flore'] ?></em>,
                                                ce taxon porte le nom de <em><?= $flore['nom_sci']  ?></em>
                                                et le code <b><?= $flore['id'] ?></b><br />
                                        </div>
                                </li>
                        <?php endforeach; ?>
                <?php endforeach; ?>
                </ul><hr class="nettoyage" />
        <?php } else { ?>
                <h3 class="aucune_info"> Aucune information floristique référencée pour ce nom </h3> 
        <?php } ?>
        <?php if($num_type != null) { ?>
                <h3> Autres </h3>
                <!-- On utilise une liste au cas où d'autres informations viendraient se greffer à cet endroit -->
                <ul>
                        <li class="item_nomenclature"> Numéro du type : <?= $num_type ?></li>
                </ul>
        <?php } ?>
        <hr class="nettoyage" />
        <div class="conteneur_lien_metadonnees">
                <?= $synonymes['meta']['titre']?>
                <span class="conteneur_lien_metadonnees">
                        <a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
                </span>
        </div>
        
        <a class="acceder-outil gauche" href="http://referentiels.tela-botanica.org/referentiel/index.php?ref=<?=$referentiel;?>&module=FicheTaxon&num_nom=<?=$nom_retenu_nn;?>">
        Consultez ce nom dans le référentiel en cours de mise à jour</a><br /><br />
        <div class="acceder-outil gauche">Recherchez ce nom sur les sites 
                <a href="http://inpn.mnhn.fr/espece/listeEspeces/<?=htmlentities($nom_retenu)?>/">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/inpn.png" alt="INPN" title="Rechercher dans Inventaire National du Patrimoine Naturel" />
                </a>
                <a href="http://www.theplantlist.org/tpl/search?q=<?=htmlentities($nom_retenu)?>">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/tpl.png" alt="The Plant List" 
                                title="Rechercher dans The Plant List"/>
                </a>
                <a href="http://www.ipni.org/ipni/simplePlantNameSearch.do?find_wholeName=<?=htmlentities($nom_retenu)?>&amp;output_format=normal&amp;query_type=by_query&amp;back_page=query_ipni.html">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/ipni.png" alt="IPNI" title="Rechercher dans IPNI"/>
                </a>
                <a href="http://plants.jstor.org/search?plantName=%22<?=htmlentities($nom_retenu)?>%22&amp;syn=1">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/jstor.png" alt="JSTOR Plant Science" title="Rechercher dans JSTOR Plant Science" />
                </a>
                <a href="http://www.anbg.gov.au/cgi-bin/apni?TAXON_NAME=<?=htmlentities($nom_retenu)?>">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/anbg.png" alt="Australian Plant Name Index" title="Rechercher dans Australian Plant Name Index" />
                </a>
                <a href="http://sweetgum.nybg.org/vh/specimen_list.php?QueryName=BasicQuery&amp;QueryPage=http%3A%2F%2Fsciweb.nybg.org%2Fscience2%2Fvii2.asp&amp;Restriction=NybRecordType+%3D+%27Specimen%27&amp;StartAt=1&amp;any=SummaryData%7CAdmWebMetadata&amp;QueryOption=any&amp;Submit=Search&amp;QueryTerms=<?=htmlentities($nom_retenu)?>">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/nybg.png" alt="NYBG Virtual Herbarium" title="Rechercher dans NYBG Virtual Herbarium" />
                </a>
                <a href="http://collections.mnh.si.edu/search/botany/?qt=<?=htmlentities($nom_retenu)?>">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/si.png" alt="Type Specimen Register of the U.S. National Herbarium" title="Rechercher dans Type Specimen Register of the U.S. National Herbarium" />
                </a>
                <a href="http://herbarium.univie.ac.at/database/search.php?taxon=<?=htmlentities($nom_retenu)?>&amp;search=1">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/vha.png" alt="Virtual Herbaria Austria" title="Rechercher dans Virtual Herbaria Austria" />
                </a>    
                <a href="http://swbiodiversity.org/seinet/taxa/index.php?taxon=<?=htmlentities($nom_retenu)?>">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/seinet.png" alt="SEINet" title="Rechercher dans SEINet" />
                </a>
                <a href="http://www.ville-ge.ch/musinfo/bd/cjb/africa/resultat.php?efFamille=&amp;projet%5B%5D=FSA&amp;projet%5B%5D=FTA&amp;projet%5B%5D=FNA&amp;projet%5B%5D=BDM&amp;langue=en&amp;pbRecherche=Rechercher&amp;efNom=<?=htmlentities($nom_retenu)?>">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/cjb.png" alt="African Plants Database" title="Rechercher dans African Plants Database du Jardin Botanique de Genève" />
                </a>
                <a href="http://www.tropicos.org/NameSearch.aspx?name=<?=htmlentities($nom_retenu)?>">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/tropicos.png" alt="Tropicos" title="Rechercher dans Tropicos" />
                </a>
                
                <a href="http://www.sfo-asso.com/pages/connaissances.php?parent=6&id=195">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/sfo.png" alt="SFO" title="Rechercher dans Société Française d'Orchidophilie" />
                </a>
                <a href="http://coldb.mnhn.fr/Consultation">
                        <img src="<?=$baseUrlIco?>presentations/images/sites/mnhn.png" alt="MNHN" title="Rechercher dans Muséum national d'Histoire naturelle" />
                </a>
                <? if ($referentiel == "bdtxa") : ?>
                        <a href="http://collections.antilles.inra.fr/initCard.do?idEntityValue1=<?=htmlentities($nom_retenu);?>&idEntityValue2=&idEntityValue3=&idEntity=21">
                                <img src="<?=$baseUrlIco?>presentations/images/sites/antilles.png" alt="INRA Antilles" title="Rechercher dans collections INRA Antilles" />
                        </a>
                <? endif; ?>
        </div>
        <hr class="nettoyage" />
        
        <span class="aide_wikini"> Partagez vos infos complémentaires sur ce nom, un double clic dans le cadre suffit pour compléter ou corriger la page </span>
        <div class="contenu_editable">
                <div class="description wikini editable_sur_clic" title="nomenclature">
                        <?=$wikini['nomenclature']?>
                </div>
        </div>
        
        
        
        
        
        <h2>Place du taxon dans la classification APG III</h2>
        <table class="liste_taxons_superieurs">
                <tr>
                        <th>Rang</th><th>Nom Scientifique</th><th>Num Nom</th>
                </tr>
                <?php if ($taxons_sup != array()) : ?>
                        <?php foreach ($taxons_sup as $taxon) : ?>
                                <tr>
                                        <td><?= $taxon['rang.libelle'] ?></td>
                                        <td><a title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
                                                        <?= $taxon['nom_sci'] ?>
                                                </a>
                                        </td>
                                        <td><?= $taxon['num_nom'] ?></td>
                                </tr>
                        <?php endforeach; ?>
                <?php endif; ?>
                <tr class='surlignage'>
                        <td><?= $taxon_courant['rang.libelle'] ?></td>
                        <td><?= $taxon_courant['nom_sci'] ?></td>
                        <td><?= $taxon_courant['num_nom'] ?></td>
                </tr>
                <?php if ($taxons_inf != array()) : ?>  
                        <?php foreach($taxons_inf as $taxon) : ?>
                                <tr>
                                        <td><?= $taxon['rang.libelle'] ?></td>
                                        <td>
                                                <a  title="Voir la fiche de ce nom" href="<?= $urls->obtenirUrlFiche($taxon['num_nom'],'nom_scientifique', $taxon['nom_sci']); ?>">
                                                        <?= $taxon['nom_sci'] ?>
                                                </a>
                                        </td>
                                        <td><?= $taxon['num_nom'] ?></td>
                                </tr>
                        <?php endforeach; ?>
                <?php endif; ?>
        </table>
        
        
        <div class="conteneur_lien_metadonnees">
                <?= $synonymes['meta']['titre']?>
                <span class="conteneur_lien_metadonnees">
                        <a class="lien_metadonnees lien_popup" href="<?= $synonymes['meta']['url']; ?>">Voir toutes les metadonnées</a>
                </span>
        </div>
        
        
        <script type="text/Javascript">
                $('#plieur').show();    
                gestionBiblio($('#nomenclature'));
        </script>
</div>