6 |
kaklik |
1 |
<!-- BEGIN errors -->
|
|
|
2 |
<div class="errors">
|
|
|
3 |
<ul>
|
|
|
4 |
<!-- BEGIN error -->
|
|
|
5 |
<li>{errors.error.ERROR}</li>
|
|
|
6 |
<!-- END error -->
|
|
|
7 |
</ul>
|
|
|
8 |
</div>
|
|
|
9 |
<!-- END errors -->
|
|
|
10 |
<!-- BEGIN confirmation -->
|
|
|
11 |
<div class="info">{L_CONFIRM}</div>
|
|
|
12 |
<!-- END confirmation -->
|
|
|
13 |
<form method="post" action="{F_ACTION}">
|
|
|
14 |
<table width="100%" align="center">
|
|
|
15 |
<!-- BEGIN general -->
|
|
|
16 |
<tr class="admin">
|
|
|
17 |
<th colspan="2">{general.L_CONF_TITLE}</th>
|
|
|
18 |
</tr>
|
|
|
19 |
<tr>
|
|
|
20 |
<td colspan="2"> </td>
|
|
|
21 |
</tr>
|
|
|
22 |
<tr>
|
|
|
23 |
<td width="70%"><strong>{general.L_CONF_MAIL} :</strong><br /><span class="small">{general.L_CONF_MAIL_INFO}</span></td>
|
|
|
24 |
<td class="row1"><input type="text" size="25" maxlength="100" name="mail_webmaster" value="{general.ADMIN_MAIL}" /></td>
|
|
|
25 |
</tr>
|
|
|
26 |
<tr>
|
|
|
27 |
<td><strong>{general.L_CONF_TN_PREFIX} :</strong><br /><span class="small">{general.L_CONF_TN_PREFIX_INFO}</span></td>
|
|
|
28 |
<td class="row1"><input type="text" size="10" maxlength="10" name="prefix_thumbnail" value="{general.THUMBNAIL_PREFIX}" /></td>
|
|
|
29 |
</tr>
|
|
|
30 |
<tr>
|
|
|
31 |
<td><strong>{general.L_CONF_HISTORY} :</strong><br /><span class="small">{general.L_CONF_HISTORY_INFO}</span></td>
|
|
|
32 |
<td class="row1"><input type="radio" class="radio" name="log" value="true" {general.HISTORY_YES} />{L_YES}
|
|
|
33 |
<input type="radio" class="radio" name="log" value="false" {general.HISTORY_NO} />{L_NO}</td>
|
|
|
34 |
</tr>
|
|
|
35 |
<tr>
|
|
|
36 |
<td><strong>{general.L_CONF_NOTIFICATION} :</strong><br /><span class="small">{general.L_CONF_NOTIFICATION_INFO}</span></td>
|
|
|
37 |
<td class="row1"><input type="radio" class="radio" name="mail_notification" value="true" {general.NOTIFICATION_YES} />{L_YES}
|
|
|
38 |
<input type="radio" class="radio" name="mail_notification" value="false" {general.NOTIFICATION_NO} />{L_NO}</td>
|
|
|
39 |
</tr>
|
|
|
40 |
<tr>
|
|
|
41 |
<td><strong>{general.L_CONF_GALLERY_LOCKED} :</strong><br /><span class="small">{general.L_CONF_GALLERY_LOCKED_INFO}</span></td>
|
|
|
42 |
<td class="row1"><input type="radio" class="radio" name="gallery_locked" value="true" {general.GALLERY_LOCKED_YES} />{L_YES}
|
|
|
43 |
<input type="radio" class="radio" name="gallery_locked" value="false" {general.GALLERY_LOCKED_NO} />{L_NO}</td>
|
|
|
44 |
</tr>
|
|
|
45 |
<!-- END general -->
|
|
|
46 |
<!-- BEGIN comments -->
|
|
|
47 |
<tr class="admin">
|
|
|
48 |
<th colspan="2">{comments.L_CONF_TITLE}</th>
|
|
|
49 |
</tr>
|
|
|
50 |
<tr>
|
|
|
51 |
<td colspan="2"> </td>
|
|
|
52 |
</tr>
|
|
|
53 |
<tr>
|
|
|
54 |
<td width="70%"><strong>{comments.L_CONF_COMMENTS_ALL} :</strong><br /><span class="small">{comments.L_CONF_COMMENTS_ALL_INFO}</span></td>
|
|
|
55 |
<td class="row1"><input type="radio" class="radio" name="comments_forall" value="true" {comments.COMMENTS_ALL_YES} />{L_YES}
|
|
|
56 |
<input type="radio" class="radio" name="comments_forall" value="false" {comments.COMMENTS_ALL_NO} />{L_NO}</td>
|
|
|
57 |
</tr>
|
|
|
58 |
<tr>
|
|
|
59 |
<td><strong>{comments.L_CONF_NB_COMMENTS_PAGE} :</strong><br /><span class="small">{comments.L_CONF_NB_COMMENTS_PAGE_INFO}</span></td>
|
|
|
60 |
<td class="row1"><input type="text" size="3" maxlength="4" name="nb_comment_page" value="{comments.NB_COMMENTS_PAGE}" /></td>
|
|
|
61 |
</tr>
|
|
|
62 |
<tr>
|
|
|
63 |
<td><strong>{comments.L_CONF_VALIDATE} :</strong><br /><span class="small">{comments.L_CONF_VALIDATE_INFO}</span></td>
|
|
|
64 |
<td class="row1"><input type="radio" class="radio" name="comments_validation" value="true" {comments.VALIDATE_YES} />{L_YES}
|
|
|
65 |
<input type="radio" class="radio" name="comments_validation" value="false" {comments.VALIDATE_NO} />{L_NO}</td>
|
|
|
66 |
</tr>
|
|
|
67 |
<!-- END comments -->
|
|
|
68 |
<!-- BEGIN default -->
|
|
|
69 |
<tr class="admin">
|
|
|
70 |
<th colspan="2">{default.L_CONF_TITLE}</th>
|
|
|
71 |
</tr>
|
|
|
72 |
<tr>
|
|
|
73 |
<td colspan="2"> </td>
|
|
|
74 |
</tr>
|
|
|
75 |
<tr>
|
|
|
76 |
<td width="70%"><strong>{default.L_CONF_LANG} :</strong><br /><span class="small">{default.L_CONF_LANG_INFO}</span></td>
|
|
|
77 |
<td class="row1">{default.CONF_LANG_SELECT}</td>
|
|
|
78 |
</tr>
|
|
|
79 |
<tr>
|
|
|
80 |
<td><strong>{default.L_NB_IMAGE_LINE} :</strong><br /><span class="small">{default.L_NB_IMAGE_LINE_INFO}</span></td>
|
|
|
81 |
<td class="row1"><input type="text" size="3" maxlength="2" name="nb_image_line" value="{default.NB_IMAGE_LINE}" /></td>
|
|
|
82 |
</tr>
|
|
|
83 |
<tr>
|
|
|
84 |
<td><strong>{default.L_NB_ROW_PAGE} :</strong><br /><span class="small">{default.L_NB_ROW_PAGE_INFO}</span></td>
|
|
|
85 |
<td class="row1"><input type="text" size="3" maxlength="2" name="nb_line_page" value="{default.NB_ROW_PAGE}" /></td>
|
|
|
86 |
</tr>
|
|
|
87 |
<tr>
|
|
|
88 |
<td><strong>{default.L_CONF_STYLE} :</strong><br /><span class="small">{default.L_CONF_STYLE_INFO}</span></td>
|
|
|
89 |
<td class="row1">{default.CONF_STYLE_SELECT}</td>
|
|
|
90 |
</tr>
|
|
|
91 |
<tr>
|
|
|
92 |
<td><strong>{default.L_CONF_RECENT} :</strong><br /><span class="small">{default.L_CONF_RECENT_INFO}</span></td>
|
|
|
93 |
<td class="row1"><input type="text" size="3" maxlength="2" name="recent_period" value="{default.CONF_RECENT}" /></td>
|
|
|
94 |
</tr>
|
|
|
95 |
<tr>
|
|
|
96 |
<td><strong>{default.L_CONF_EXPAND} :</strong><br /><span class="small">{default.L_CONF_EXPAND_INFO}</span></td>
|
|
|
97 |
<td class="row1"><input type="radio" class="radio" name="auto_expand" value="true" {default.EXPAND_YES} />{L_YES}
|
|
|
98 |
<input type="radio" class="radio" name="auto_expand" value="false" {default.EXPAND_NO} />{L_NO}</td>
|
|
|
99 |
</tr>
|
|
|
100 |
<tr>
|
|
|
101 |
<td><strong>{default.L_NB_COMMENTS} :</strong><br /><span class="small">{default.L_NB_COMMENTS_INFO}</span></td>
|
|
|
102 |
<td class="row1"><input type="radio" class="radio" name="show_nb_comments" value="true" {default.SHOW_COMMENTS_YES} />{L_YES}
|
|
|
103 |
<input type="radio" class="radio" name="show_nb_comments" value="false" {default.SHOW_COMMENTS_NO} />{L_NO}</td>
|
|
|
104 |
</tr>
|
|
|
105 |
<tr>
|
|
|
106 |
<td><strong>{default.L_MAXWIDTH} :</strong></td>
|
|
|
107 |
<td><input type="text" size="4" maxlength="4" name="default_maxwidth" value="{default.MAXWIDTH}" />
|
|
|
108 |
</td>
|
|
|
109 |
</tr>
|
|
|
110 |
<tr>
|
|
|
111 |
<td><strong>{default.L_MAXHEIGHT} :</strong></td>
|
|
|
112 |
<td><input type="text" size="4" maxlength="4" name="default_maxheight" value="{default.MAXHEIGHT}" />
|
|
|
113 |
</td>
|
|
|
114 |
</tr>
|
|
|
115 |
<!-- END default -->
|
|
|
116 |
<!-- BEGIN upload -->
|
|
|
117 |
<tr class="admin">
|
|
|
118 |
<th colspan="2">{upload.L_CONF_TITLE}</th>
|
|
|
119 |
</tr>
|
|
|
120 |
<tr>
|
|
|
121 |
<td colspan="2"> </td>
|
|
|
122 |
</tr>
|
|
|
123 |
<tr>
|
|
|
124 |
<td width="70%"><strong>{upload.L_CONF_MAXSIZE} :</strong><br /><span class="small">{upload.L_CONF_MAXSIZE_INFO}</span></td>
|
|
|
125 |
<td class="row1"><input type="text" size="4" maxlength="4" name="upload_maxfilesize" value="{upload.UPLOAD_MAXSIZE}" /></td>
|
|
|
126 |
</tr>
|
|
|
127 |
<tr>
|
|
|
128 |
<td><strong>{upload.L_CONF_MAXWIDTH} :</strong><br /><span class="small">{upload.L_CONF_MAXWIDTH_INFO}</span></td>
|
|
|
129 |
<td class="row1"><input type="text" size="4" maxlength="4" name="upload_maxwidth" value="{upload.UPLOAD_MAXWIDTH}" /></td>
|
|
|
130 |
</tr>
|
|
|
131 |
<tr>
|
|
|
132 |
<td><strong>{upload.L_CONF_MAXHEIGHT} :</strong><br /><span class="small">{upload.L_CONF_MAXHEIGHT_INFO}</span></td>
|
|
|
133 |
<td class="row1"><input type="text" size="4" maxlength="4" name="upload_maxheight" value="{upload.UPLOAD_MAXHEIGHT}" /></td>
|
|
|
134 |
</tr>
|
|
|
135 |
<tr>
|
|
|
136 |
<td><strong>{upload.L_CONF_TN_MAXWIDTH} :</strong><br /><span class="small">{upload.L_CONF_TN_MAXWIDTH_INFO}</span></td>
|
|
|
137 |
<td class="row1"><input type="text" size="4" maxlength="4" name="upload_maxwidth_thumbnail" value="{upload.TN_UPLOAD_MAXWIDTH}" /></td>
|
|
|
138 |
</tr>
|
|
|
139 |
<tr>
|
|
|
140 |
<td><strong>{upload.L_CONF_TN_MAXHEIGHT} :</strong><br /><span class="small">{upload.L_CONF_TN_MAXHEIGHT_INFO}</span></td>
|
|
|
141 |
<td class="row1"><input type="text" size="4" maxlength="4" name="upload_maxheight_thumbnail" value="{upload.TN_UPLOAD_MAXHEIGHT}" /></td>
|
|
|
142 |
</tr>
|
|
|
143 |
<!-- END upload -->
|
|
|
144 |
<!-- BEGIN session -->
|
|
|
145 |
<tr class="admin">
|
|
|
146 |
<th colspan="2">{session.L_CONF_TITLE}</th>
|
|
|
147 |
</tr>
|
|
|
148 |
<tr>
|
|
|
149 |
<td colspan="2"> </td>
|
|
|
150 |
</tr>
|
|
|
151 |
<tr>
|
|
|
152 |
<td width="70%"><strong>{session.L_CONF_AUTHORIZE_REMEMBERING} :</strong><br /><span class="small">{session.L_CONF_AUTHORIZE_REMEMBERING_INFO}</span></td>
|
|
|
153 |
<td class="row1"><input type="radio" class="radio" name="authorize_remembering" value="true" {session.AUTHORIZE_REMEMBERING_YES} />{L_YES}
|
|
|
154 |
<input type="radio" class="radio" name="authorize_remembering" value="false" {session.AUTHORIZE_REMEMBERING_NO} />{L_NO}</td>
|
|
|
155 |
</tr>
|
|
|
156 |
<!-- END session -->
|
|
|
157 |
<!-- BEGIN metadata -->
|
|
|
158 |
<tr class="admin">
|
|
|
159 |
<th colspan="2">{metadata.L_CONF_TITLE}</th>
|
|
|
160 |
</tr>
|
|
|
161 |
<tr>
|
|
|
162 |
<td colspan="2"> </td>
|
|
|
163 |
</tr>
|
|
|
164 |
<tr>
|
|
|
165 |
<td width="70%">
|
|
|
166 |
<strong>{metadata.L_CONF_EXIF} :</strong>
|
|
|
167 |
<br /><span class="small">{metadata.L_CONF_EXIF_INFO}</span>
|
|
|
168 |
</td>
|
|
|
169 |
<td class="row1">
|
|
|
170 |
<input type="radio" class="radio" name="use_exif" value="true" {metadata.USE_EXIF_YES} />{L_YES}
|
|
|
171 |
<input type="radio" class="radio" name="use_exif" value="false" {metadata.USE_EXIF_NO} />{L_NO}
|
|
|
172 |
</td>
|
|
|
173 |
</tr>
|
|
|
174 |
<tr>
|
|
|
175 |
<td>
|
|
|
176 |
<strong>{metadata.L_CONF_IPTC} :</strong>
|
|
|
177 |
<br /><span class="small">{metadata.L_CONF_IPTC_INFO}</span>
|
|
|
178 |
</td>
|
|
|
179 |
<td class="row1">
|
|
|
180 |
<input type="radio" class="radio" name="use_iptc" value="true" {metadata.USE_IPTC_YES} />{L_YES}
|
|
|
181 |
<input type="radio" class="radio" name="use_iptc" value="false" {metadata.USE_IPTC_NO} />{L_NO}
|
|
|
182 |
</td>
|
|
|
183 |
</tr>
|
|
|
184 |
<tr>
|
|
|
185 |
<td>
|
|
|
186 |
<strong>{metadata.L_CONF_SHOW_EXIF} :</strong>
|
|
|
187 |
<br /><span class="small">{metadata.L_CONF_SHOW_EXIF_INFO}</span>
|
|
|
188 |
</td>
|
|
|
189 |
<td class="row1">
|
|
|
190 |
<input type="radio" class="radio" name="show_exif" value="true" {metadata.SHOW_EXIF_YES} />{L_YES}
|
|
|
191 |
<input type="radio" class="radio" name="show_exif" value="false" {metadata.SHOW_EXIF_NO} />{L_NO}
|
|
|
192 |
</td>
|
|
|
193 |
</tr>
|
|
|
194 |
<tr>
|
|
|
195 |
<td>
|
|
|
196 |
<strong>{metadata.L_CONF_SHOW_IPTC} :</strong>
|
|
|
197 |
<br /><span class="small">{metadata.L_CONF_SHOW_IPTC_INFO}</span>
|
|
|
198 |
</td>
|
|
|
199 |
<td class="row1">
|
|
|
200 |
<input type="radio" class="radio" name="show_iptc" value="true" {metadata.SHOW_IPTC_YES} />{L_YES}
|
|
|
201 |
<input type="radio" class="radio" name="show_iptc" value="false" {metadata.SHOW_IPTC_NO} />{L_NO}
|
|
|
202 |
</td>
|
|
|
203 |
</tr>
|
|
|
204 |
<!-- END metadata -->
|
|
|
205 |
<tr>
|
|
|
206 |
<td colspan="2" align="center">
|
|
|
207 |
<input type="submit" name="submit" class="bouton" value="{L_SUBMIT}">
|
|
|
208 |
<input type="reset" name="reset" class="bouton" value="{L_RESET}">
|
|
|
209 |
</td>
|
|
|
210 |
</tr>
|
|
|
211 |
</table>
|
|
|
212 |
</form>
|