[80] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <!-- |
---|
| 3 | statut : reserve : 0, contexte1 : 1, contexte 2: 2, corps: 3, réserve avancée : 4 |
---|
| 4 | param : ce qui apparait comme choix, soit séparé par des virgules (1,2,3 par ex) |
---|
| 5 | |
---|
| 6 | soit une requete sql |
---|
| 7 | Dans ce cas d'autres arguments a entrer |
---|
| 8 | param="SELECT * FROM spip_groupes_mots" |
---|
| 9 | paramvalue="id_groupe" : la colonne selectionnee |
---|
| 10 | paramdescr="Groupe de mots-cles" ce qui apparait dans le bloc |
---|
| 11 | paramtext="titre" la colonne affiche dans le selecteur |
---|
| 12 | paramdefaut="" le parametre par defaut eventuel |
---|
| 13 | --> |
---|
| 14 | <gabarit type="defaut"> |
---|
| 15 | |
---|
| 16 | <!-- contexte 1 --> |
---|
| 17 | <bloc statut="1">bloc_libre_sommaire</bloc> |
---|
| 18 | |
---|
| 19 | <!-- contexte 2 --> |
---|
| 20 | <bloc statut="2" param="1,3,5,10" paramdefaut="3" paramdescr="nombre_liens_affiches">derniers-liens</bloc> |
---|
| 21 | <bloc statut="2" param="1,3,5,10" paramdefaut="3" paramdescr="nombre_forums_affiches">derniers-forums</bloc> |
---|
| 22 | <bloc statut="2">rechercher</bloc> |
---|
| 23 | <bloc statut="2">feed</bloc> |
---|
| 24 | |
---|
| 25 | <!-- corps --> |
---|
| 26 | <bloc statut="3">editorial</bloc> |
---|
| 27 | <bloc statut="3" param="1,3,5,10" paramdefaut="3" paramdescr="nombre_articles_affiches">derniers-articles</bloc> |
---|
| 28 | |
---|
| 29 | |
---|
| 30 | <!-- reserve --> |
---|
| 31 | <bloc statut="0">identification-visiteur</bloc> |
---|
| 32 | |
---|
| 33 | <bloc statut="0" param="SELECT * FROM spip_groupes_mots" paramvalue="id_groupe" paramdescr="groupe-mots-cles" paramtext="titre" paramdefaut="">menu-groupe</bloc> |
---|
| 34 | <bloc statut="0" param="flv_lecteur_flash,tous_popup" paramdefaut="tous_popup" paramdescr="type_de_video">video-hasard</bloc> |
---|
| 35 | <bloc statut="0">image-hasard</bloc> |
---|
| 36 | <bloc statut="0" param="1,2,3,4,5,6,news-sticker" paramdefaut="3" paramdescr="nombre_news_affichees">news</bloc> |
---|
| 37 | <bloc statut="0" param="1,3,5,10,simple_3,simple_5,simple_10" paramdefaut="3" paramdescr="nombre_articles">rubriques-une</bloc> |
---|
| 38 | <bloc statut="0" param="simple" paramdefaut="simple" paramdescr="Parametres">articles-une</bloc> |
---|
| 39 | |
---|
| 40 | <!-- blocs avance --> |
---|
| 41 | <bloc statut="4">menu-langues</bloc> |
---|
| 42 | <bloc statut="4" paramdescr="plugin_spip-listes">abo-newsletter</bloc> |
---|
| 43 | <bloc statut="4" param="1,2,3,4,5,6,7,8,9,10" paramdefaut="5" paramdescr="nombre_playlist">bloc_sons_hasard_branche</bloc> |
---|
| 44 | <bloc statut="4" param="1,2,3,4,5,6,news-sticker" paramdefaut="3" paramdescr="nombre_breves_affichees">liste-breves-sommaire</bloc> |
---|
| 45 | </gabarit> |
---|