Un plan amélioré, et surtout des commentaires carrement plus fonctionnels, ils étaient pleins de bugs...
parent
760e2c3044
commit
39459436e5
@ -1,6 +1,6 @@
|
||||
<form action="[(#ENV{lien})]" method="get" class="formrecherche" id="recherche">
|
||||
[(#ENV{lien}|form_hidden)]
|
||||
<div>
|
||||
<input type="text" id="formulaire_recherche" class="formrecherche" name="recherche" value="[(#ENV{recherche}|?{#ENV{recherche},<:info_rechercher:>})]" onfocus="if (this.value=='<:info_rechercher:>') this.value='';" />
|
||||
<input type="text" id="formulaire_recherche" class="formrecherche" name="recherche" value="[(#ENV{recherche}|?{#ENV{recherche},<:info_rechercher:>})]" onfocus="if (this.value=='<:info_rechercher:>') this.value='';" onblur="if (this.value=='') this.value='<:info_rechercher:>';" />
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 253 B |
Loading…
Reference in New Issue