blob: 90dcc093f54b77148f9853a04522a55a62775395 (
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
|
<!--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">
<!--VTP_status_option-->
<input type="radio" name="status" value="{#value}"{#checked} />{#option}
<!--/VTP_status_option-->
</td>
</tr>
<tr>
<td style="width:20%;">{#editcat_visible}</td>
<td class="row2">
<!--VTP_visible_option-->
<input type="radio" name="visible" value="{#value}"{#checked} />{#option}
<!--/VTP_visible_option-->
{#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>
|