Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 766 Rev 853
Line 1... Line 1...
1
<!-- Début recherche Evènements -->
1
<!-- Début recherche Evènements -->
2
<div class="recherche_eflore">
2
<div class="recherche_eflore row">
3
<div class="colonneGauche">
3
<div class="gauche">
4
<h1>eflore</h1>
4
<h1>eflore</h1>
5
	<p>Rechercher une plante</p>
5
	<p>Rechercher une plante</p>
Line 6... Line 6...
6
	
6
	
7
	<script type="text/javascript" language="JavaScript" src="http://www.tela-botanica.org/client/eflore_chatin/bibliotheque/js/XmlHttpLookup.js"></script>
7
	<script type="text/javascript" language="JavaScript" src="http://www.tela-botanica.org/client/eflore_chatin/bibliotheque/js/XmlHttpLookup.js"></script>
8
	<form name="fEflore" id="fEflore" action="<?=R_Eflore_CHEMIN_APPLETTE?>/php/redirect.php" method="get">
-
 
-
 
8
	<form name="fEflore" id="fEflore" action="<?=R_Eflore_CHEMIN_APPLETTE?>/php/redirect.php" method="get">
9
  		<a href="javascript:afficherLaCarte()" id="afficherLaCarte"><span class="notext">Afficher la carte</span></a>
9
  		
10
  		<select name="url_eflore" class="champs">
10
  		<select name="url_eflore" class="champs">
11
  			<?php foreach ($flores as $flore) : ?>
11
  			<?php foreach ($flores as $flore) : ?>
12
				<option value="<?=$flore['url']?>" onclick="changerValeurReferentiel('<?=$flore['referentiel']?>')"><?=$flore['nom']?></option>
12
				<option value="<?=$flore['url']?>" onclick="changerValeurReferentiel('<?=$flore['referentiel']?>')"><?=$flore['nom']?></option>
13
			<?php endforeach;?> 
13
			<?php endforeach;?> 
Line 44... Line 44...
44
			document.getElementsByName('eflore_referentiel').item(0).value = valeur;
44
			document.getElementsByName('eflore_referentiel').item(0).value = valeur;
45
		}
45
		}
46
		//--> 
46
		//--> 
47
	</script>
47
	</script>
48
</div>
48
</div>
49
<div class="colonneDroite">
49
<div class="gauche">
50
<h1>Plantes par département</h1>
50
<h1>Plantes par département</h1>
Line 51... Line 51...
51
 
51
 
52
<a id="afficherLaCarte" href="javascript:afficherLaCarte()"><span class="notext">Afficher la carte</span></a>
52
<a id="afficherLaCarte" href="javascript:afficherLaCarte()"><span>Afficher la carte</span></a>
53
<a id="rejoindreChorologie" class="icone-erable" href="http://www.tela-botanica.org/page:liste_projets?id_projet=9">Rejoignez le projet</a>
53
<a id="rejoindreChorologie" class="icone-erable" href="http://www.tela-botanica.org/page:liste_projets?id_projet=9">Rejoignez le projet</a>
54
<div id="cartographieVolante">
54
<div id="cartographieVolante">
55
	<a href="javascript:masquerLaCarte()" id="masquerLaCarte">Masquer la carte</a>
-
 
56
	
55
	<a href="javascript:masquerLaCarte()" id="masquerLaCarte">Masquer la carte</a>
Line 57... Line 56...
57
	<h1>Zones possédant une liste de plantes en cours d'élaboration</h1>
56
	<h1>Zones possédant une liste de plantes en cours d'élaboration</h1>
58
 
57