Changeset 55779 in spip-zone
- Timestamp:
- Dec 20, 2011, 8:54:16 AM (9 years ago)
- Location:
- _plugins_/spip-pmb/trunk
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-pmb/trunk/formulaires/recherche_spip_et_catalogue.html
r55163 r55779 1 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> 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 9 8 <fieldset> 10 9 <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> 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> 24 28 </ul> 25 29 </fieldset> 26 </ form>30 </div></form> 27 31 </div> 28 32 -
_plugins_/spip-pmb/trunk/paquet.xml
r55179 r55779 2 2 prefix="pmb" 3 3 categorie="divers" 4 version="1.99. 3"4 version="1.99.4" 5 5 etat="dev" 6 6 compatibilite="[3.0.0-beta;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.