Line | |
---|
1 | <div class="formulaire_spip formulaire_recherche" id="formulaire_recherche"> |
---|
2 | <form action="[(#ENV{action})]" method="get"> |
---|
3 | <div> |
---|
4 | [(#ENV{action}|form_hidden)] |
---|
5 | [<input type="hidden" name="lang" value="(#ENV{lang})" />] |
---|
6 | <input type="hidden" id="look_ALL" name="look_ALL" value="1" /> |
---|
7 | |
---|
8 | </div> |
---|
9 | <fieldset> |
---|
10 | <ul> |
---|
11 | <li><input type='checkbox' name='look_PMB' id='look_PMB' value='1' checked='checked' /><label for='look_PMB' style="display: inline;"> <:pmb:recherche_catalogue:> </label> |
---|
12 | <br /></li> |
---|
13 | <li><input type='checkbox' name='look_SITE' id='look_SITE' value='1' /><label for='look_SITE' style="display: inline;"> <:pmb:recherche_portail_web:> </label></li> |
---|
14 | |
---|
15 | |
---|
16 | <li class="champ-recherche"> |
---|
17 | <label for="recherche" style="display: none;"><:info_rechercher_02:></label> |
---|
18 | <input type="text" class="text" size="10" name="recherche" id="recherche" style="border: 1px solid #ccc;"[ value="(#ENV{recherche})"] accesskey="4" /> |
---|
19 | <input type="submit" class="submit" value="Ok" /> |
---|
20 | </li> |
---|
21 | <li class="recherche-avancee"> |
---|
22 | <a href="[(#URL_PAGE{recherche}|parametre_url{look_ALL,1})]"><:pmb:recherche_avancee:> +</a> |
---|
23 | </li> |
---|
24 | </ul> |
---|
25 | </fieldset> |
---|
26 | </form> |
---|
27 | </div> |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.