source: extensions/Flash_Gallery/modules/PostCard/xml/header.xml.php

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

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

File size: 2.3 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                                                        screenfullButton="'.$module['ext_datas']['screenfullButton'].'"/>
14            <music_property path="" stream="true" loop="true"/>
15            <description_property       enable="false"
16                                                                        backgroundColor="'.$module['ext_datas']['DbackgroundColor'].'"
17                                                                        backgroundAlpha="'.$module['ext_datas']['backgroundAlpha'].'"
18                                                                        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;}"
19                                                                        align="bottom"/>
20            <background_property backgroundColor="'.$module['ext_datas']['BbackgroundColor'].'"
21                                                                 mode="tile"/>
22        </global>
23        <photo>
24            <basic_property PhotoMaxWidth="'.$module['ext_datas']['PhotoMaxWidth'].'"
25                                                        PhotoMaxHeight="'.$module['ext_datas']['PhotoMaxHeight'].'"
26                                                        photoscale="'.$module['ext_datas']['photoscale'].'"
27                                                        photoBackColor="'.$module['ext_datas']['photoBackColor'].'"
28                                                        Enableoutsideborder="'.$module['ext_datas']['Enableoutsideborder'].'"
29                                                        outsidebordercolor="'.$module['ext_datas']['outsidebordercolor'].'"
30                                                        photoButtonColor="'.$module['ext_datas']['photoButtonColor'].'"
31                                                        photoSpacing="'.$module['ext_datas']['photoSpacing'].'"
32                                                        photoborder="'.$module['ext_datas']['photoborder'].'"
33                                                        rowcount="'.$module['ext_datas']['rowcount'].'"
34                                                        columncount="'.$module['ext_datas']['columncount'].'"
35                                                        EnablephotoTitle="'.$module['ext_datas']['EnablephotoTitle'].'"
36                                                        photoTitleColor="'.$module['ext_datas']['photoTitleColor'].'"
37                                                        Enablephotorotation="'.$module['ext_datas']['Enablephotorotation'].'"/>
38        </photo>
39    </preferences>
40    <album>'
41;
42echo "\n";
43?>
Note: See TracBrowser for help on using the repository browser.