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