source: extensions/Flash_Gallery/modules/PhotoStack2/xml/header.xml.php @ 3531

Last change on this file since 3531 was 3531, checked in by tiico, 15 years ago

First revision (for testing)
Only in French (translation to be done)

File size: 2.1 KB
Line 
1<?php
2echo '<?xml version="1.0" encoding="UTF-8" ?>';
3echo "\n";
4echo '<flash_parameters copyright="piwigo">
5    <preferences>
6        <global>
7           <basic_property html_title="'.$module['ext_datas']['html_title'].'"
8                                                        loadStyle="Pie" hideAdobeMenu="false"
9                                                        photoDynamicShow="'.$module['ext_datas']['photoDynamicShow'].'"
10                                                        anvsoftMenu="false"
11                                                        enableURL="'.$module['ext_datas']['enableURL'].'"
12                                                        startAutoPlay="'.$module['ext_datas']['startAutoPlay'].'" />
13            <music_property path="" stream="true" loop="true"/>
14            <description_property       enable="false"
15                                                                        backgroundColor="'.$module['ext_datas']['DbackgroundColor'].'"
16                                                                        backgroundAlpha="'.$module['ext_datas']['backgroundAlpha'].'"
17                                                                        cssText="a:link{text-decoration: underline;} a:hover{color:#ff0000; text-decoration: none;} a:active{color:#0000ff;text-decoration: none;} .blue {color:#0000ff; font-size:15px; font-style:italic; text-decoration: underline;} .body{color:#ff5500;font-size:20px;}"
18                                                                        align="bottom"/>
19            <background_property backgroundColor="'.$module['ext_datas']['BbackgroundColor'].'"
20                                                                 mode="tile"/>
21        </global>
22        <photo>
23            <basic_property PhotoMaxWidth="'.$module['ext_datas']['PhotoMaxWidth'].'"
24                                                        PhotoMaxHeight="'.$module['ext_datas']['PhotoMaxHeight'].'"
25                                                        photoborder="'.$module['ext_datas']['photoborder'].'"
26                                                        photoBackColor="'.$module['ext_datas']['photoBackColor'].'"
27
28                                                        photolineColor="'.$module['ext_datas']['photolineColor'].'"
29                                                        photoButtonColor="'.$module['ext_datas']['photoButtonColor'].'"
30                                                        pagedirection="'.$module['ext_datas']['pagedirection'].'"
31                                                        rotationangle="'.$module['ext_datas']['rotationangle'].'"
32                                                        pageSpeed="'.$module['ext_datas']['pageSpeed'].'"
33                                                        waitTime="'.$module['ext_datas']['waitTime'].'"
34
35                                                        EnablephotoTitle="'.$module['ext_datas']['EnablephotoTitle'].'"
36                                                        photoTitleColor="'.$module['ext_datas']['photoTitleColor'].'"/>
37        </photo>
38    </preferences>
39    <album>'
40;
41echo "\n";
42?>
Note: See TracBrowser for help on using the repository browser.