Changeset 57120 in spip-zone for _plugins_/spip-pmb/trunk/formulaires/recherche_spip_et_catalogue.html
- Timestamp:
- Jan 14, 2012, 2:51:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-pmb/trunk/formulaires/recherche_spip_et_catalogue.html
r56928 r57120 1 1 <div class="formulaire_spip formulaire_recherche" id="formulaire_recherche"> 2 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[]" value="ALL" /> 6 3 [(#ENV{action}|form_hidden)] 4 [<input type="hidden" name="lang" value="(#ENV{lang})" />] 5 <input type="hidden" name="look[]" value="ALL" /> 7 6 8 7 <fieldset> 9 8 <ul> 10 9 <li class='editer editer_look'> 11 10 <div class='choix'> 12 <input type=' checkbox' name='look[]' id='look_PMB' value='PMB' checked='checked' />13 <label for=' look_PMB' style="display: inline;"><:pmb:recherche_catalogue:></label>11 <input type='radio' name='page' id='PMB' value='[(#URL_PMB_RECHERCHE|parametre_url{page})]' selected='selected' /> 12 <label for='PMB' style="display: inline;"><:pmb:recherche_catalogue:></label> 14 13 </div> 15 14 <div class='choix'> 16 <input type=' checkbox' name='look[]' id='look_SITE' value='SITE'/>17 <label for=' look_SITE' style="display: inline;"><:pmb:recherche_portail_web:></label>15 <input type='radio' name='page' id='SITE' value='recherche' /> 16 <label for='SITE' style="display: inline;"><:pmb:recherche_portail_web:></label> 18 17 </div> 19 18 </li class='editer'> … … 24 23 </li> 25 24 <li class="recherche-avancee"> 26 <a href=" [(#URL_PAGE{recherche}|parametre_url{look[],ALL})]"><:pmb:recherche_avancee:> +</a>25 <a href="#URL_PMB_RECHERCHE"><:pmb:recherche_avancee:> +</a> 27 26 </li> 28 27 </ul> 29 28 </fieldset> 30 29 </div></form>
Note: See TracChangeset
for help on using the changeset viewer.