Changeset 37342 in spip-zone
- Timestamp:
- Apr 16, 2010, 10:19:57 PM (11 years ago)
- Location:
- _plugins_/panosalado
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/panosalado/CHANGEMENTS.txt
r34097 r37342 1 * 0.3.1 (11/12/2009) : 1 * 0.3.2 (16/4/2010) : 2 - ajout de la transparence pour ne pas masquer des éléments utiles 3 4 * 0.3.1 (1/1/2010) : 2 5 - correction d'un nom de variable 3 6 -
_plugins_/panosalado/modeles/panosalado.html
r34097 r37342 303 303 <script type="text/javascript"> 304 304 var so = new SWFObject("#URL_SITE_SPIP/plugins/panosalado/scripts/ModuleLoader.swf?xml=<?php echo $ps_nompanoweb; ?>", "pano", "#ENV{largeur,400}", "#ENV{hauteur,250}", "9", "#000000"); 305 so.addParam("allowFullScreen","<?php echo $ps_pleinecran; ?>"); 306 so.addParam("allowScriptAccess","sameDomain"); 305 so.addParam("allowFullScreen", "<?php echo $ps_pleinecran; ?>"); 306 so.addParam("allowScriptAccess", "sameDomain"); 307 so.addParam("wmode", "transparent"); 307 308 so.write("flashcontent"); 308 309 </script> -
_plugins_/panosalado/plugin.xml
r34097 r37342 2 2 <nom>Panosalado Modele</nom> 3 3 <auteur>Franck Barbenoire</auteur> 4 <version>0.3. 1</version>4 <version>0.3.2</version> 5 5 <etat>dev</etat> 6 6 <description> 7 Ce plugin propose un modèle permettant d'afficher un panorama .7 Ce plugin propose un modèle permettant d'afficher un panorama à l'aide de Panosalado. 8 8 </description> 9 9 <licence>GNU/GPL</licence>
Note: See TracChangeset
for help on using the changeset viewer.