source: extensions/stripped/admin/admin.tpl @ 11490

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

version 1.3.12

File size: 4.0 KB
Line 
1<div class="titrePage">
2        <h2>stripped Theme Configuration</h2>
3</div>
4
5<form method="post" class="properties" action="" ENCTYPE="multipart/form-data" name="form" class="properties">
6        <div>
7                <fieldset>
8                        <legend>{'Interface options'|@translate}</legend>
9                        <ul>
10                                <li><label>
11                                        <span class="property">{'Hide menu by default on category page'|@translate}</span>&nbsp;
12                                        <input type="checkbox" name="f_hideMenu" {if $options.hideMenu}checked{/if}>
13                                </label></li>
14                                <li><label>
15                                        <span class="property">{'Animate menu'|@translate}</span>&nbsp;
16                                        <input type="checkbox" name="f_animatedMenu" {if $options.animatedMenu}checked{/if}>
17                                </label></li>
18                                <li><label>
19                                        <span class="property">{'Animate tabs on picture page'|@translate}</span>&nbsp;
20                                        <input type="checkbox" name="f_animatedTabs" {if $options.animatedTabs}checked{/if}>
21                                </label></li>
22                                <li><label>
23                                        <span class="property">{'Replace all icons by ALT text'|@translate}</span>&nbsp;
24                                        <input type="checkbox" name="f_replaceActionIcons" {if $options.replaceActionIcons}checked{/if}>
25                                </label></li>
26                                <li><label>
27                                        <span class="property">{'Force text to lowercase'|@translate}</span>&nbsp;
28                                        <input type="checkbox" name="f_forceLowercase" {if !($options.noLowercase)}checked{/if}>
29                                </label></li>
30                                <li><label>
31                                        <span class="property">{'Show thumbnail caption'|@translate}</span>&nbsp;
32                                        <input type="checkbox" name="f_showThumbLegend" {if $options.showThumbLegend}checked{/if}>
33                                </label></li>
34                        </ul>
35                </fieldset>
36                <fieldset>
37                        <legend>{'Picture page options'|@translate}</legend>
38                        <ul>
39                                <li><label>
40                                        <span class="property">{'Show image title on top of the page (after browse path)'|@translate}</span>&nbsp;
41                                        <input type="checkbox" name="f_showTitleOnBrowsePath" {if $options.showTitleOnBrowsePath}checked{/if}>
42                                </label></li>
43                                <li><label>
44                                        <span class="property">{'Show description instead of title below image'|@translate}</span>&nbsp;
45                                        <input type="checkbox" name="f_showDescriptionInsteadOfTitle" {if $options.showDescriptionInsteadOfTitle}checked{/if}>
46                                </label></li>
47                                <li><label>
48                                        <span class="property">{'Use arrows instead of navigation thumbnails'|@translate}</span>&nbsp;
49                                        <input type="checkbox" name="f_useNavigationArrows" {if $options.useNavigationArrows}checked{/if}>
50                                </label></li>
51                                <li><label>
52                                        <span class="property">{'Show Information tab only to admins'|@translate}</span>&nbsp;
53                                        <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}>
54                                </label></li>
55                        </ul>
56                </fieldset>
57                <fieldset>
58                        <legend>{'Image autosize options'|@translate}</legend>
59                        <ul>
60                                <li><label>
61                                        <span class="property" >{'Resize image to fit window'|@translate}</span>&nbsp;
62                                        <input type="checkbox" name="f_imageAutosize" {if $options.imageAutosize}checked{/if}>
63                                </label></li>
64                        </ul>
65                        <fieldset style="width:80%; margin:auto;">
66                                <ul>
67                                        <li><label>
68                                                <span class="property">{'Include title after resize'|@translate}</span>&nbsp;
69                                                <input type="checkbox" name="f_imageAutosizeTitle" {if $options.imageAutosizeTitle}checked{/if}>
70                                        </label></li>
71                                        <li>
72                                                <label for="imageAutosizeMargin"><span class="property">{'Additional bottom margin after resize'|@translate}</span>&nbsp;</label>
73                                                <input type="text" id="imageAutosizeMargin" name="f_imageAutosizeMargin" size="1" maxlength="3" value="{$options.imageAutosizeMargin}" style="text-align:center;">&nbsp;px
74                                        </li>
75                                        <li>
76                                                <label for="imageAutosizeMinHeight"><span class="property">{'Minimum image height after resize'|@translate}</span>&nbsp;</label>
77                                                <input type="text" id="imageAutosizeMinHeight" name="f_imageAutosizeMinHeight" size="1" maxlength="3" value="{$options.imageAutosizeMinHeight}" style="text-align:center;">&nbsp;px
78                                        </li>
79                                </ul>
80                        </fieldset>
81                </fieldset>
82        </div>
83        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit_stripped" /></p>
84</form>
Note: See TracBrowser for help on using the repository browser.