Line 46... |
Line 46... |
46 |
}
|
46 |
}
|
Line 47... |
Line 47... |
47 |
|
47 |
|
48 |
// -->
|
48 |
// -->
|
49 |
</script>
|
49 |
</script>
|
50 |
<div class="importance1" id="conteneur-recherche">
|
50 |
<div class="importance1" id="conteneur-recherche">
|
51 |
<h1 class="titre-widget">Cherchez une plante de </h1>
|
- |
|
52 |
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?= $efloreConsultationUrl; ?>" method="get">
|
- |
|
53 |
<fieldset>
|
- |
|
54 |
<div class="zone-choix-referentiel">
|
51 |
<h1 class="titre-widget">Cherchez une plante de <span class="zone-choix-referentiel">
|
55 |
<?php $premier_ref = true; ?>
|
52 |
<?php $premier_ref = true; ?>
|
56 |
<?php foreach($referentielsSciDispos as $code => $intitule) : ?>
|
53 |
<?php foreach($referentielsSciDispos as $code => $intitule) : ?>
|
57 |
<span class="referentiel">
|
54 |
<span class="referentiel">
|
58 |
<input type="button" class="selection-referentiel" id="referentiel_<?= $code ?>" name="<?= $code; ?>" value="<?= $intitule; ?>" <?= $premier_ref ? 'disabled="disabled"' : ""; ?> />
|
55 |
<input type="button" class="selection-referentiel" id="referentiel_<?= $code ?>" name="<?= $code; ?>" value="<?= $intitule; ?>" <?= $premier_ref ? 'disabled="disabled"' : ""; ?> />
|
59 |
</span>
|
56 |
</span>
|
60 |
<?php $premier_ref = false; ?>
|
57 |
<?php $premier_ref = false; ?>
|
61 |
<?php endforeach; ?>
|
58 |
<?php endforeach; ?>
|
- |
|
59 |
</span> </h1>
|
- |
|
60 |
<form id="ef-form-nomenclature" name="ef-form-nomenclature" action="<?= $efloreConsultationUrl; ?>" method="get">
|
62 |
</div>
|
61 |
<fieldset class="ef-groupe-champs">
|
63 |
<span class="zone-choix-type-nom">
|
62 |
<span class="zone-choix-type-nom">
|
64 |
<span class="type-nom">
|
63 |
<span class="type-nom">
|
65 |
<input type="radio" id="type_nom_scientifique" name="type_nom" value="nom_scientifique" checked="checked" />
|
64 |
<input type="radio" id="type_nom_scientifique" name="type_nom" value="nom_scientifique" checked="checked" />
|
66 |
<label for="type_nom_scientifique">Nom scientifique</label>
|
65 |
<label for="type_nom_scientifique">Nom scientifique</label>
|