Last change
on this file since 55779 was
55779,
checked in by marcimat@…, 9 years ago
|
Éviter de toucher par défaut au formulaire de recherche de SPIP.
utiliser #FORMULAIRE_RECHERCHE_SPIP_ET_CATALOGUE pour retrouver la surcharge effectuée avant.
Il faudra peut être surcharger navigation/dist.html pour remettre cette surcharge à la place du formulaire normal dans ce plugin.
|
File size:
1.3 KB
|
Line | |
---|
1 | <div class="formulaire_spip formulaire_recherche" id="formulaire_recherche"> |
---|
2 | <form action="[(#ENV{action})]" method="get"><div> |
---|
3 | [(#ENV{action}|form_hidden)] |
---|
4 | [<input type="hidden" name="lang" value="(#ENV{lang})" />] |
---|
5 | <input type="hidden" id="look_ALL" name="look_ALL" value="1" /> |
---|
6 | |
---|
7 | |
---|
8 | <fieldset> |
---|
9 | <ul> |
---|
10 | <li class='editer editer_look'> |
---|
11 | <div class='choix'> |
---|
12 | <input type='checkbox' name='look_PMB' id='look_PMB' value='1' checked='checked' /> |
---|
13 | <label for='look_PMB' style="display: inline;"><:pmb:recherche_catalogue:></label> |
---|
14 | </div> |
---|
15 | <div class='choix'> |
---|
16 | <input type='checkbox' name='look_SITE' id='look_SITE' value='1' /> |
---|
17 | <label for='look_SITE' style="display: inline;"><:pmb:recherche_portail_web:></label> |
---|
18 | </div> |
---|
19 | </li class='editer'> |
---|
20 | <li class="champ-recherche"> |
---|
21 | <label for="recherche" style="display: none;"><:info_rechercher_02:></label> |
---|
22 | <input type="text" class="text" size="10" name="recherche" id="recherche" style="border: 1px solid #ccc;"[ value="(#ENV{recherche})"] accesskey="4" /> |
---|
23 | <input type="submit" class="submit" value="Ok" /> |
---|
24 | </li> |
---|
25 | <li class="recherche-avancee"> |
---|
26 | <a href="[(#URL_PAGE{recherche}|parametre_url{look_ALL,1})]"><:pmb:recherche_avancee:> +</a> |
---|
27 | </li> |
---|
28 | </ul> |
---|
29 | </fieldset> |
---|
30 | </div></form> |
---|
31 | </div> |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.