source: trunk/template/default/admin/cat_modify.vtp @ 21

Last change on this file since 21 was 21, checked in by z0rglub, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1<!--VTP_confirmation-->
2<div style="color:red;text-align:center;">
3  {#editcat_confirm} [ <a href="{#back_url}">{#editcat_back}</a> ]</div>
4<!--/VTP_confirmation-->
5<form action="{#form_action}" method="post">
6  <table style="width:100%;">
7    <tr>
8      <th colspan="2">{#editcat_title1} "{#cat:name}" [ {#cat:dir} ]</th>
9    </tr>
10    <!--VTP_server-->
11    <tr>
12      <td style="width:20%;">{#remote_site}</td>
13      <td class="row2">{#url}</td>
14    </tr>
15    <!--/VTP_server-->
16    <tr>
17      <td style="width:20%;">{#editcat_name}</td>
18      <td class="row2">
19        <input type="text" name="name" value="{#name}" maxlength="255"/>
20      </td>
21    </tr>
22    <tr>
23      <td style="width:20%;">{#editcat_comment}</td>
24      <td class="row2">
25        <textarea name="comment" rows="5" cols="50" style="overflow:auto">{#comment}</textarea>
26      </td>
27    </tr>
28    <tr>
29      <td style="width:20%;">{#editcat_status}</td>
30      <td class="row2">
31        <!--VTP_status_option-->
32        <input type="radio" name="status" value="{#value}"{#checked} />{#option}
33        <!--/VTP_status_option-->
34      </td>
35    </tr>
36    <tr>
37      <td style="width:20%;">{#editcat_visible}</td>
38      <td class="row2">
39        <!--VTP_visible_option-->
40        <input type="radio" name="visible" value="{#value}"{#checked} />{#option}
41        <!--/VTP_visible_option-->
42        {#editcat_status_info}
43      </td>
44    </tr>
45    <tr>
46      <td colspan="2">&nbsp;</td>
47    </tr>
48    <tr>
49      <td colspan="2" align="center">
50        <input type="submit" name="submit" value="{#submit}" />
51      </td>
52    </tr>
53  </table>
54</form>
Note: See TracBrowser for help on using the repository browser.