blob: 884b6a937f8452aed2d8c5851b592e43f75ab601 (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!--VTP_errors-->
<div class="errors">
<div class="errors_title">{#errors_title}</div>
<ul>
<!--VTP_li-->
<li>{#content}</li>
<!--/VTP_li-->
</ul>
</div>
<!--/VTP_errors-->
<table style="width:100%;">
<tr>
<td colspan="8" style="text-align:center;padding-top:10px;padding-bottom:10px;">
<form action="" method="post">
{#cat_add} <input type="text" name="virtual_name" />
{#cat_parent}
<select name="associate">
<!--VTP_associate_cat-->
<option value="{#value}">{#content}</option>
<!--/VTP_associate_cat-->
</select>
<input type="submit" value="{#submit}" name="submit" />
</form>
</td>
</tr>
<!--VTP_cat-->
<tr>
<{#td} style="width:50%;text-align:left;">
<a name="{#id}"></a>
{#indent}<img src="./template/{#user_template}/admin/images/puce.gif" alt=">" />
{#name} [
<!--VTP_storage-->
dir : {#dir}
<!--/VTP_storage-->
<!--VTP_virtual-->
<span style="color:blue;">{#cat_virtual}</span>
<!--/VTP_virtual-->
]
<span style="color:red;font-weight:normal;"> {#invisible} <span style="font-weight:bold;">{#private}</span></span>
</{#td}>
<{#td} class="{#class}"
style="width:1px;white-space:nowrap;text-align:center;">
<!--VTP_up-->
<a href="{#up_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a>
<!--/VTP_up-->
<!--VTP_no_up-->
<a href="{#last_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a>
<!--/VTP_no_up-->
</{#td}>
<{#td} class="{#class}"
style="width:1px;white-space:nowrap;text-align:center;">
<!--VTP_down-->
<a href="{#down_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a>
<!--/VTP_down-->
<!--VTP_no_down-->
<a href="{#first_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a>
<!--/VTP_no_down-->
</{#td}>
<{#td} class="{#class}" style="width:1px;text-align:center;">
<div style="margin-left:3px;margin-right:3px;">{#nb_picture}</div>
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<a href="{#edit_url}">{#cat_edit}</a>
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_image_info-->
<a href="{#image_info_url}">{#cat_image_info}</a>
<!--/VTP_image_info-->
<!--VTP_no_image_info-->
<span style="color:darkgray;">{#cat_image_info}</span>
<!--/VTP_no_image_info-->
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_permission-->
<a href="{#url}">{#cat_permission}</a>
<!--/VTP_permission-->
<!--VTP_no_permission-->
<span style="color:darkgray;">{#cat_permission}</span>
<!--/VTP_no_permission-->
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_update-->
<a href="{#update_url}">{#cat_update}</a>
<!--/VTP_update-->
<!--VTP_no_update-->
<span style="color:darkgray;">{#cat_update}</span>
<!--/VTP_no_update-->
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_delete-->
<a href="{#delete_url}">{#delete}</a>
<!--/VTP_delete-->
<!--VTP_no_delete-->
<span style="color:darkgray;">{#delete}</span>
<!--/VTP_no_delete-->
</{#td}>
<tr>
<!--/VTP_cat-->
</table>
|