source: extensions/Flash_Gallery/modules/Carousel/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: 3.5 KB
RevLine 
[3531]1<?php
2echo '
3<!-- fhShow Carousel 2.0 configuration file
4     Please visit http://www.flshow.net/ -->
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 
13        <margins>
14            <top>'.$module['ext_datas']['top'].'</top>                                <!-- [-1000,1000] pixels -->
15            <left>'.$module['ext_datas']['left'].'</left>                              <!-- [-1000,1000] pixels -->
16            <bottom>'.$module['ext_datas']['bottom'].'</bottom>                          <!-- [-1000,1000] pixels -->
17            <right>'.$module['ext_datas']['right'].'</right>                            <!-- [-1000,1000] pixels -->
18            <horizontal_ratio>'.$module['ext_datas']['horizontal_ratio'].'%</horizontal_ratio>    <!-- [1,50] a photo may occupy at most horizontalRatio percent of the Carousel width -->
19            <vertical_ratio>'.$module['ext_datas']['vertical_ratio'].'%</vertical_ratio>        <!-- [1,100] a photo may occupy at most verticalRatio percent of the Carousel height -->
20        </margins>
21 
22        <interaction>
23            <rotation>'.$module['ext_datas']['rotation'].'</rotation>            <!-- auto, mouse, keyboard -->
24            <view_point>'.$module['ext_datas']['view_point'].'</view_point>        <!-- none, mouse, keyboard -->
25            <speed>'.$module['ext_datas']['speed'].'</speed>                     <!-- [-360,360] degrees per second -->
26 
27            <default_speed>'.$module['ext_datas']['default_speed'].'</default_speed>             <!-- [-360,360] degrees per second -->
28            <default_view_point>'.$module['ext_datas']['default_view_point'].'%</default_view_point>  <!-- [0,100] percentage -->
29            <reset_delay>'.$module['ext_datas']['reset_delay'].'</reset_delay>                 <!-- [0,600] seconds, 0 means never reset -->
30        </interaction>
31 
32        <far_photos>
33            <size>'.$module['ext_datas']['size'].'%</size>                  <!-- [0,100] percentage -->
34            <amount>'.$module['ext_datas']['amount'].'%</amount>              <!-- [0,100] percentage -->
35            <blur>'.$module['ext_datas']['blur'].'</blur>                   <!-- [0,100] amount -->
36            <blur_quality>'.$module['ext_datas']['blur_quality'].'</blur_quality>    <!-- [1,3] 1=low - 3=high -->
37        </far_photos>
38 
39        <reflection>
40            <amount>'.$module['ext_datas']['amountRef'].'</amount>      <!-- [0,1000] pixels -->
41            <blur>'.$module['ext_datas']['blurRef'].'</blur>            <!-- [0,100] blur amount -->
42            <distance>'.$module['ext_datas']['distance'].'</distance>    <!-- [-1000,1000] pixels -->
43            <alpha>'.$module['ext_datas']['alpha'].'%</alpha>        <!-- [0,100] percentage -->
44        </reflection>
45 
46        <titles>
47                               
48       
49            <style>font-size: '.$module['ext_datas']['font_size'].'px; font-family: '.$module['ext_datas']['font_family'].', _serif; color: '.$module['ext_datas']['font_color'].';</style>
50            <position>'.$module['ext_datas']['position1'].' '.$module['ext_datas']['position2'].'</position>           <!-- [above, below] [left,center,right]-->
51         </titles>
52    </options>
53
54';
55?>
56
57
58
Note: See TracBrowser for help on using the repository browser.