blob: a1032aa36f4ce1838986c444bac2b9c8519c5395 (
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
|
<!--VTP_deletion-->
<table style="width:100%;">
<tr>
<th colspan="2">{#listuser_confirm} "{#login}" ?</th>
</tr>
<tr>
<td align="center"><a href="{#yes_url}">{#yes}</a></td>
<td align="center" class="row2"><a href="{#no_url}">{#no}</a></td>
</tr>
</table>
<!--/VTP_deletion-->
<!--VTP_confirmation-->
<div class="{#class}">{#info}</div>
<!--/VTP_confirmation-->
<!--VTP_users-->
<form method="post" action="{#form_action}" name="{#form_name}">
<table width="100%">
<!--VTP_category-->
<tr>
<th colspan="5">{#title}</th>
</tr>
<!--VTP_user-->
<tr>
<td style="width:0px;">
<div style="margin-left:2px;margin-right:2px;">
<!--VTP_checkbox-->
<input type="checkbox" name="{#name}" value="1" />
<!--/VTP_checkbox-->
</div>
</td>
<td style="width:25%;">
<div style="margin-left:10px;color:{#color}">{#login}</div>
</td>
<td class="row2" style="text-align:center;width:25%;">
<!--VTP_modify-->
<a href="{#url}" title="{#listuser_modify_hint} {#login}">{#listuser_modify}</a>
<!--/VTP_modify-->
<!--VTP_not_modify-->
<span style="color:darkgray;">{#listuser_modify}</span>
<!--/VTP_not_modify-->
</td>
<td class="row2" style="text-align:center;width:25%;">
<!--VTP_permission-->
<a href="{#url}" title="{#listuser_permission_hint} {#login}">{#listuser_permission}</a>
<!--/VTP_permission-->
<!--VTP_not_permission-->
<span style="color:darkgray;">{#listuser_permission}</span>
<!--/VTP_not_permission-->
</td>
<td class="row2" style="text-align:center;width:25%;">
<!--VTP_delete-->
<a href="{#url}" title="{#listuser_delete_hint} {#login}">{#listuser_delete}</a>
<!--/VTP_delete-->
<!--VTP_not_delete-->
<span style="color:darkgray;">{#listuser_delete}</span>
<!--/VTP_not_delete-->
</td>
</tr>
<!--/VTP_user-->
<!--/VTP_category-->
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="5">
<img src="./images/arrow_up.gif" alt="<" />
<input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" />
<input type="button" value="{#listuser_button_invert}" onClick="Inverser(this.form)" style="margin-left:5px;margin-right:5px;" />
<input type="submit" value="{#listuser_button_create_address}" style="margin-left:5px;margin-right:5px;" />
<!--VTP_mail_link-->
<a href="mailto:{#mailto}">mailto:{#mail_address_start}...</a>
<!--/VTP_mail_link-->
</td>
</tr>
</table>
</form>
<!--/VTP_users-->
|