blob: 79029ef755f0b23d39bbd27513e21700d03d93cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
<!--VTP_errors-->
<div class="errors">
<div class="errors_title">{#errors_title}</div>
<ul>
<!--VTP_li-->
<li>{#content}</li>
<!--/VTP_li-->
</ul>
</div>
<!--/VTP_errors-->
<!--VTP_confirmation-->
<div class="info">
{#picmod_update} [ <a href="{#url}">{#picmod_back}</a> ]
</div>
<!--/VTP_confirmation-->
<form method="post" action="{#form_action}">
<table style="width:100%;">
<tr><th colspan="2">{#title} [ {#dir} > {#f_file} ]</th></tr>
<tr>
<td colspan="2"><div style="margin-bottom:0px"> </div></td>
</tr>
<tr valign="top">
<td style="width:1px;"><img src="{#thumbnail_url}" alt="" class="miniature" /></td>
<td>
<table>
<tr>
<td>{#upload_name} :</td>
<td><input type="text" name="name" value="{#f_name}" /> [ {#default} : {#default_name} ]</td>
</tr>
<tr>
<td>{#file} :</td>
<td>{#f_file}</td>
</tr>
<tr>
<td>{#size} :</td>
<td>{#f_size}</td>
</tr>
<tr>
<td>{#filesize} :</td>
<td>{#f_filesize}</td>
</tr>
<tr>
<td>{#registration_date} :</td>
<td>{#f_registration_date}</td>
</tr>
<tr>
<td>{#author} :</td>
<td><input type="text" name="author" value="{#f_author}" /></td>
</tr>
<tr>
<td>{#creation_date} :</td>
<td><input type="text" name="creation_date" value="{#f_creation_date}" /></td>
</tr>
<tr>
<td>{#keywords} :</td>
<td><input type="text" name="keywords" value="{#f_keywords}" size="50" /></td>
</tr>
<tr>
<td>{#comment} :</td>
<td><textarea name="comment" rows="5" cols="50" style="overflow:auto">{#f_comment}</textarea></td>
</tr>
<tr>
<td valign="top">{#categories} :</td>
<td>
<table>
<!--VTP_linked_category-->
<tr>
<td><!--VTP_checkbox--><input type="checkbox" name="dissociate-{#id}" value="1" /><!--/VTP_checkbox--><a href="{#url}">{#name}</a> [ <a href="{#infos_images_link}">{#cat_image_info}</a> ] {#private} {#invisible}
</tr>
<!--/VTP_linked_category-->
<!--VTP_dissociate-->
<tr>
<td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="<" /> {#dissociate}</td>
</tr>
<!--/VTP_dissociate-->
<tr><td colspan="2"> </td></tr>
<tr>
<td>{#infoimage_associate}
<select name="associate">
<!--VTP_associate_cat-->
<option value="{#value}">{#content}</option>
<!--/VTP_associate_cat-->
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2"><div style="margin-bottom:0px"> </div></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="submit" value="{#submit}">
</td>
</tr>
</table>
</form>
|