Subversion Repositories eFlore/Applications.cel-consultation

Compare Revisions

Ignore whitespace Rev 1 → Rev 2

/trunk/squelettes/formulaires/observation_recherche.tpl.html
New file
0,0 → 1,11
<!-- CEL_CONSULTATION - DEBUT RECHERCHE OBSERVATION -->
<div id="recherche_observation">
<h2> Recherche d'une observation </h2>
<form action="" id="form_recherche_observation">
<label for="observation_recherche">Recherche :</label>
<input type="text" name="observation_recherche" id="observation_recherche" /><br />
<input type="submit" value="Valider" />
</form>
</div>
<!-- CEL_CONSULTATION - FIN RECHERCHE OBSERVATION -->
/trunk/squelettes/formulaires/image_recherche.tpl.html
New file
0,0 → 1,13
<!-- CEL_CONSULTATION - DEBUT RECHERCHE IMAGE -->
<div id="recherche_image">
<h2> Recherche d'une image </h2>
<form method="get" action="?module=Image&action=rechercherImage" id="form_recherche_image">
<label for="individu_nom">Recherche :</label>
<input type="text" name="image_recherche" id="image_recherche" value="<?= $criteres ?>" />
<input type="hidden" id="module" name="module" value="Image" />
<input type="hidden" id="action" name="action" value="rechercherImage" />
<input type="submit" value="Valider" />
</form>
</div>
<hr style="clear:both;visibility:hidden;" />
<!-- CEL_CONSULTATION - FIN RECHERCHE IMAGE -->