Browse Source

Afficher #CREDITS

git-svn-id: svn://zone.spip.net/spip-zone/_plugins_/figure@102667 ac52e18a-acf5-0310-9fe8-c4428f23b10a
master
tetue 6 years ago
parent
commit
f0bd7f9d47
  1. 1
      modeles/application.html
  2. 1
      modeles/audio.html
  3. 3
      modeles/doc_legende.html
  4. 2
      modeles/image.html
  5. 1
      modeles/spipdoc.html
  6. 1
      modeles/text.html
  7. 1
      modeles/text_html.html
  8. 1
      modeles/video.html
  9. 2
      plugin.xml

1
modeles/application.html

@ -45,6 +45,7 @@ style='[(#ENV{align}|match{^(left|right)$}|oui)float:#ENV{align};] (#ENV{align,c
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
</figure>
]]

1
modeles/audio.html

@ -15,6 +15,7 @@
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
[<script>/*<!\[CDATA\[*/var mejspath='[(#CHEMIN{lib/mejs/mediaelement-and-player.min.js}|timestamp)]',mejscss='[(#CHEMIN{lib/mejs/mediaelementplayer.min.css}|timestamp)]';
(#INCLURE{javascript/mejs-init.min.js})/*\]\]>*/</script>]

3
modeles/doc_legende.html

@ -32,6 +32,7 @@
<span class='taille'>[(#LARGEUR|ou{#HAUTEUR}|oui)[
(#VAL{info_largeur_vignette}|_T{#ARRAY{largeur_vignette,#LARGEUR,hauteur_vignette,#HAUTEUR}})
] - ][(#TAILLE|taille_en_octets|attribut_html)]</span>
</ficaption>
[<small>(#CREDITS)</small>
]</ficaption>
</figure>
</BOUCLE_doc>

2
modeles/image.html

@ -27,6 +27,7 @@ equivalent a un <docXX> pour une image en mode image
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'[ style='width:(#GET{width}|min{350}|max{120})px;']>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
</figure>
][
@ -47,6 +48,7 @@ style='[(#ENV{align}|match{^(left|right)$}|?{' '})float:#ENV{align};] (#ENV{alig
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
</figure>]
</BOUCLE_tous>

1
modeles/spipdoc.html

@ -40,6 +40,7 @@
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'[ style='width:(#GET{width}|min{350}|max{120})px;']>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
</figure>

1
modeles/text.html

@ -4,6 +4,7 @@
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
</figure>
]</BOUCLE_tous>

1
modeles/text_html.html

@ -4,6 +4,7 @@
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
</figure>
]</BOUCLE_tous>

1
modeles/video.html

@ -41,6 +41,7 @@
<figcaption class='#EDIT{descriptif} spip_doc_descriptif'>[
<strong class='#EDIT{titre} spip_doc_titre'>(#TITRE)</strong>]
[(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
][<small>(#CREDITS)</small>
]</figcaption>
[<script>/*<!\[CDATA\[*/var mejspath='[(#CHEMIN{lib/mejs/mediaelement-and-player.min.js}|timestamp)]',mejscss='[(#CHEMIN{lib/mejs/mediaelementplayer.min.css}|timestamp)]';
(#INCLURE{javascript/mejs-init.min.js})/*\]\]>*/</script>]

2
plugin.xml

@ -3,7 +3,7 @@
<prefix>figure</prefix>
<icon>figure.png</icon>
<version>0.2.0</version>
<version>0.2.1</version>
<etat>dev</etat>
<categorie>multimedia</categorie>

Loading…
Cancel
Save