blob: 869b2885bdc4b0ef54ff6327c468f38ee9ea4352 (
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
102
103
104
105
106
|
<!--VTP_errors-->
<div class="errors">
<div class="errors_title">{#errors_title}</div>
<ul>
<!--VTP_li-->
<li>{#content}</li>
<!--/VTP_li-->
</ul>
</div>
<!--/VTP_errors-->
<form method="post" action="{#form_action}">
<table width="100%">
<tr>
<th colspan="3">{#infoimage_general} "{#cat_name}"</th>
</tr>
<tr>
<td><div style="margin-left:50px;">{#author}</div></td>
<td style="text-align:center;">
<input type="text" name="author_cat" value="" maxlength="255" />
</td>
<td style="text-align:left;">
<input type="checkbox" name="use_common_author" value="1" />
{#infoimage_useforall}
</td>
</tr>
<tr>
<td>
<div style="margin-left:50px;">{#infoimage_creation_date} [DD/MM/YYYY]</div>
</td>
<td style="text-align:center;">
<input type="text" name="date_creation_cat" value="" size="12" maxlength="10"/>
</td>
<td style="text-align:left;">
<input type="checkbox" name="use_common_date_creation" value="1" />
{#infoimage_useforall}
</td>
</tr>
<tr>
<td>
<div style="margin-left:50px;">{#keywords} {#infoimage_keyword_separation}</div>
</td>
<td style="text-align:center;">
<input type="text" name="keywords_cat" value="" maxlength="255" />
</td>
<td style="text-align:left;">
<input type="radio" name="common_keywords" value="add" />
{#infoimage_addtoall}
<input type="radio" name="common_keywords" value="remove" />
{#infoimage_removefromall}
</td>
</tr>
</table>
<table width="100%">
<tr>
<th colspan="7">{#infoimage_detailed}</th>
</tr>
<tr>
<td colspan="7" align="center">{#navigation_bar}</td>
</tr>
<tr>
<td style="width:0px;"> </td>
<td class="row2" style="text-align:center;">{#thumbnail}</td>
<td class="row2" style="text-align:center;">{#infoimage_title}</td>
<td class="row2" style="text-align:center;">{#author}</td>
<td class="row2" style="text-align:center;">{#infoimage_comment}</td>
<td class="row2" style="text-align:center;">{#infoimage_creation_date}</td>
<td class="row2" style="text-align:center;">{#keywords}</td>
</tr>
<!--VTP_picture-->
<tr>
<td style="width:0px;">
<div style="margin-left:2px;margin-right:2px;">
<input type="checkbox" name="check-{#id}" value="1" />
</div>
</td>
<td style="text-align:center;"><a name="{#link}" href="{#url}"><img src="{#thumbnail_url}" alt="" class="miniature" title="{#filename}" /></td>
<td style="text-align:center;">{#default_name}<br /><input type="text" name="name-{#id}" value="{#name}" maxlength="255"/></td>
<td style="text-align:center;"><input type="text" name="author-{#id}" value="{#author}" maxlength="255" size="12" /></td>
<td style="text-align:center;"><textarea name="comment-{#id}" rows="5" cols="30" style="overflow:auto">{#comment}</textarea></td>
<td style="text-align:center;"><input type="text" name="date_creation-{#id}" value="{#date_creation}" maxlength="10" size="10" /></td>
<td style="text-align:center;"><input type="text" name="keywords-{#id}" value="{#keywords}" length="255" /></td>
</tr>
<!--/VTP_picture-->
<tr>
<td colspan="6">
<img src="./template/{#user_template}/admin/images/arrow_select.gif" alt="<" />
{#infoimage_associate}
<!--VTP_associate_LOV-->
<select name="associate">
<!--VTP_associate_cat-->
<option value="{#value}">{#content}</option>
<!--/VTP_associate_cat-->
</select>
<!--/VTP_associate_LOV-->
<!--VTP_associate_text-->
<input type="text" name="associate" />
<!--/VTP_associate_text-->
</td>
</tr>
<tr>
<td colspan="6" style="text-align:center;">
<input type="submit" value="{#submit}" name="submit" />
</td>
</tr>
</table>
</form>
|