source: extensions/stripped/template/config.js.tpl @ 22946

Last change on this file since 22946 was 12960, checked in by Zaphod, 12 years ago

version 2.1.0

File size: 871 bytes
RevLine 
[7989]1{* template for config variables assignation *}
2{literal}
3<script type="text/javascript">
4// configuration options
5var options = { {/literal}
[12547]6        imageAutosize:{if $stripped.imageAutosize}true{else}false{/if},
7        imageAutosizeMargin:{$stripped.imageAutosizeMargin},
8        imageAutosizeMinHeight:{$stripped.imageAutosizeMinHeight},
[7989]9{if $BODY_ID=='thePicturePage'}
[12547]10        themeStyle:"{$stripped.themeStyle}",
[9960]11        animatedTabs:{if $stripped.animatedTabs}true{else}false{/if},
[11982]12        defaultTab:"{$stripped.defaultTab}",
[9960]13        marginContainer:{$stripped.marginContainer},
14        paddingContainer:{$stripped.paddingContainer},
15        defaultZoomSize:"{$stripped.defaultZoomSize}",
16        highResClickMode:"{$stripped.highResClickMode}",
[12547]17        navArrows:{if $stripped.navArrows}true{else}false{/if}
[12960]18{else}
19        animatedMenu:{if $stripped.animatedMenu}true{else}false{/if}
[7989]20{/if}
21{literal}
22}
23</script>
24{/literal}
Note: See TracBrowser for help on using the repository browser.