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.
10 lines
469 B
10 lines
469 B
3 years ago
|
<div class="recherche"><form action="[(#ENV{action})]" method="get">
|
||
|
[(#ENV{action}|form_hidden)]
|
||
|
[<input type="hidden" name="lang" value="(#ENV{lang})" />]
|
||
|
<label for="recherche"><:info_rechercher_02:></label>
|
||
|
<div class="input-group">
|
||
|
<input class="text search" type="search" placeholder="Rechercher" aria-label="Rechercher" name="recherche" id="recherche"[ value="(#ENV{recherche})"] />
|
||
|
<button type="submit" class="submit">ok</button>
|
||
|
</div>
|
||
|
</form></div>
|