You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
659 B
9 lines
659 B
<div class="formulaire_spip formulaire_recherche[ (#ENV{class})]"> |
|
<form action="[(#ENV{action})]" method="get" role="search" aria-label="[(#ENV{class}|sinon{recherche})]"> |
|
[(#ENV{action}|form_hidden)] |
|
[<input type="hidden" name="lang" value="(#ENV{lang})" />] |
|
<label for="recherche#ENV{_id_champ}"><:info_rechercher_02:/></label> |
|
<input type="[(#HTML5|?{search,text})]" class="search text" size="10" name="recherche" placeholder="<:baz_april:rechercher:/>"[ value="(#ENV{recherche})"] accesskey="4" autocapitalize="off" autocorrect="off" id="recherche#ENV{_id_champ}" /> |
|
<button type="submit" class="submit"><:info_rechercher:/></button> |
|
</form> |
|
</div>
|
|
|