Changeset 73395 in spip-zone
- Timestamp:
- Jun 9, 2013, 12:31:22 PM (7 years ago)
- Location:
- _squelettes_/escal/branche_V3
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/escal/branche_V3/inclusions/inc-recherche_multi.html
r73383 r73395 10 10 <div class="texte recherche-multi [(#CONFIG{escal/config/togglemulticritere}|=={oui}|oui)toggle]" > 11 11 12 13 <BOUCLE_mots1(MOTS){type=#CONFIG{escal/config/recherchemulti1}}{doublons un}>14 </ BOUCLE_mots1>12 <div class="ajax"> 13 #FORMULAIRE_RECHERCHE_MULTI 14 </div> 15 15 16 <BOUCLE_mots2(MOTS){type=#CONFIG{escal/config/recherchemulti2}}{doublons deux}>17 </BOUCLE_mots2>18 19 <BOUCLE_mots3(MOTS){type=#CONFIG{escal/config/recherchemulti3}}{doublons trois}>20 </BOUCLE_mots3>21 22 <BOUCLE_mots4(MOTS){type=#CONFIG{escal/config/recherchemulti4}}{doublons quatre}>23 </BOUCLE_mots4>24 16 25 17 26 <form action="#SELF" name="recherche_multi">27 [(#ENV{recherche_multi}|form_hidden)]28 29 <p>30 <div class="groupe-mots">#CONFIG{escal/config/recherchemulti1}</div>31 <select name="id1" id="idselect1" size="1">32 <option value="">#CONFIG{escal/config/recherchemulti1}</option>33 <BOUCLE_mot_critere1(MOTS){!doublons un}{par titre}>34 [<option value="#ID_MOT" [(#ENV{id1}|=={#ID_MOT}|?{'selected="selected"',''})]>(#TITRE)</option>]35 </BOUCLE_mot_critere1>36 </select>37 38 [(#CONFIG{escal/config/recherchemulti2}|oui)39 <div class="groupe-mots">#CONFIG{escal/config/recherchemulti2}</div>40 <select name="id2" id="idselect2" size="1">41 <option value="">#CONFIG{escal/config/recherchemulti2}</option>42 ]43 <BOUCLE_mot_critere2(MOTS){si #CONFIG{escal/config/recherchemulti2}|oui}{!doublons deux}{par titre}>44 [<option value="#ID_MOT" [(#ENV{id2}|=={#ID_MOT}|?{'selected="selected"',''})]>(#TITRE)</option>]45 </BOUCLE_mot_critere2>46 [(#CONFIG{escal/config/recherchemulti2}|oui)47 </select>48 ]49 50 [(#CONFIG{escal/config/recherchemulti3}|oui)51 <div class="groupe-mots">#CONFIG{escal/config/recherchemulti3}</div>52 <select name="id3" id="idselect3" size="1">53 <option value="">#CONFIG{escal/config/recherchemulti3}</option>54 ]55 <BOUCLE_mot_critere3(MOTS){si #CONFIG{escal/config/recherchemulti3}|oui}{!doublons trois}{par titre}>56 [<option value="#ID_MOT" [(#ENV{id3}|=={#ID_MOT}|?{'selected="selected"',''})]>(#TITRE)</option>]57 </BOUCLE_mot_critere3>58 [(#CONFIG{escal/config/recherchemulti3}|oui)59 </select>60 ]61 62 [(#CONFIG{escal/config/recherchemulti4}|oui)63 <div class="groupe-mots">#CONFIG{escal/config/recherchemulti4}</div>64 <select name="id4" id="idselect4" size="1">65 <option value="">#CONFIG{escal/config/recherchemulti4}</option>66 ]67 <BOUCLE_mot_critere4(MOTS){si #CONFIG{escal/config/recherchemulti4}|oui}{!doublons quatre}{par titre}>68 [<option value="#ID_MOT" [(#ENV{id4}|=={#ID_MOT}|?{'selected="selected"',''})]>(#TITRE)</option>]69 </BOUCLE_mot_critere4>70 [(#CONFIG{escal/config/recherchemulti4}|oui)71 </select>72 ]73 74 <br /><br />75 <button type="submit" >Afficher</button>76 77 </p>78 </form>79 80 81 <B_mots_multiples>82 <ul>83 <BOUCLE_mots_multiples(ARTICLES)84 {id_mot=#ENV{id1,#ENV{id2,#ENV{id3,#ENV{id4}}}}}85 {id_mot=#ENV{id2,#ENV{id3,#ENV{id4,#ENV{id1}}}}}86 {id_mot=#ENV{id3,#ENV{id4,#ENV{id1,#ENV{id2}}}}}87 {id_mot=#ENV{id4,#ENV{id1,#ENV{id2,#ENV{id3}}}}}88 >89 <li>90 <a href="[(#URL_ARTICLE|parametre_url{lang,#ENV{lang}})]" [title="(#DESCRIPTIF|textebrut)"]>91 [(#TITRE)]92 </a>93 </li>94 </BOUCLE_mots_multiples>95 </ul>96 </B_mots_multiples>97 Aucun article ne correspond à votre recherche98 <//B_mots_multiples>99 18 </div> -
_squelettes_/escal/branche_V3/paquet.xml
r73391 r73395 2 2 prefix="escal" 3 3 categorie="squelette" 4 version="3.71. 5"4 version="3.71.6" 5 5 etat="stable" 6 6 compatibilite="[2.10.0;["
Note: See TracChangeset
for help on using the changeset viewer.