source: trunk/spip/2.1/extensions/magusine-portage2.1/squelettes/modeles/diaporama_article.html @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 916 bytes
Line 
1<!--
2exemple d'utilisation du diaporama
3<diaporama_article|hauteur=200|transition=fade|boutons=true|couleurfond=ffffff|couleurecran=ffffff|couleuravant=000000|duree=8|shuffle=true>
4-->
5<div class="slideshow">
6<embed 
7src="#CHEMIN{swf/imagerotator.swf}" 
8width="[(#ENV{largeur}|sinon{300})]"
9height="[(#ENV{hauteur}|sinon{200})]"
10allowscriptaccess="always" 
11allowfullscreen="true" 
12flashvars="height=[(#ENV{hauteur}|sinon{200})]&width=[(#ENV{largeur}|sinon{300})]&file=spip.php%3Fpage%3Dxml_diaporama_article[%26id_article%3D(#ENV{article})]&screencolor=0x[(#ENV{couleurecran}|sinon{ffffff})]&backcolor=0x[(#ENV{couleurfond}|sinon{ffffff})]&frontcolor=0x[(#ENV{couleuravant}|sinon{000000})]&transition=[(#ENV{transition}|sinon{flash})]&overstretch=[(#ENV{overstretch}|sinon{true})]&rotatetime=[(#ENV{duree}|sinon{8})]&shownavigation=[(#ENV{boutons}|sinon{true})]&shuffle=[(#ENV{shuffle}|sinon{false})]" 
13/>
14
15</div>
16
Note: See TracBrowser for help on using the repository browser.