source: extensions/Flash_Gallery/modules/3DFlip/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.2 KB
Line 
1<?php
2echo '
3<!-- fhShow Flip 1.0 configuration file
4     Please visit http://www.flshow.net/ for more info -->
5 
6<slide_show>
7    <options>
8        <debug>false</debug>                <!-- true, false -->
9        <background>'.$module['ext_datas']['background'].'</background>    <!-- #RRGGBB, transparent -->
10        <friction>'.$module['ext_datas']['friction'].'</friction>              <!-- [1,100] -->
11        <fullscreen>'.($module['ext_datas']['fullscreen'] ? "true" : "false").'</fullscreen>      <!-- true, false -->
12        <fieldOfView>'.$module['ext_datas']['fieldOfView'].'</fieldOfView>       <!-- [1,179] -->
13 
14        <margins>
15            <top>'.$module['ext_datas']['top'].'</top>                    <!-- [-1000,1000] pixels -->
16            <left>'.$module['ext_datas']['left'].'</left>                  <!-- [-1000,1000] pixels -->
17            <bottom>'.$module['ext_datas']['bottom'].'</bottom>              <!-- [-1000,1000] pixels -->
18            <right>'.$module['ext_datas']['right'].'</right>                <!-- [-1000,1000] pixels -->
19        </margins>
20 
21        <interaction>
22            <flip>'.$module['ext_datas']['flip'].'</flip>                   <!-- auto, mouse, keyboard -->
23            <vertical>'.($module['ext_datas']['vertical'] ? "true" : "false").'</vertical>            <!-- true, false -->
24            <speed>'.$module['ext_datas']['speed'].'</speed>                   <!-- [-360,360] degrees per second -->
25 
26            <default_speed>'.$module['ext_datas']['default_speed'].'</default_speed>    <!-- [-360,360] degrees per second -->
27            <reset_delay>'.$module['ext_datas']['reset_delay'].'</reset_delay>        <!-- [0,600] seconds, 0 means never reset -->
28        </interaction>
29 
30        <reflection>
31            <amount>'.$module['ext_datas']['amountRef'].'</amount>      <!-- [0,1000] pixels -->
32            <blur>'.$module['ext_datas']['blurRef'].'</blur>            <!-- [0,100] blur amount -->
33            <distance>'.$module['ext_datas']['distance'].'</distance>    <!-- [-1000,1000] pixels -->
34            <alpha>'.$module['ext_datas']['alpha'].'%</alpha>        <!-- [0,100] percentage -->
35        </reflection>
36    </options>
37
38';
39?>
40
41
42
Note: See TracBrowser for help on using the repository browser.