source: trunk/template/default/admin/cat_list.vtp @ 30

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

using new links to pictures (into the template dir)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1<table style="width:100%;">
2<!--VTP_cat-->
3<tr>
4  <{#td} style="width:40%;text-align:left;">
5    {#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt;" />
6    &nbsp;{#name} [ dir : {#dir} ]
7    <span style="color:red;font-weight:normal;"> {#invisible} <span style="font-weight:bold;">{#private}</span></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    <!--VTP_permission-->
46    <a href="{#url}">{#cat_permission}</a>
47    <!--/VTP_permission-->
48    <!--VTP_no_permission-->
49    <span style="color:darkgray;">{#cat_permission}</span>
50    <!--/VTP_no_permission-->
51  </{#td}>
52  <{#td} class="{#class}"
53         style="width:10%;white-space:nowrap;text-align:center;">
54    <!--VTP_update-->
55    <a href="{#update_url}">{#cat_update}</a>
56    <!--/VTP_update-->
57    <!--VTP_no_update-->
58    <span style="color:darkgray;">{#cat_update}</span>
59    <!--/VTP_no_update-->
60  </{#td}>
61<tr>
62<!--/VTP_cat-->
63</table>
Note: See TracBrowser for help on using the repository browser.