aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/user_list.tpl
blob: 562ef8c4212a4b4d16f23ba1742d0fed38dd588f (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
<!--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_errors-->
<div class="errors">
  <div class="errors_title">{#errors_title}</div>
  <ul>
    <!--VTP_li-->
    <li>{#li}</li>
    <!--/VTP_li-->
  </ul>
</div>
<!--/VTP_errors-->

<!--VTP_add_user-->
<form method="post" action="{#form_action}">
  <div style="text-align:center;margin:10px;">
    <span style="font-weight:bold;">{#title_add}</span> -&gt;
    {#login} : <input type="text" name="username" value="{#f_username}" />
    {#password} : <input type="text" name="password" value="{#f_password}" />
    <input type="submit" value="{#add}" name="submit_add_user" />
  </div>
</form>
<!--/VTP_add_user-->

<!--VTP_users-->
<form method="post" action="{#form_action}">
<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">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="5">
      <img src="./template/{#user_template}/admin/images/arrow_select.gif" alt="&lt;" />
      <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}" name="submit_generate_mail" 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-->