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

Last change on this file since 11982 was 11982, checked in by Zaphod, 13 years ago

version 1.4.4 : new option to select default tab to be displayed

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