Browse Source
Passage en div pour ne pas tout avoir sur la même ligne. ajout des classes * spip_doc_caption (pour l'instant stylé en dur mais ça devrait être fait par CSS externe) * spip_doc_credit Je n'ai pas touché à doc_legende.html (c'est utilisé quand ?) git-svn-id: svn://zone.spip.net/spip-zone/_plugins_/figure@103510 ac52e18a-acf5-0310-9fe8-c4428f23b10amaster
9 changed files with 16 additions and 41 deletions
@ -0,0 +1,7 @@
|
||||
[(#ENV{titre}|ou{#ENV{descriptif}}|ou{#ENV{credits}}|oui) |
||||
<figcaption class='spip_doc_caption'[ style='width:(#GET{width}|min{350}|max{120})px;margin-right:auto;margin-left:auto;text-align:center;']>[ |
||||
<div class='#EDIT{titre} spip_doc_titre'><strong>(#ENV*{titre})</strong></div>] |
||||
[<div class='#EDIT{descriptif} spip_doc_descriptif'>(#ENV*{descriptif}|PtoBR)[(#NOTES|PtoBR)</div>] |
||||
][<div class='#EDIT{credit} spip_doc_credit'><small>(#ENV*{credits})</small><div> |
||||
]</figcaption>] |
||||
#FILTRE{trim} |
Loading…
Reference in new issue