source: extensions/Flash_Gallery/modules/ZenGallery/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.3 KB
Line 
1<?php
2echo '<gallery>
3        <settings>
4                <frameSize>'.$module['ext_datas']['frameSize'].'</frameSize>
5                <frameColor>'.$module['ext_datas']['frameColor'].'</frameColor>
6                <cornerRadius>'.$module['ext_datas']['cornerRadius'].'</cornerRadius>
7                <backgroundColor>'.$module['ext_datas']['backgroundColor'].'</backgroundColor>
8                <initialState>'.$module['ext_datas']['initialState'].'</initialState>
9                <showCaption>'.$module['ext_datas']['showCaption'].'</showCaption>
10                <captionBackgroundAlpha>'.$module['ext_datas']['captionBackgroundAlpha'].'</captionBackgroundAlpha>
11                <captionBackgroundCornerRadius>'.$module['ext_datas']['captionBackgroundCornerRadius'].'</captionBackgroundCornerRadius>
12                <buttonsBackgroundAlpha>'.$module['ext_datas']['buttonsBackgroundAlpha'].'</buttonsBackgroundAlpha>
13                <buttonsBackgroundCornerRadius>'.$module['ext_datas']['buttonsBackgroundCornerRadius'].'</buttonsBackgroundCornerRadius>
14                <showButtons>'.$module['ext_datas']['showButtons'].'</showButtons>
15                <showAlbumsButton>'.($module['ext_datas']['showAlbumsButton'] ? "true" : "false").'</showAlbumsButton>
16                <showThumbnailsButton>'.($module['ext_datas']['showThumbnailsButton'] ? "true" : "false").'</showThumbnailsButton>
17                <showSlideshowButton>'.($module['ext_datas']['showSlideshowButton'] ? "true" : "false").'</showSlideshowButton>
18                <showNavigationButton>'.($module['ext_datas']['showNavigationButton'] ? "true" : "false").'</showNavigationButton>
19                <rotationDirection>'.$module['ext_datas']['rotationDirection'].'</rotationDirection>
20                <rotationDuration>'.$module['ext_datas']['rotationDuration'].'</rotationDuration>
21                <panelBackgroundAlpha>'.$module['ext_datas']['panelBackgroundAlpha'].'</panelBackgroundAlpha>
22                <iconWidth>'.$module['ext_datas']['iconWidth'].'</iconWidth>
23                <iconHeight>'.$module['ext_datas']['iconHeight'].'</iconHeight>
24                <iconPadding>'.$module['ext_datas']['iconPadding'].'</iconPadding>
25                <imageScaleMode>'.$module['ext_datas']['imageScaleMode'].'</imageScaleMode>
26                <overSound></overSound>
27                <clickSound></clickSound>       
28                <useEmbeddedFont>'.($module['ext_datas']['useEmbeddedFont'] ? "true" : "false").'</useEmbeddedFont>
29                <fontName>'.$module['ext_datas']['fontName'].'</fontName>
30                <fontSize>'.$module['ext_datas']['fontSize'].'</fontSize>
31        </settings>
32<albums>
33';
34?>
Note: See TracBrowser for help on using the repository browser.