Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. [(#ENV**|unserialize|foreach)]
  2. <div class="formulaire_spip formulaire_recherche[ (#ENV{class})]" id="formulaire_recherche">
  3. <form action="[(#ENV{action})]" method="get"><div>
  4.     [(#ENV{action}|form_hidden)]
  5.     [<input type="hidden" name="lang" value="(#ENV{lang})" />]
  6.     <label for="#ENV{_id_champ}"><:info_rechercher_02:></label>
  7.     <input type="[(#HTML5|?{search,text})]" class="search text" size="10" name="recherche" id="#ENV{_id_champ}"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off"
  8.     /><input type="submit" class="submit" value="&gt;&gt;" title="<:info_rechercher:>" />
  9. </div></form>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement