1 | |
---|
2 | {html_head} |
---|
3 | {/html_head} |
---|
4 | |
---|
5 | |
---|
6 | <div class="titrePage"> |
---|
7 | <h2>Piclens</h2> |
---|
8 | </div> |
---|
9 | <p> |
---|
10 | {'piclens_admin_title'|@translate} |
---|
11 | </p> |
---|
12 | <form method="post" action="{$PICLENS_F_ACTION}" class="general"> |
---|
13 | <fieldset> |
---|
14 | <legend>{'piclens_rsscfg_title'|@translate}</legend> |
---|
15 | |
---|
16 | <br/> |
---|
17 | <div> |
---|
18 | <fieldset> |
---|
19 | <legend>{'piclens_rsscfg_exttitle'|@translate}</legend> |
---|
20 | <TABLE border="0" CELLPADDING="3" ALIGN="LEFT"> |
---|
21 | <TR> |
---|
22 | <TD > |
---|
23 | {'piclens_rsscfg_ext'|@translate} |
---|
24 | </TD > |
---|
25 | <td colspan="2">{$file_types} |
---|
26 | </td> |
---|
27 | </TR> |
---|
28 | <TR> |
---|
29 | <TD > |
---|
30 | </TD > |
---|
31 | <TD colspan="2"> |
---|
32 | <i>{'piclens_rsscfg_ext1'|@translate}</i> |
---|
33 | </TD > |
---|
34 | </TR> |
---|
35 | <TR> |
---|
36 | <td colspan="3"><i> {'piclens_rsscfg_ext2'|@translate}</i> |
---|
37 | </td> |
---|
38 | </TR> |
---|
39 | </TABLE> |
---|
40 | </fieldset> |
---|
41 | |
---|
42 | </div> |
---|
43 | |
---|
44 | <div> |
---|
45 | <TABLE border="0" CELLPADDING="3" ALIGN="LEFT"> |
---|
46 | |
---|
47 | <TR> |
---|
48 | <TD > |
---|
49 | - {'piclens_rsscfg_TNtype'|@translate} |
---|
50 | </TD > |
---|
51 | <TD colspan="2" > |
---|
52 | <select id="PlThumbInput" name="piclens_thumb"> |
---|
53 | {foreach from=$PlThumb item=PlThumb} |
---|
54 | <option value="{$PlThumb.ID}" {$PlThumb.SELECTED}>{$PlThumb.NAME}</option> |
---|
55 | {/foreach} |
---|
56 | </select> |
---|
57 | |
---|
58 | </TD> |
---|
59 | </TR> |
---|
60 | <TR> |
---|
61 | |
---|
62 | <TD > |
---|
63 | - {'piclens_rsscfg_IMGtype'|@translate} |
---|
64 | </TD > |
---|
65 | <TD colspan="2"> |
---|
66 | <select id="PlNormalInput" name="piclens_normal"> |
---|
67 | {foreach from=$PlNormal item=PlNormal} |
---|
68 | <option value="{$PlNormal.ID}" {$PlNormal.SELECTED}>{$PlNormal.NAME}</option> |
---|
69 | {/foreach} |
---|
70 | </select> |
---|
71 | |
---|
72 | </TD> |
---|
73 | </TR> |
---|
74 | |
---|
75 | <TR> |
---|
76 | |
---|
77 | <TD > |
---|
78 | </TD > |
---|
79 | <TD > {'piclens_label_sortHome'|@translate} |
---|
80 | </TD > |
---|
81 | <TD > {'piclens_label_sortCat'|@translate} |
---|
82 | </TD > |
---|
83 | </TR> |
---|
84 | |
---|
85 | <TR> |
---|
86 | |
---|
87 | <TD > |
---|
88 | - {'piclens_rsscfg_order'|@translate} |
---|
89 | </TD > |
---|
90 | <TD> |
---|
91 | <select id="PlInput" name="piclens_order"> |
---|
92 | {foreach from=$PlOrder item=PlOrder} |
---|
93 | <option value="{$PlOrder.ID}" {$PlOrder.SELECTED}>{$PlOrder.NAME}</option> |
---|
94 | {/foreach} |
---|
95 | </select> |
---|
96 | </TD> |
---|
97 | <TD> |
---|
98 | <select id="PlInput" name="piclens_order_cat"> |
---|
99 | {foreach from=$PlOrderC item=PlOrderC} |
---|
100 | <option value="{$PlOrderC.ID}" {$PlOrderC.SELECTED}>{$PlOrderC.NAME}</option> |
---|
101 | {/foreach} |
---|
102 | </select> |
---|
103 | </TD> |
---|
104 | </TR> |
---|
105 | <TR> |
---|
106 | <TD > |
---|
107 | - {'piclens_rsscfg_order1'|@translate} |
---|
108 | </TD > |
---|
109 | <TD> |
---|
110 | <select id="Plsort" name="piclens_sort"> |
---|
111 | {foreach from=$PlSort item=PlSort} |
---|
112 | <option value="{$PlSort.ID}" {$PlSort.SELECTED}>{$PlSort.NAME}</option> |
---|
113 | {/foreach} |
---|
114 | </select> |
---|
115 | </TD> |
---|
116 | <TD> |
---|
117 | <select id="PlsortC" name="piclens_sort_cat"> |
---|
118 | {foreach from=$PlSortC item=PlSortC} |
---|
119 | <option value="{$PlSortC.ID}" {$PlSortC.SELECTED}>{$PlSortC.NAME}</option> |
---|
120 | {/foreach} |
---|
121 | </select> |
---|
122 | </TD> |
---|
123 | |
---|
124 | </TR> |
---|
125 | <TR> |
---|
126 | <TD colspan="3"> |
---|
127 | </TD> |
---|
128 | </TR> |
---|
129 | <TR> |
---|
130 | <TD > |
---|
131 | - <input type="checkbox" name="piclens_video" {$PICLENS_VIDEO}/> {'piclens_rsscfg_video'|@translate} |
---|
132 | </TD > |
---|
133 | <TD colspan="2"> |
---|
134 | </TD> |
---|
135 | </TR> |
---|
136 | <TR> |
---|
137 | <TD > |
---|
138 | - <input type="checkbox" name="piclens_exclude_double" {$PICLENS_EXCLUDE_DOUBLE}/> {'piclens_rsscfg_exclude_double'|@translate} |
---|
139 | </TD > |
---|
140 | <TD colspan="2"> |
---|
141 | </TD> |
---|
142 | </TR> |
---|
143 | |
---|
144 | </TABLE> |
---|
145 | </div> |
---|
146 | |
---|
147 | <br/> |
---|
148 | </fieldset> |
---|
149 | |
---|
150 | <fieldset> |
---|
151 | <legend>{'piclens_xml_config'|@translate}</legend> |
---|
152 | <table border="1"> |
---|
153 | <caption> {'piclens_xml_legend'|@translate} </CAPTION> |
---|
154 | <tr> |
---|
155 | <th> {'piclens_picture_legend'|@translate} </th> |
---|
156 | <th> {'piclens_cat_legend'|@translate} </th> |
---|
157 | <th> {'piclens_global_legend'|@translate} </th> |
---|
158 | </tr> |
---|
159 | <tr> |
---|
160 | <td> <b>%I1</b> : {'img_id_legend'|@translate} </td> |
---|
161 | <td> <b>%C1</b> : {'cat_id_legend'|@translate} </td> |
---|
162 | <td> <b>%G1</b> : {'root_path_legend'|@translate} </td> |
---|
163 | </tr> |
---|
164 | <tr> |
---|
165 | <td> <b>%I2</b> : {'img_name_legend'|@translate} </td> |
---|
166 | <td> <b>%C2</b> : {'cat_name_legend'|@translate} </td> |
---|
167 | <td> </td> |
---|
168 | </tr> |
---|
169 | <tr> |
---|
170 | <td> <b>%I3</b> : {'img_description_legend'|@translate} </td> |
---|
171 | <td> <b>%C3</b> : {'cat_description_legend'|@translate} </td> |
---|
172 | <td> </td> |
---|
173 | </tr> |
---|
174 | <tr> |
---|
175 | <td> <b>%I4</b> : {'img_author_legend'|@translate} </td> |
---|
176 | <td> <b>%C4</b> : {'cat_dir_legend'|@translate} </td> |
---|
177 | <td> </td> |
---|
178 | </tr> |
---|
179 | <tr> |
---|
180 | <td> <b>%I5</b> : {'img_URLThumb_legend'|@translate} </td> |
---|
181 | <td> <b>%C5</b> : {'cat_dirFull_legend'|@translate} </td> |
---|
182 | <td> </td> |
---|
183 | </tr> |
---|
184 | <tr> |
---|
185 | <td> <b>%I6</b> : {'img_URLNormal_legend'|@translate} </td> |
---|
186 | <td> </td> |
---|
187 | <td> </td> |
---|
188 | </tr> |
---|
189 | <tr> |
---|
190 | <td> <b>%I7</b> : {'img_URLHigh_legend'|@translate} </td> |
---|
191 | <td> </td> |
---|
192 | <td> </td> |
---|
193 | </tr> |
---|
194 | <tr> |
---|
195 | <td> <b>%I8</b> : {'img_URLPicturephp_legend'|@translate} </td> |
---|
196 | <td> </td> |
---|
197 | <td> </td> |
---|
198 | </tr> |
---|
199 | <tr> |
---|
200 | <td> <b>%I9</b> : {'img_URLThumbFull_legend'|@translate} </td> |
---|
201 | <td> </td> |
---|
202 | <td> </td> |
---|
203 | </tr> |
---|
204 | <tr> |
---|
205 | <td> <b>%IA</b> : {'img_URLNormalFull_legend'|@translate} </td> |
---|
206 | <td> </td> |
---|
207 | <td> </td> |
---|
208 | </tr> |
---|
209 | <tr> |
---|
210 | <td> <b>%IB</b> : {'img_URLHighFull_legend'|@translate} </td> |
---|
211 | <td> </td> |
---|
212 | <td> </td> |
---|
213 | </tr> |
---|
214 | <tr> |
---|
215 | <td> <b>%IC</b> : {'img_filename_legend'|@translate} </td> |
---|
216 | <td> </td> |
---|
217 | <td> </td> |
---|
218 | </tr> |
---|
219 | <tr> |
---|
220 | <td> <b>%ID</b> : <input type="text" size="1" maxlength="1" value="{$PICLENS_MAXCOMMENT_NB}" name="piclens_maxcomment_nb" /> {'img_comment_legend'|@translate} </td> |
---|
221 | <td> </td> |
---|
222 | <td> </td> |
---|
223 | </tr> |
---|
224 | </table> |
---|
225 | |
---|
226 | <table> |
---|
227 | <tr> |
---|
228 | <td>{'piclens_rsscfg_name'|@translate} :</td> |
---|
229 | <td> |
---|
230 | <textarea cols="50" rows="1" name="piclens_rss_name" id="piclens_rss_name" style="height: 2em">{$PICLENS_RSS_NAME}</textarea> |
---|
231 | </td> |
---|
232 | </tr> |
---|
233 | <tr> |
---|
234 | <td>{'piclens_rsscfg_desc'|@translate} :</td> |
---|
235 | <td> |
---|
236 | <textarea cols="50" rows="1" name="piclens_rss_desc" id="piclens_rss_desc" style="height: 2em">{$PICLENS_RSS_DESC}</textarea> |
---|
237 | </td> |
---|
238 | </tr> |
---|
239 | |
---|
240 | </table> |
---|
241 | </fieldset> |
---|
242 | |
---|
243 | <fieldset> |
---|
244 | <table> |
---|
245 | <tr> |
---|
246 | <td>{'piclens_rss_icon'|@translate} :</td> |
---|
247 | <td><input type="text" size="65" maxlength="255" value="{$PICLENS_RSS_ICON}" name="piclens_rss_icon" /></td> |
---|
248 | </tr> |
---|
249 | <tr> |
---|
250 | <td>{'piclens_rss_title'|@translate} :</td> |
---|
251 | <td><input type="text" size="65" maxlength="255" value="{$PICLENS_RSS_TITLE}" name="piclens_rss_title" /></td> |
---|
252 | </tr> |
---|
253 | |
---|
254 | |
---|
255 | </table> |
---|
256 | </fieldset> |
---|
257 | |
---|
258 | <p><input type="submit" name="submit" value="{'piclens_admin_submit'|@translate}" /></p> |
---|
259 | |
---|
260 | </form> |
---|