source: extensions/stripped_responsive/admin/admin.tpl @ 29449

Last change on this file since 29449 was 29449, checked in by JanisV, 10 years ago

Initial commit

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