Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 168 → Rev 169

/trunk/squelettes/moteur.tpl.html
25,6 → 25,9
<p>
<input name="module" type="hidden" value="<?=$url_module;?>" />
<input name="action" type="hidden" value="<?=$url_action;?>" />
<?php if (isset($url_contexte)) : ?>
<input name="contexte" type="hidden" value="<?=$url_contexte;?>" />
<? endif; ?>
<label id="col-rech" for="recherche">Rechercher</label>
<input id="recherche" name="recherche" type="text" value="<?=$recherche;?>" size="75" maxlength="250"/>
<input id="col-rech-ok" type="submit" value="OK" />