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

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

version 2.3.0

File size: 13.7 KB
Line 
1<div class="titrePage">
2        <h2>stripped Theme v{$options.paramVersion} 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">{'Interface style'|@translate}</span>&nbsp;
12                                        <select name="f_themeStyle" style="min-width:150px;">
13                                                <option value="original" {if ($options.themeStyle=="original")}selected{/if}>original</option>
14                                                <option value="black" {if ($options.themeStyle=="black")}selected{/if}>black</option>
15                                                <option value="white" {if ($options.themeStyle=="white")}selected{/if}>white</option>
16                                        </select>
17                                </label></li>
18                                <li><label>
19                                        <span class="property">{'Hide menu by default on category page'|@translate}</span>&nbsp;
20                                        <input type="checkbox" name="f_hideMenu" {if $options.hideMenu}checked{/if}>
21                                </label></li>
22                                <li><label>
23                                        <span class="property">{'Animate menu'|@translate}</span>&nbsp;
24                                        <input type="checkbox" name="f_animatedMenu" {if $options.animatedMenu}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">{'Album list layout'|@translate}</span>&nbsp;
32                                        <select name="f_albumType" style="min-width:150px;">
33                                                <option value="small" {if ($options.albumType=="small")}selected{/if}>{'5 albums per row (no album description)'|@translate}</option>
34                                                <option value="3perline" {if ($options.albumType=="3perline")}selected{/if}>{'3 albums per row (description below thumbnail)'|@translate}</option>
35                                                <option value="2perline" {if ($options.albumType=="2perline")}selected{/if}>{'2 albums per row (description beside thumbnail)'|@translate}</option>
36                                                <option value="1perline" {if ($options.albumType=="1perline")}selected{/if}>{'1 album per row (description beside thumbnail)'|@translate}</option>
37                                        </select>
38                                </label></li>
39                                <li><label>
40                                        <span class="property">{'Display frame around albums'|@translate}</span>&nbsp;
41                                        <input type="checkbox" name="f_albumFrame" {if $options.albumFrame}checked{/if}>
42                                </label></li>
43                                <li><label>
44                                        <span class="property">{'Display frame around thumbnails'|@translate}</span>&nbsp;
45                                        <input type="checkbox" name="f_thumbFrame" {if $options.thumbFrame}checked{/if}>
46                                </label></li>
47                                <li><label>
48                                        <span class="property">{'Show thumbnail caption'|@translate}</span>&nbsp;
49                                        <input type="checkbox" name="f_showThumbLegend" {if $options.showThumbLegend}checked{/if}>
50                                </label></li>
51                        </ul>
52                </fieldset>
53                <fieldset>
54                        <legend>{'Picture page options'|@translate}</legend>
55                        <ul>
56                                <li><label>
57                                        <span class="property">{'Show image title on top of the page (after browse path)'|@translate}</span>&nbsp;
58                                        <input type="checkbox" name="f_showTitleOnBrowsePath" {if $options.showTitleOnBrowsePath}checked{/if}>
59                                </label></li>
60                                <li><label>
61                                        <span class="property">{'Display frame around image'|@translate}</span>&nbsp;
62                                        <input type="checkbox" name="f_imageFrame" {if $options.imageFrame}checked{/if}>
63                                </label></li>
64                                <li><label>
65                                        <span class="property">{'Use navigation arrows on picture'|@translate}</span>&nbsp;
66                                        <input type="checkbox" name="f_imageArrows" {if $options.imageArrows}checked{/if}>
67                                </label></li>
68                                <li><label>
69                                        <span class="property">{'Use navigation arrows outside picture'|@translate}</span>&nbsp;
70                                        <input type="checkbox" name="f_navArrows" {if $options.navArrows}checked{/if}>
71                                </label></li>
72                                <li><label>
73                                        <span class="property">{'Property to display below picture'|@translate}</span>&nbsp;
74                                        <select name="f_imageCaption" style="min-width:150px;">
75                                                <option value="none">-----</option>
76                                                <option value="title" {if ($options.imageCaption=="title")}selected{/if}>{'Title'|@translate}</option>
77                                                <option value="description" {if ($options.imageCaption=="description")}selected{/if}>{'Description'|@translate}</option>
78                                        </select>
79                                </label></li>
80                                <li><label>
81                                        <span class="property">{'Activate HD picture lightbox'|@translate}</span>&nbsp;
82                                        <input type="checkbox" name="f_HDlightbox" {if ($options.HDlightbox)}checked{/if}>
83                                </label></li>
84                                <li><label>
85                                        <span class="property">{'HD picture default display'|@translate}</span>&nbsp;
86                                        <select name="f_defaultZoomSize" style="min-width:150px;">
87                                                <option value="fit" {if ($options.defaultZoomSize=="fit")}selected{/if}>{'fit to screen'|@translate}</option>
88                                                <option value="full" {if ($options.defaultZoomSize=="full")}selected{/if}>{'full size'|@translate}</option>
89                                        </select>
90                                </label></li>
91                                <li><label>
92                                        <span class="property">{'Default tab to be displayed'|@translate}</span>&nbsp;
93                                        <select name="f_defaultTab" style="min-width:150px;">
94                                                <option value="none">-----</option>
95                                                <option value="last" {if ($options.defaultTab=="last")}selected{/if}>{'Last displayed'|@translate}</option>
96                                                <option value="caption" {if ($options.defaultTab=="caption")}selected{/if}>{'Description'|@translate}</option>
97                                                <option value="tags" {if ($options.defaultTab=="tags")}selected{/if}>{'Tags'|@translate}</option>
98                                                <option value="meta0" {if ($options.defaultTab=="meta0")}selected{/if}>{'Metadata'|@translate}</option>
99                                                <option value="info" {if ($options.defaultTab=="info")}selected{/if}>{'Informations'|@translate}</option>
100                                                <option value="comments" {if ($options.defaultTab=="comments")}selected{/if}>{'Comments'|@translate}</option>
101                                        </select>
102                                </label></li>
103                                <li><label>
104                                        <span class="property">{'Animate tabs on picture page'|@translate}</span>&nbsp;
105                                        <input type="checkbox" name="f_animatedTabs" {if $options.animatedTabs}checked{/if}>
106                                </label></li>
107                                <li><label>
108                                        <span class="property">{'Show Information tab only to admins'|@translate}</span>&nbsp;
109                                        <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}>
110                                </label></li>
111                        </ul>
112                </fieldset>
113                <fieldset>
114                        <legend>{'Photo sizes'|@translate}</legend>
115                        <ul>
116                                <li><label>
117                                        <span class="property">{'Album thumbnail size'|@translate}</span>&nbsp;
118                                        <select name="f_albumSize" style="min-width:150px;">
119                                                <option value="square" {if ($options.albumSize=="square")}selected{/if}>{'square'|@translate}</option>
120                                                <option value="thumb" {if ($options.albumSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
121                                                <option value="2small" {if ($options.albumSize=="2small")}selected{/if}>{'2small'|@translate}</option>
122                                                <option value="xsmall" {if ($options.albumSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
123                                                <option value="small" {if ($options.albumSize=="small")}selected{/if}>{'small'|@translate}</option>
124                                                <option value="medium" {if ($options.albumSize=="medium")}selected{/if}>{'medium'|@translate}</option>
125                                                <option value="large" {if ($options.albumSize=="large")}selected{/if}>{'large'|@translate}</option>
126                                                <option value="xlarge" {if ($options.albumSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
127                                                <option value="xxlarge" {if ($options.albumSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
128                                        </select>
129                                </label></li>
130                                <li><label>
131                                        <span class="property">{'Thumbnail size'|@translate}</span>&nbsp;
132                                        <select name="f_thumbSize" style="min-width:150px;">
133                                                <option value="square" {if ($options.thumbSize=="square")}selected{/if}>{'square'|@translate}</option>
134                                                <option value="thumb" {if ($options.thumbSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
135                                                <option value="2small" {if ($options.thumbSize=="2small")}selected{/if}>{'2small'|@translate}</option>
136                                                <option value="xsmall" {if ($options.thumbSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
137                                                <option value="small" {if ($options.thumbSize=="small")}selected{/if}>{'small'|@translate}</option>
138                                                <option value="medium" {if ($options.thumbSize=="medium")}selected{/if}>{'medium'|@translate}</option>
139                                                <option value="large" {if ($options.thumbSize=="large")}selected{/if}>{'large'|@translate}</option>
140                                                <option value="xlarge" {if ($options.thumbSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
141                                                <option value="xxlarge" {if ($options.thumbSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
142                                        </select>
143                                </label></li>
144                                <li><label>
145                                        <span class="property">{'Image size'|@translate}</span>&nbsp;
146                                        <select name="f_imageSize" style="min-width:150px;">
147                                                <option value="square" {if ($options.imageSize=="square")}selected{/if}>{'square'|@translate}</option>
148                                                <option value="thumb" {if ($options.imageSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
149                                                <option value="2small" {if ($options.imageSize=="2small")}selected{/if}>{'2small'|@translate}</option>
150                                                <option value="xsmall" {if ($options.imageSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
151                                                <option value="small" {if ($options.imageSize=="small")}selected{/if}>{'small'|@translate}</option>
152                                                <option value="medium" {if ($options.imageSize=="medium")}selected{/if}>{'medium'|@translate}</option>
153                                                <option value="large" {if ($options.imageSize=="large")}selected{/if}>{'large'|@translate}</option>
154                                                <option value="xlarge" {if ($options.imageSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
155                                                <option value="xxlarge" {if ($options.imageSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
156                                        </select>
157                                </label></li>
158                                <li><label>
159                                        <span class="property">{'HD Image size'|@translate}</span>&nbsp;
160                                        <select name="f_hdSize" style="min-width:150px;">
161                                                <option value="square" {if ($options.hdSize=="square")}selected{/if}>{'square'|@translate}</option>
162                                                <option value="thumb" {if ($options.hdSize=="thumb")}selected{/if}>{'thumb'|@translate}</option>
163                                                <option value="2small" {if ($options.hdSize=="2small")}selected{/if}>{'2small'|@translate}</option>
164                                                <option value="xsmall" {if ($options.hdSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option>
165                                                <option value="small" {if ($options.hdSize=="small")}selected{/if}>{'small'|@translate}</option>
166                                                <option value="medium" {if ($options.hdSize=="medium")}selected{/if}>{'medium'|@translate}</option>
167                                                <option value="large" {if ($options.hdSize=="large")}selected{/if}>{'large'|@translate}</option>
168                                                <option value="xlarge" {if ($options.hdSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option>
169                                                <option value="xxlarge" {if ($options.hdSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option>
170                                                <option value="original" {if ($options.hdSize=="original")}selected{/if}>{'original'|@translate}</option>
171                                        </select>
172                                </label></li>
173                        </ul>
174                </fieldset>
175                <fieldset>
176                        <legend>{'Image autosize options'|@translate}</legend>
177                        <ul>
178                                <li><label>
179                                        <span class="property" >{'Resize image to fit window'|@translate}</span>&nbsp;
180                                        <input type="checkbox" name="f_imageAutosize" {if $options.imageAutosize}checked{/if}>
181                                </label></li>
182                        </ul>
183                        <fieldset style="width:80%; margin:auto;">
184                                <ul>
185                                        <li>
186                                                <label for="imageAutosizeMargin"><span class="property">{'Additional bottom margin after resize'|@translate}</span>&nbsp;</label>
187                                                <input type="text" id="imageAutosizeMargin" name="f_imageAutosizeMargin" size="1" maxlength="3" value="{$options.imageAutosizeMargin}" style="text-align:center;">&nbsp;px
188                                        </li>
189                                        <li>
190                                                <label for="imageAutosizeMinHeight"><span class="property">{'Minimum image height after resize'|@translate}</span>&nbsp;</label>
191                                                <input type="text" id="imageAutosizeMinHeight" name="f_imageAutosizeMinHeight" size="1" maxlength="3" value="{$options.imageAutosizeMinHeight}" style="text-align:center;">&nbsp;px
192                                        </li>
193                                </ul>
194                        </fieldset>
195                </fieldset>
196                <fieldset>
197                        <legend>{'Image preloading options'|@translate}</legend>
198                        <ul>
199                                <li><label>
200                                        <span class="property" >{'Activate image preloading'|@translate}</span>&nbsp;
201                                        <input type="checkbox" name="f_imagePreload" {if $options.imagePreload}checked{/if}>
202                                </label></li>
203                        </ul>
204                        <fieldset style="width:80%; margin:auto;">
205                                <ul>
206                                        <li><label>
207                                                <span class="property">{'On picture page, number of next images to preload'|@translate}</span>&nbsp;
208                                                <select name="f_imagePreloadNb" style="min-width:150px;">
209                                                        <option value=1 {if ($options.imagePreloadNb==1)}selected{/if}>1</option>
210                                                        <option value=2 {if ($options.imagePreloadNb==2)}selected{/if}>2</option>
211                                                        <option value=3 {if ($options.imagePreloadNb==3)}selected{/if}>3</option>
212                                                        <option value=4 {if ($options.imagePreloadNb==4)}selected{/if}>4</option>
213                                                        <option value=5 {if ($options.imagePreloadNb==5)}selected{/if}>5</option>
214                                                        <option value=6 {if ($options.imagePreloadNb==6)}selected{/if}>6</option>
215                                                        <option value=7 {if ($options.imagePreloadNb==7)}selected{/if}>7</option>
216                                                        <option value=8 {if ($options.imagePreloadNb==8)}selected{/if}>8</option>
217                                                        <option value=9 {if ($options.imagePreloadNb==9)}selected{/if}>9</option>
218                                                        <option value=10 {if ($options.imagePreloadNb==10)}selected{/if}>10</option>
219                                                </select>
220                                        </label></li>
221                                        <li><label>
222                                                <span class="property">{'Preload images on thumbnails page'|@translate}</span>&nbsp;
223                                                <input type="checkbox" name="f_imagePreloadThumbs" {if $options.imagePreloadThumbs}checked{/if}>
224                                        </label></li>
225                                </ul>
226                        </fieldset>
227                </fieldset>
228        </div>
229        <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit_stripped" /></p>
230</form>
Note: See TracBrowser for help on using the repository browser.