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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
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> |
---|
74 | <select name="f_imageCaption" style="min-width:200px;"> |
---|
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> |
---|
82 | <select name="f_lightboxOptions" style="min-width:200px;"> |
---|
83 | <option value="never" {if !($options.HDlightbox)}selected{/if}>{'never'|@translate}</option> |
---|
84 | <option value="hdonly" {if (($options.HDlightbox) &! ($options.forceLightboxOn))}selected{/if}>{'if HD picture available'|@translate}</option> |
---|
85 | <option value="always" {if (($options.HDlightbox) && ($options.forceLightboxOn))}selected{/if}>{'always'|@translate}</option> |
---|
86 | </select> |
---|
87 | </label></li> |
---|
88 | <li><label> |
---|
89 | <span class="property">{'HD picture default display'|@translate}</span> |
---|
90 | <select name="f_defaultZoomSize" style="min-width:200px;"> |
---|
91 | <option value="fit" {if ($options.defaultZoomSize=="fit")}selected{/if}>{'fit to screen'|@translate}</option> |
---|
92 | <option value="full" {if ($options.defaultZoomSize=="full")}selected{/if}>{'full size'|@translate}</option> |
---|
93 | </select> |
---|
94 | </label></li> |
---|
95 | <li><label> |
---|
96 | <span class="property">{'Default tab to be displayed'|@translate}</span> |
---|
97 | <select name="f_defaultTab" style="min-width:200px;"> |
---|
98 | <option value="none">-----</option> |
---|
99 | <option value="last" {if ($options.defaultTab=="last")}selected{/if}>{'Last displayed'|@translate}</option> |
---|
100 | <option value="caption" {if ($options.defaultTab=="caption")}selected{/if}>{'Description'|@translate}</option> |
---|
101 | <option value="tags" {if ($options.defaultTab=="tags")}selected{/if}>{'Tags'|@translate}</option> |
---|
102 | <option value="meta0" {if ($options.defaultTab=="meta0")}selected{/if}>{'Metadata'|@translate}</option> |
---|
103 | <option value="info" {if ($options.defaultTab=="info")}selected{/if}>{'Informations'|@translate}</option> |
---|
104 | <option value="comments" {if ($options.defaultTab=="comments")}selected{/if}>{'Comments'|@translate}</option> |
---|
105 | </select> |
---|
106 | </label></li> |
---|
107 | <li><label> |
---|
108 | <span class="property">{'Animate tabs on picture page'|@translate}</span> |
---|
109 | <input type="checkbox" name="f_animatedTabs" {if $options.animatedTabs}checked{/if}> |
---|
110 | </label></li> |
---|
111 | <li><label> |
---|
112 | <span class="property">{'Show Information tab only to admins'|@translate}</span> |
---|
113 | <input type="checkbox" name="f_infoTabAdminOnly" {if $options.infoTabAdminOnly}checked{/if}> |
---|
114 | </label></li> |
---|
115 | </ul> |
---|
116 | </fieldset> |
---|
117 | <fieldset> |
---|
118 | <legend>{'Photo sizes'|@translate}</legend> |
---|
119 | <ul> |
---|
120 | <li><label> |
---|
121 | <span class="property">{'Album thumbnail size'|@translate}</span> |
---|
122 | <select name="f_albumSize" style="min-width:200px;"> |
---|
123 | <option value="square" {if ($options.albumSize=="square")}selected{/if}>{'square'|@translate}</option> |
---|
124 | <option value="thumb" {if ($options.albumSize=="thumb")}selected{/if}>{'thumb'|@translate}</option> |
---|
125 | <option value="2small" {if ($options.albumSize=="2small")}selected{/if}>{'2small'|@translate}</option> |
---|
126 | <option value="xsmall" {if ($options.albumSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option> |
---|
127 | <option value="small" {if ($options.albumSize=="small")}selected{/if}>{'small'|@translate}</option> |
---|
128 | <option value="medium" {if ($options.albumSize=="medium")}selected{/if}>{'medium'|@translate}</option> |
---|
129 | <option value="large" {if ($options.albumSize=="large")}selected{/if}>{'large'|@translate}</option> |
---|
130 | <option value="xlarge" {if ($options.albumSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option> |
---|
131 | <option value="xxlarge" {if ($options.albumSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option> |
---|
132 | </select> |
---|
133 | </label></li> |
---|
134 | <li><label> |
---|
135 | <span class="property">{'Thumbnail size'|@translate}</span> |
---|
136 | <select name="f_thumbSize" style="min-width:200px;"> |
---|
137 | <option value="square" {if ($options.thumbSize=="square")}selected{/if}>{'square'|@translate}</option> |
---|
138 | <option value="thumb" {if ($options.thumbSize=="thumb")}selected{/if}>{'thumb'|@translate}</option> |
---|
139 | <option value="2small" {if ($options.thumbSize=="2small")}selected{/if}>{'2small'|@translate}</option> |
---|
140 | <option value="xsmall" {if ($options.thumbSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option> |
---|
141 | <option value="small" {if ($options.thumbSize=="small")}selected{/if}>{'small'|@translate}</option> |
---|
142 | <option value="medium" {if ($options.thumbSize=="medium")}selected{/if}>{'medium'|@translate}</option> |
---|
143 | <option value="large" {if ($options.thumbSize=="large")}selected{/if}>{'large'|@translate}</option> |
---|
144 | <option value="xlarge" {if ($options.thumbSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option> |
---|
145 | <option value="xxlarge" {if ($options.thumbSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option> |
---|
146 | </select> |
---|
147 | </label></li> |
---|
148 | <li><label> |
---|
149 | <span class="property">{'Image size'|@translate}</span> |
---|
150 | <select name="f_imageSize" style="min-width:200px;"> |
---|
151 | <option value="square" {if ($options.imageSize=="square")}selected{/if}>{'square'|@translate}</option> |
---|
152 | <option value="thumb" {if ($options.imageSize=="thumb")}selected{/if}>{'thumb'|@translate}</option> |
---|
153 | <option value="2small" {if ($options.imageSize=="2small")}selected{/if}>{'2small'|@translate}</option> |
---|
154 | <option value="xsmall" {if ($options.imageSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option> |
---|
155 | <option value="small" {if ($options.imageSize=="small")}selected{/if}>{'small'|@translate}</option> |
---|
156 | <option value="medium" {if ($options.imageSize=="medium")}selected{/if}>{'medium'|@translate}</option> |
---|
157 | <option value="large" {if ($options.imageSize=="large")}selected{/if}>{'large'|@translate}</option> |
---|
158 | <option value="xlarge" {if ($options.imageSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option> |
---|
159 | <option value="xxlarge" {if ($options.imageSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option> |
---|
160 | </select> |
---|
161 | </label></li> |
---|
162 | <li><label> |
---|
163 | <span class="property">{'HD Image size'|@translate}</span> |
---|
164 | <select name="f_hdSize" style="min-width:200px;"> |
---|
165 | <option value="square" {if ($options.hdSize=="square")}selected{/if}>{'square'|@translate}</option> |
---|
166 | <option value="thumb" {if ($options.hdSize=="thumb")}selected{/if}>{'thumb'|@translate}</option> |
---|
167 | <option value="2small" {if ($options.hdSize=="2small")}selected{/if}>{'2small'|@translate}</option> |
---|
168 | <option value="xsmall" {if ($options.hdSize=="xsmall")}selected{/if}>{'xsmall'|@translate}</option> |
---|
169 | <option value="small" {if ($options.hdSize=="small")}selected{/if}>{'small'|@translate}</option> |
---|
170 | <option value="medium" {if ($options.hdSize=="medium")}selected{/if}>{'medium'|@translate}</option> |
---|
171 | <option value="large" {if ($options.hdSize=="large")}selected{/if}>{'large'|@translate}</option> |
---|
172 | <option value="xlarge" {if ($options.hdSize=="xlarge")}selected{/if}>{'xlarge'|@translate}</option> |
---|
173 | <option value="xxlarge" {if ($options.hdSize=="xxlarge")}selected{/if}>{'xxlarge'|@translate}</option> |
---|
174 | <option value="original" {if ($options.hdSize=="original")}selected{/if}>{'original'|@translate}</option> |
---|
175 | </select> |
---|
176 | </label></li> |
---|
177 | </ul> |
---|
178 | </fieldset> |
---|
179 | <fieldset> |
---|
180 | <legend>{'Image autosize options'|@translate}</legend> |
---|
181 | <ul> |
---|
182 | <li><label> |
---|
183 | <span class="property" >{'Resize image to fit window'|@translate}</span> |
---|
184 | <input type="checkbox" name="f_imageAutosize" {if $options.imageAutosize}checked{/if}> |
---|
185 | </label></li> |
---|
186 | </ul> |
---|
187 | <fieldset style="width:80%; margin:auto;"> |
---|
188 | <ul> |
---|
189 | <li> |
---|
190 | <label for="imageAutosizeMargin"><span class="property">{'Additional bottom margin after resize'|@translate}</span> </label> |
---|
191 | <input type="text" id="imageAutosizeMargin" name="f_imageAutosizeMargin" size="1" maxlength="3" value="{$options.imageAutosizeMargin}" style="text-align:center;"> px |
---|
192 | </li> |
---|
193 | <li> |
---|
194 | <label for="imageAutosizeMinHeight"><span class="property">{'Minimum image height after resize'|@translate}</span> </label> |
---|
195 | <input type="text" id="imageAutosizeMinHeight" name="f_imageAutosizeMinHeight" size="1" maxlength="3" value="{$options.imageAutosizeMinHeight}" style="text-align:center;"> px |
---|
196 | </li> |
---|
197 | </ul> |
---|
198 | </fieldset> |
---|
199 | </fieldset> |
---|
200 | <fieldset> |
---|
201 | <legend>{'Image preloading options'|@translate}</legend> |
---|
202 | <ul> |
---|
203 | <li><label> |
---|
204 | <span class="property" >{'Activate image preloading'|@translate}</span> |
---|
205 | <input type="checkbox" name="f_imagePreload" {if $options.imagePreload}checked{/if}> |
---|
206 | </label></li> |
---|
207 | </ul> |
---|
208 | <fieldset style="width:80%; margin:auto;"> |
---|
209 | <ul> |
---|
210 | <li><label> |
---|
211 | <span class="property">{'On picture page, number of next images to preload'|@translate}</span> |
---|
212 | <select name="f_imagePreloadNb" style="min-width:150px;"> |
---|
213 | <option value=1 {if ($options.imagePreloadNb==1)}selected{/if}>1</option> |
---|
214 | <option value=2 {if ($options.imagePreloadNb==2)}selected{/if}>2</option> |
---|
215 | <option value=3 {if ($options.imagePreloadNb==3)}selected{/if}>3</option> |
---|
216 | <option value=4 {if ($options.imagePreloadNb==4)}selected{/if}>4</option> |
---|
217 | <option value=5 {if ($options.imagePreloadNb==5)}selected{/if}>5</option> |
---|
218 | <option value=6 {if ($options.imagePreloadNb==6)}selected{/if}>6</option> |
---|
219 | <option value=7 {if ($options.imagePreloadNb==7)}selected{/if}>7</option> |
---|
220 | <option value=8 {if ($options.imagePreloadNb==8)}selected{/if}>8</option> |
---|
221 | <option value=9 {if ($options.imagePreloadNb==9)}selected{/if}>9</option> |
---|
222 | <option value=10 {if ($options.imagePreloadNb==10)}selected{/if}>10</option> |
---|
223 | </select> |
---|
224 | </label></li> |
---|
225 | <li><label> |
---|
226 | <span class="property">{'Preload images on thumbnails page'|@translate}</span> |
---|
227 | <input type="checkbox" name="f_imagePreloadThumbs" {if $options.imagePreloadThumbs}checked{/if}> |
---|
228 | </label></li> |
---|
229 | </ul> |
---|
230 | </fieldset> |
---|
231 | </fieldset> |
---|
232 | </div> |
---|
233 | <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="submit_stripped" /></p> |
---|
234 | </form> |
---|