Dépôt officiel du core SPIP
* Anciennement présent sur svn://trac.rezo.net/spip
* Les plugins-dist faisant partie de la distribution SPIP sont présents dans https://git.spip.net/SPIP/[nom du plugin dist]
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
881 B
20 lines
881 B
<BOUCLE_afficher_contenu(RUBRIQUES){id_rubrique=#ENV{id}}{statut?}> |
|
[(#LANG|changer_typo)] |
|
<div class="champ contenu_titre[ (#TITRE*|strlen|?{'',vide})]"> |
|
<div class='label'><:info_titre:></div> |
|
<div dir='#LANG_DIR' class='#EDIT{titre} titre'>#TITRE</div> |
|
</div> |
|
<div class="champ contenu_descriptif[ (#DESCRIPTIF*|strlen|?{'',vide})]"> |
|
<div class='label'><:info_descriptif:></div> |
|
<div dir='#LANG_DIR' class='#EDIT{descriptif} descriptif'>[(#DESCRIPTIF|image_reduire{500,0})]</div> |
|
</div> |
|
<div class="champ contenu_texte[ (#TEXTE*|strlen|?{'',vide})]"> |
|
<div class='label'><:info_texte:></div> |
|
<div dir='#LANG_DIR' class='#EDIT{texte} texte'>[(#TEXTE|image_reduire{500,0})]</div> |
|
</div> |
|
[<div class="champ contenu_notes"> |
|
<div class='label'><:info_notes:></div> |
|
<div dir='#LANG_DIR' class='#EDIT{notes} notes'>(#NOTES)</div> |
|
</div>] |
|
[(#REM|changer_typo)] |
|
</BOUCLE_afficher_contenu> |