Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 700 → Rev 701

/trunk/papyrus/applettes/recherche_eflore/squelettes/defaut.tpl.html
50,7 → 50,8
<h1>Plantes par département</h1>
 
<a href="javascript:afficherLaCarte()" id="afficherLaCarte"><span class="notext">Afficher la carte</span></a>
<div id="cartographie">
<a href="http://www.tela-botanica.org/page:liste_projets?id_projet=9" id="rejoindreChorologie"><img src="/sites/botanique/generique/images/rejoignezProjet.png" /></a>
<div id="cartographieVolante">
<a href="javascript:masquerLaCarte()" id="masquerLaCarte">Masquer la carte</a>
<h1>Zones possédant une liste de plantes en cours d'élaboration</h1>
57,6 → 58,7
 
<p>Cliquez sur une zone colorée de la carte pour afficher la liste des taxons.<br />
La couleur est proportionnelle au nombre de taxons.</p>
 
<div id="efc_carte_proportion">
<img id="carte" src="http://www.tela-botanica.org/sites/eflore/generique/images/cartes/france_CHORODEP_2.00_generale.png" alt="Carte de l'Isère représentant la proportion de taxons par commune.'" usemap="#france_masque_570x550" />
<map name="france_masque_570x550">
237,7 → 239,6
<td class="efcl_legende">4501 à 5000 taxons</td>
</tr>
</table>
 
</div>
</div>
 
249,11 → 250,11
}
 
function afficherLaCarte() {
document.getElementById("cartographie").style.display ="";
document.getElementById("cartographieVolante").style.display ="";
}
 
function masquerLaCarte() {
document.getElementById("cartographie").style.display ="none";
document.getElementById("cartographieVolante").style.display ="none";
}
 
masquerLaCarte();