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

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

Removed unused elements

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