blob: 56ec99505ff64c8af377726cdd32fbf84b2396fb (
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
|
<!--VTP_confirmation-->
<div style="color:red;text-align:center;">
{#editcat_confirm} [ <a href="{#back_url}">{#editcat_back}</a> ]</div>
<!--/VTP_confirmation-->
<form action="{#form_action}" method="post">
<table style="width:100%;">
<tr>
<th colspan="2">{#editcat_title1} "{#cat:name}" [ {#cat:dir} ]</th>
</tr>
<!--VTP_server-->
<tr>
<td style="width:20%;">{#remote_site}</td>
<td class="row2">{#url}</td>
</tr>
<!--/VTP_server-->
<tr>
<td style="width:20%;">{#editcat_name}</td>
<td class="row2">
<input type="text" name="name" value="{#name}" maxlength="255"/>
</td>
</tr>
<tr>
<td style="width:20%;">{#editcat_comment}</td>
<td class="row2">
<textarea name="comment" rows="5" cols="50" style="overflow:auto">{#comment}</textarea>
</td>
</tr>
<tr>
<td style="width:20%;">{#editcat_status}</td>
<td class="row2">
<select name="status">
<!--VTP_status_option-->
<option{#selected}>{#option}</option>
<!--/VTP_status_option-->
</select>
{#editcat_status_info}
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="submit" value="{#submit}" />
</td>
</tr>
</table>
</form>
|