source: trunk/template/default/admin/cat.vtp @ 9

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

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1<table style="width:100%;">
2<!--VTP_cat-->
3<tr>
4  <{#td} style="width:40%;text-align:left;">
5    {#indent}<img src="./images/puce.gif" alt="&gt;" />
6    &nbsp;{#name} [ dir : {#dir} ]
7    <span style="color:red;font-weight:normal;"> {#invisible}</span>
8  </{#td}>
9  <{#td} style="text-align:center;">
10    <div style="margin-left:3px;margin-right:3px;">{#nb_picture}</div>
11  </{#td}>
12  <{#td} class="{#class}"
13         style="width:10%;white-space:nowrap;text-align:center;">
14    <a href="{#edit_url}">{#cat_edit}</a>
15  </{#td}>
16  <{#td} class="{#class}"
17         style="width:10%;white-space:nowrap;text-align:center;">
18    <!--VTP_up-->
19    <a href="{#up_url}">{#cat_up}</a>
20    <!--/VTP_up-->
21    <!--VTP_no_up-->
22    <span style="color:darkgray;">{#cat_up}</span>
23    <!--/VTP_no_up-->
24  </{#td}>
25  <{#td} class="{#class}"
26         style="width:10%;white-space:nowrap;text-align:center;">
27    <!--VTP_down-->
28    <a href="{#down_url}">{#cat_down}</a>
29    <!--/VTP_down-->
30    <!--VTP_no_down-->
31    <span style="color:darkgray;">{#cat_down}</span>
32    <!--/VTP_no_down-->
33  </{#td}>
34  <{#td} class="{#class}"
35         style="width:10%;white-space:nowrap;text-align:center;">
36    <!--VTP_image_info-->
37    <a href="{#image_info_url}">{#cat_image_info}</a>
38    <!--/VTP_image_info-->
39    <!--VTP_no_image_info-->
40    <span style="color:darkgray;">{#cat_image_info}</span>
41    <!--/VTP_no_image_info-->
42  </{#td}>
43  <{#td} class="{#class}"
44         style="width:10%;white-space:nowrap;text-align:center;">
45    <a href="{#permission_url}">{#cat_permission}</a>
46  </{#td}>
47  <{#td} class="{#class}"
48         style="width:10%;white-space:nowrap;text-align:center;">
49    <!--VTP_update-->
50    <a href="{#update_url}">{#cat_update}</a>
51    <!--/VTP_update-->
52    <!--VTP_no_update-->
53    <span style="color:darkgray;">{#cat_update}</span>
54    <!--/VTP_no_update-->
55  </{#td}>
56<tr>
57<!--/VTP_cat-->
58</table>
Note: See TracBrowser for help on using the repository browser.