Changeset 93839 in spip-zone
- Timestamp:
- Dec 20, 2015, 3:45:57 PM (5 years ago)
- Location:
- _squelettes_/escal/branche_V3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/escal/branche_V3/inclusions/inc-une_derniers.html
r93399 r93839 30 30 </BOUCLE_exclure_art> 31 31 32 [(#SPIP_VERSION|version_compare{3, >=}|oui) 33 #SET{inverse,"inverse"} 34 ] 32 #SET{sens_tri, #SPIP_VERSION|version_compare{3.1, >=}|?{inverse,direct}} 35 33 36 34 <!-- On selectionne les 11 articles les + recents et on les stocke dans {doublons selection}--> 37 35 #SET{nombrealaune,#CONFIG{escal/config/nombrealaune,11}} 38 <BOUCLE_selection(ARTICLES){lang}{ par #CONFIG{escal/config/ordrealaune,date}}{inverse}{0,#GET{nombrealaune}}{doublons}{doublons selection1}{doublons selection2}>36 <BOUCLE_selection(ARTICLES){lang}{tri #CONFIG{escal/config/ordrealaune,date}, inverse}{0,#GET{nombrealaune}}{doublons}{doublons selection1}{doublons selection2}> 39 37 </BOUCLE_selection> 40 38 … … 42 40 et seul le premier est affiche 43 41 les autres sont masques par un javascript --> 44 <BOUCLE_dernier_endate(ARTICLES){!doublons selection1} >42 <BOUCLE_dernier_endate(ARTICLES){!doublons selection1}{tri #CONFIG{escal/config/ordrealaune,date}, #GET{sens_tri}} > 45 43 <div id="section-#ID_ARTICLE" class="fragment"> 46 44 -
_squelettes_/escal/branche_V3/inclusions/inc-une_derniers_ter.html
r87910 r93839 17 17 </BOUCLE_exclure_art> 18 18 19 19 20 <!-- On selectionne les 11 articles les + recents et on les stocke dans {doublons selection}--> 20 21 #SET{nombrealaune,#CONFIG{escal/config/nombrealaune,11}} 21 <BOUCLE_selection(ARTICLES){lang}{par #CONFIG{escal/config/ordrealaune,date}}{inverse}{0,#GET{nombrealaune}}{doublons}{doublons selection}>22 </BOUCLE_selection>23 22 24 23 … … 27 26 <div class="derniers-art-ter"> 28 27 <ul class="anchors"> 29 <BOUCLE_articles_une (ARTICLES){ !doublons selection}{par #CONFIG{escal/config/ordrealaune,date}}{inverse}>28 <BOUCLE_articles_une (ARTICLES){lang}{par #CONFIG{escal/config/ordrealaune,date}}{inverse}{0,#GET{nombrealaune}}{doublons}> 30 29 <li> 31 30 <a href="[(#URL_ARTICLE|parametre_url{lang,#ENV{lang}})]" [title="(#DESCRIPTIF|textebrut|entites_html)"]> -
_squelettes_/escal/branche_V3/paquet.xml
r93736 r93839 2 2 prefix="escal" 3 3 categorie="squelette" 4 version="3.84. 1"4 version="3.84.2" 5 5 schema="1.0.7" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.