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

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

[extension] stripped - version 1.3.0

File size: 3.6 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                        </ul>
27                </fieldset>
28                <fieldset>
29                        <legend>{'Picture page options'|@translate}</legend>
30                        <ul>
31                                <li><label>
32                                        <span class="property">{'Show image title on top of the page (after browse path)'|@translate}</span>&nbsp;
33                                        <input type="checkbox" name="f_showTitleOnBrowsePath" {if $options.showTitleOnBrowsePath}checked{/if}>
34                                </label></li>
35                                <li><label>
36                                        <span class="property">{'Show description instead of title below image'|@translate}</span>&nbsp;
37                                        <input type="checkbox" name="f_showDescriptionInsteadOfTitle" {if $options.showDescriptionInsteadOfTitle}checked{/if}>
38                                </label></li>
39                                <li><label>
40                                        <span class="property">{'Use arrows instead of navigation thumbnails'|@translate}</span>&nbsp;
41                                        <input type="checkbox" name="f_useNavigationArrows" {if $options.useNavigationArrows}checked{/if}>
42                                </label></li>
43                                <li><label>
44                                        <span class="property">{'Show Information tab only to admins'|@translate}</span>&nbsp;
45                                        <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}>
46                                </label></li>
47                        </ul>
48                </fieldset>
49                <fieldset>
50                        <legend>{'Image autosize options'|@translate}</legend>
51                        <ul>
52                                <li><label>
53                                        <span class="property" >{'Resize image to fit window'|@translate}</span>&nbsp;
54                                        <input type="checkbox" name="f_imageAutosize" {if $options.imageAutosize}checked{/if}>
55                                </label></li>
56                        </ul>
57                        <fieldset style="width:80%; margin:auto;">
58                                <ul>
59                                        <li><label>
60                                                <span class="property">{'Include title after resize'|@translate}</span>&nbsp;
61                                                <input type="checkbox" name="f_imageAutosizeTitle" {if $options.imageAutosizeTitle}checked{/if}>
62                                        </label></li>
63                                        <li>
64                                                <label for="imageAutosizeMargin"><span class="property">{'Additional bottom margin after resize'|@translate}</span>&nbsp;</label>
65                                                <input type="text" id="imageAutosizeMargin" name="f_imageAutosizeMargin" size="1" maxlength="3" value="{$options.imageAutosizeMargin}" style="text-align:center;">&nbsp;px
66                                        </li>
67                                        <li>
68                                                <label for="imageAutosizeMinHeight"><span class="property">{'Minimum image height after resize'|@translate}</span>&nbsp;</label>
69                                                <input type="text" id="imageAutosizeMinHeight" name="f_imageAutosizeMinHeight" size="1" maxlength="3" value="{$options.imageAutosizeMinHeight}" style="text-align:center;">&nbsp;px
70                                        </li>
71                                </ul>
72                        </fieldset>
73                </fieldset>
74        </div>
75        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit_stripped" /></p>
76</form>
Note: See TracBrowser for help on using the repository browser.