[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / spip-bonux / formulaires / recherche_ecrire.html
1 <div class="formulaire_spip formulaire_recherche" id="formulaire_recherche">
2 <form action="[(#ENV{action})]" method="get"><div>
3 [(#ENV{action}|form_hidden)]
4 [<input type="hidden" name="lang" value="(#ENV{lang})" />]
5 <label for="recherche"><:info_rechercher_02:></label>
6 <input type="text" class="text" size="10" name="recherche" id="recherche"[ value="(#ENV{recherche})"] accesskey="4" />
7 <input type='image' src='[(#EVAL{_DIR_IMG_PACK}|concat{loupe.png})]' name='submit' class="image" alt='<:info_rechercher|attribut_html:>' />
8 [(#ENV{recherche}|oui)<a href='#ENV{action}' title='<:spip_bonux:annuler_recherche|attribut_html:>'>[(#CHEMIN{img_pack/annuler-recherche.png}|tag_img|inserer_attribut{alt,<:spip_bonux:annuler_recherche:>})]</a>]
9 </div></form>
10 </div>