[80] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <!-- |
---|
| 3 | statut : reserve : 0, contexte1 : 1, contexte 2: 2, corps: 3 |
---|
| 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">menu-langues</bloc> |
---|
| 18 | <bloc statut="1">rechercher</bloc> |
---|
| 19 | <bloc statut="1">feed</bloc> |
---|
| 20 | <!-- contexte 2 --> |
---|
| 21 | |
---|
| 22 | <!-- corps --> |
---|
| 23 | <bloc statut="3">recherche-head</bloc> |
---|
| 24 | <bloc statut="3">recherche-articles</bloc> |
---|
| 25 | <bloc statut="3">recherche-rubriques</bloc> |
---|
| 26 | <bloc statut="3">recherche-mots</bloc> |
---|
| 27 | <bloc statut="3">recherche-documents</bloc> |
---|
| 28 | <bloc statut="3">recherche-liens</bloc> |
---|
| 29 | |
---|
| 30 | <!-- reserve --> |
---|
| 31 | <bloc statut="0" param="1,2,3,4,5,6,news-sticker" paramdefaut="3" paramdescr="nombre_news_affichees">news</bloc> |
---|
| 32 | <bloc statut="0" param="1,3,5,10" paramdefaut="3" paramdescr="nombre_articles_affiches">derniers-articles</bloc> |
---|
| 33 | <bloc statut="0" param="1,3,5,10" paramdefaut="3" paramdescr="nombre_forums_affiches">derniers-forums</bloc> |
---|
| 34 | <bloc statut="0" param="1,3,5,10" paramdefaut="3" paramdescr="nombre de liens affiches">derniers-liens</bloc> |
---|
| 35 | <bloc statut="0">abo-newsletter</bloc> |
---|
| 36 | <bloc statut="0" param="1,2,3,4,5,6,7,8,9,10" paramdefaut="5" paramdescr="nombre_playlist">bloc_sons_hasard_branche</bloc> |
---|
| 37 | |
---|
| 38 | </gabarit> |
---|