Changeset 51959 in spip-zone
- Timestamp:
- Sep 27, 2011, 11:22:14 PM (9 years ago)
- Location:
- _galaxie_/plugins-spip-net/svp2010
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/plugins-spip-net/svp2010/content/editer_selection.html
r51482 r51959 13 13 14 14 <BOUCLE_cpaslakermesse(CONDITION){si #AUTORISER{configurer}}> 15 <B_plugins> 16 <table class="spip" summary="" style="width: 100%;"> 17 <thead> 18 <tr id="categorie[-(#ENV{categorie}|sinon{#CLE}|sinon{aucune})]"> 19 <th> 20 <strong>[(#ENV{categorie}|sinon{#CLE}|sinon{aucune}|svp_traduire_categorie)]</strong> 21 </th> 22 <th></th> 23 </tr> 24 </thead> 25 <tbody> 26 <BOUCLE_plugins(PLUGINS){id_depot?}{par multi nom}> 27 <tr id="plugin[-(#ID_DEPOT)]-#PREFIXE" class="[row_(#COMPTEUR_BOUCLE|alterner{odd,even})]"> 28 <td> 29 <a[ href="(#URL_PLUGIN)"] title="<:svp:bulle_aller_plugin:>">[(#NOM)]</a> 30 [<br /> (#SLOGAN|supprimer_tags|PtoBR)] 31 </td> 32 <td>#FORMULAIRE_FAVORI</td> 33 </tr> 34 </BOUCLE_plugins> 35 </tbody> 36 </table> 37 </B_plugins> 15 #FORMULAIRE_CONFIGURER_PLUGINSPIP 38 16 </BOUCLE_cpaslakermesse> 39 17 Nope... -
_galaxie_/plugins-spip-net/svp2010/content/sommaire.html
r51936 r51959 15 15 --> ] 16 16 #SET{selection, #ARRAY} 17 <BOUCLE_favoris( FAVORIS){objet=plugin}{par hasard}{0, #EVAL{_PLUGINSPIP_TAILLE_SELECTION_PLUGINS}}>18 #SET{selection, #GET{selection}|push{#ID_ OBJET}}17 <BOUCLE_favoris(PLUGINS){prefixe IN #CONFIG{pluginspip/selection,#ARRAY}}{par hasard}{0, #EVAL{_PLUGINSPIP_TAILLE_SELECTION_PLUGINS}}> 18 #SET{selection, #GET{selection}|push{#ID_PLUGIN}} 19 19 </BOUCLE_favoris> 20 20 </B_favoris>
Note: See TracChangeset
for help on using the changeset viewer.