Changeset 49074 in spip-zone
- Timestamp:
- Jun 27, 2011, 9:04:08 AM (10 years ago)
- Location:
- _plugins_/svp/prive/objets/liste
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/svp/prive/objets/liste/depots.html
r48953 r49074 8 8 - par : le champ tri principal 9 9 - pas : le pas de pagination 10 - recherche : critere de recherche 10 11 - where : condition d'exclusion du depot eventuellement en cours d'affichage (page depot) 11 12 - affichage : complet, tous les champs, ou simplifie, le titre et l'id pour la liste en extra/navigation … … 36 37 </thead> 37 38 <tbody> 38 <BOUCLE_liste_depots(DEPOTS) {where?}{ tri #ENV{par, titre}, #GET{defaut_tri}}{pagination #ENV{pas, 5}}>39 <BOUCLE_liste_depots(DEPOTS) {where?}{recherche?}{tri #ENV{par, titre}, #GET{defaut_tri}}{pagination #ENV{pas, 5}}> 39 40 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> 40 41 <td class="titre principale"> -
_plugins_/svp/prive/objets/liste/paquets.html
r49070 r49074 9 9 - id_depot : filtrer la liste sur un depot 10 10 - id_plugin : filtrer la liste sur un plugin 11 - recherche : critere de recherche 11 12 - where : condition supplementaire construire par l'appelant (non utilisee) 12 13 -->] … … 34 35 </thead> 35 36 <tbody> 36 <BOUCLE_liste_paquets(PAQUETS) {where?}{id_depot?}{id_plugin?}{ tri #ENV{par, nom_archive}, #GET{defaut_tri}}{pagination #ENV{pas, 25}}>37 <BOUCLE_liste_paquets(PAQUETS) {where?}{id_depot?}{id_plugin?}{recherche?}{tri #ENV{par, nom_archive}, #GET{defaut_tri}}{pagination #ENV{pas, 25}}> 37 38 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> 38 39 <BOUCLE_depot_paquet(DEPOTS) {id_depot}> -
_plugins_/svp/prive/objets/liste/plugins.html
r49070 r49074 9 9 - categorie : filtrer la liste sur categorie 10 10 - id_depot : filtrer la liste sur un depot 11 - recherche : critere de recherche 11 12 - where : condition supplementaire construire par l'appelant (non utilisee) 12 13 -->] … … 34 35 </thead> 35 36 <tbody> 36 <BOUCLE_liste_plugins(PLUGINS) {where?}{id_depot?}{categorie?}{ tri #ENV{par, nom}, #GET{defaut_tri}}{pagination #ENV{pas, 25}}>37 <BOUCLE_liste_plugins(PLUGINS) {where?}{id_depot?}{categorie?}{recherche?}{tri #ENV{par, nom}, #GET{defaut_tri}}{pagination #ENV{pas, 25}}> 37 38 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> 38 39 <td class="titre principale">
Note: See TracChangeset
for help on using the changeset viewer.