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 |
<div class="admin">{TITLE_IMG}</div>
|
|
|
11 |
<form action="{F_ACTION}" method="POST">
|
|
|
12 |
<table style="width:100%;">
|
|
|
13 |
<tr>
|
|
|
14 |
<td colspan="2" align="center"><a href="{URL_IMG}" class="thumbnail"><img src="{TN_URL_IMG}" alt="" class="miniature" /></a></td>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr>
|
|
|
17 |
<td style="width:50%;"><strong>{L_UPLOAD_NAME}</strong></td>
|
|
|
18 |
<td class="row1"><input type="text" name="name" value="{NAME_IMG}" /> [ {L_DEFAULT} : {DEFAULT_NAME_IMG} ]</td>
|
|
|
19 |
</tr>
|
|
|
20 |
<tr>
|
|
|
21 |
<td style="width:50%;"><strong>{L_FILE}</strong></td>
|
|
|
22 |
<td class="row1">{FILE_IMG}</td>
|
|
|
23 |
</tr>
|
|
|
24 |
<tr>
|
|
|
25 |
<td style="width:50%;"><strong>{L_SIZE}</strong></td>
|
|
|
26 |
<td class="row1">{SIZE_IMG}</td>
|
|
|
27 |
</tr>
|
|
|
28 |
<tr>
|
|
|
29 |
<td style="width:50%;"><strong>{L_FILESIZE}</strong></td>
|
|
|
30 |
<td class="row1">{FILESIZE_IMG}</td>
|
|
|
31 |
</tr>
|
|
|
32 |
<tr>
|
|
|
33 |
<td style="width:50%;"><strong>{L_REGISTRATION_DATE}</strong></td>
|
|
|
34 |
<td class="row1">{REGISTRATION_DATE_IMG}</td>
|
|
|
35 |
</tr>
|
|
|
36 |
<tr>
|
|
|
37 |
<td style="width:50%;"><strong>{L_PATH}</strong></td>
|
|
|
38 |
<td class="row1">{PATH_IMG}</td>
|
|
|
39 |
</tr>
|
|
|
40 |
<tr>
|
|
|
41 |
<td style="width:50%;"><strong>{L_STORAGE_CATEGORY}</strong></td>
|
|
|
42 |
<td class="row1">{STORAGE_CATEGORY_IMG}</td>
|
|
|
43 |
</tr>
|
|
|
44 |
<tr>
|
|
|
45 |
<td style="width:50%;"><strong>{L_AUTHOR}</strong></td>
|
|
|
46 |
<td class="row1"><input type="text" name="author" value="{AUTHOR_IMG}" /></td>
|
|
|
47 |
</tr>
|
|
|
48 |
<tr>
|
|
|
49 |
<td style="width:50%;"><strong>{L_CREATION_DATE}</strong></td>
|
|
|
50 |
<td class="row1"><input type="text" name="date_creation" value="{CREATION_DATE_IMG}" /></td>
|
|
|
51 |
</tr>
|
|
|
52 |
<tr>
|
|
|
53 |
<td style="width:50%;"><strong>{L_KEYWORDS}</strong></td>
|
|
|
54 |
<td class="row1"><input type="text" name="keywords" value="{KEYWORDS_IMG}" size="50" /></td>
|
|
|
55 |
</tr>
|
|
|
56 |
<tr>
|
|
|
57 |
<td style="width:50%;"><strong>{L_COMMENT}</strong></td>
|
|
|
58 |
<td class="row1"><textarea name="comment" rows="5" cols="50" style="overflow:auto">{COMMENT_IMG}</textarea></td>
|
|
|
59 |
</tr>
|
|
|
60 |
<tr>
|
|
|
61 |
<td colspan="2"><div style="margin-bottom:0px"> </div></td>
|
|
|
62 |
</tr>
|
|
|
63 |
<tr>
|
|
|
64 |
<td colspan="2" align="center">
|
|
|
65 |
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
|
|
|
66 |
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
|
|
|
67 |
</td>
|
|
|
68 |
</tr>
|
|
|
69 |
</table>
|
|
|
70 |
</form>
|
|
|
71 |
|
|
|
72 |
<form name="form1" method="post" action="{F_ACTION}" style="text-align:center;width:800px;">
|
|
|
73 |
|
|
|
74 |
<div style="clear:both;"></div>
|
|
|
75 |
|
|
|
76 |
<div style="height:auto;">
|
|
|
77 |
|
|
|
78 |
<div style="float:left;padding:10px;width:300px;">
|
|
|
79 |
<span class="titreMenu">{L_CAT_ASSOCIATED}</span><br />
|
|
|
80 |
<select style="height:auto;width:280px" name="cat_associated[]" multiple="multiple" size="10">
|
|
|
81 |
<!-- BEGIN associated_option -->
|
|
|
82 |
<option class="{associated_option.CLASS}" {associated_option.SELECTED} value="{associated_option.VALUE}">{associated_option.OPTION}</option>
|
|
|
83 |
<!-- END associated_option -->
|
|
|
84 |
</select>
|
|
|
85 |
</div>
|
|
|
86 |
|
|
|
87 |
<div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" >
|
|
|
88 |
<input type="submit" value="«" name="associate" style="font-size:15px;" class="bouton" /><br/>
|
|
|
89 |
<input type="submit" value="»" name="dissociate" style="font-size:15px;" class="bouton" />
|
|
|
90 |
</div>
|
|
|
91 |
|
|
|
92 |
<div style="float:right;padding:10px;width:300px;">
|
|
|
93 |
<span class="titreMenu">{L_CAT_DISSOCIATED}</span><br />
|
|
|
94 |
<select style="width:280px" name="cat_dissociated[]" multiple="multiple" size="10">
|
|
|
95 |
<!-- BEGIN dissociated_option -->
|
|
|
96 |
<option class="{dissociated_option.CLASS}" {dissociated_option.SELECTED} value="{dissociated_option.VALUE}">{dissociated_option.OPTION}</option>
|
|
|
97 |
<!-- END dissociated_option -->
|
|
|
98 |
</select>
|
|
|
99 |
</div>
|
|
|
100 |
|
|
|
101 |
</div>
|
|
|
102 |
|
|
|
103 |
<div style="clear:both;"></div>
|
|
|
104 |
|
|
|
105 |
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
|
|
|
106 |
|
|
|
107 |
</form>
|
|
|
108 |
|
|
|
109 |
<form name="form2" method="post" action="{F_ACTION}" style="text-align:center;width:800px;">
|
|
|
110 |
|
|
|
111 |
<div style="clear:both;"></div>
|
|
|
112 |
|
|
|
113 |
<div style="height:auto;">
|
|
|
114 |
|
|
|
115 |
<div style="float:left;padding:10px;width:300px;">
|
|
|
116 |
<span class="titreMenu">{L_REPRESENTS}</span><br />
|
|
|
117 |
<select style="height:auto;width:280px" name="cat_elected[]" multiple="multiple" size="10">
|
|
|
118 |
<!-- BEGIN elected_option -->
|
|
|
119 |
<option class="{elected_option.CLASS}" {elected_option.SELECTED} value="{elected_option.VALUE}">{elected_option.OPTION}</option>
|
|
|
120 |
<!-- END elected_option -->
|
|
|
121 |
</select>
|
|
|
122 |
</div>
|
|
|
123 |
|
|
|
124 |
<div style="float:left;padding-top:80px;padding-bottom:80px;text-align:center;width:160px;" >
|
|
|
125 |
<input type="submit" value="«" name="elect" style="font-size:15px;" class="bouton" /><br/>
|
|
|
126 |
<input type="submit" value="»" name="dismiss" style="font-size:15px;" class="bouton" />
|
|
|
127 |
</div>
|
|
|
128 |
|
|
|
129 |
<div style="float:right;padding:10px;width:300px;">
|
|
|
130 |
<span class="titreMenu">{L_DOESNT_REPRESENT}</span><br />
|
|
|
131 |
<select style="width:280px" name="cat_dismissed[]" multiple="multiple" size="10">
|
|
|
132 |
<!-- BEGIN dismissed_option -->
|
|
|
133 |
<option class="{dismissed_option.CLASS}" {dismissed_option.SELECTED} value="{dismissed_option.VALUE}">{dismissed_option.OPTION}</option>
|
|
|
134 |
<!-- END dismissed_option -->
|
|
|
135 |
</select>
|
|
|
136 |
</div>
|
|
|
137 |
|
|
|
138 |
</div>
|
|
|
139 |
|
|
|
140 |
<div style="clear:both;"></div>
|
|
|
141 |
|
|
|
142 |
<input type="reset" name="reset" value="{L_RESET}" class="bouton" />
|
|
|
143 |
|
|
|
144 |
</form>
|