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

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

Virtual categories management

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 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}" [
9        <!--VTP_storage-->
10        dir : {#dir}
11        <!--/VTP_storage-->
12        <!--VTP_virtual-->
13        <span style="color:blue;">{#cat_virtual}</span>
14        <!--/VTP_virtual-->
15        ]
16      </th>
17    </tr>
18    <!--VTP_server-->
19    <tr>
20      <td style="width:20%;">{#remote_site}</td>
21      <td class="row2">{#url}</td>
22    </tr>
23    <!--/VTP_server-->
24    <tr>
25      <td style="width:20%;">{#editcat_name}</td>
26      <td class="row2">
27        <input type="text" name="name" value="{#name}" maxlength="255"/>
28      </td>
29    </tr>
30    <tr>
31      <td>{#editcat_comment}</td>
32      <td class="row2">
33        <textarea name="comment" rows="5" cols="50" style="overflow:auto">{#comment}</textarea>
34      </td>
35    </tr>
36    <tr>
37      <td>{#editcat_status}</td>
38      <td class="row2">
39        <!--VTP_status_option-->
40        <input type="radio" name="status" value="{#value}"{#checked} />{#option}
41        <!--/VTP_status_option-->
42      </td>
43    </tr>
44    <tr>
45      <td>{#editcat_visible}</td>
46      <td class="row2">
47        <!--VTP_visible_option-->
48        <input type="radio" name="visible" value="{#value}"{#checked} />{#option}
49        <!--/VTP_visible_option-->
50        {#editcat_visible_info}
51      </td>
52    </tr>
53    <!--VTP_uploadable-->
54    <tr>
55      <td>{#editcat_uploadable}</td>
56      <td class="row2">
57        <!--VTP_uploadable_option-->
58        <input type="radio" name="uploadable" value="{#value}"{#checked} />{#option}
59        <!--/VTP_uploadable_option-->
60      </td>
61    </tr>
62    <!--/VTP_uploadable-->
63    <!--VTP_parent-->
64    <tr>
65      <td>{#cat_parent}</td>
66      <td class="row2">
67        <select name="associate">
68          <!--VTP_associate_cat-->
69          <option value="{#value}"{#selected}>{#content}</option>
70          <!--/VTP_associate_cat-->
71        </select>
72      </td>
73    </tr>
74    <!--/VTP_parent-->
75    <tr>
76      <td colspan="2">&nbsp;</td>
77    </tr>
78    <tr>
79      <td colspan="2" align="center">
80        <input type="submit" name="submit" value="{#submit}" />
81      </td>
82    </tr>
83  </table>
84</form>
Note: See TracBrowser for help on using the repository browser.