| Current Path : /home/checkyd/www/squelettes/formulaires/ |
| Current File : /home/checkyd/www/squelettes/formulaires/recherche.html |
<div class="formulaire_spip formulaire_recherche" id="formulaire_recherche">
<form action="[(#ENV{action})]" method="get">
[(#ENV{action}|form_hidden)]
[<input type="hidden" name="lang" value="(#ENV{lang})" />]
<div class="text_search"><input type="text" name="recherche" id="recherche" value="[(#ENV{recherche}|?{#ENV{recherche},<:spip:info_rechercher:>})]" [(#ENV{recherche}|non)onclick="this.value=''"] accesskey="4" /></div>
<div class="submit_search"><input type="submit" value="" title="<:info_rechercher:>" /></div>
</form>
</div>