source: trunk/template/default/admin/group_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: 1.3 KB
Line 
1<!--VTP_errors-->
2<div class="errors">
3  <ul>
4    <!--VTP_li-->
5    <li>{#li}</li>
6    <!--/VTP_li-->
7  </ul>
8</div>
9<!--/VTP_errors-->
10<!--VTP_deletion-->
11<table style="width:100%;">
12  <tr>
13    <th colspan="2">{#group_confirm} "{#name}" ?</th>
14  </tr>
15  <tr>
16    <td align="center"><a href="{#yes_url}">{#yes}</a></td>
17    <td align="center" class="row2"><a href="{#no_url}">{#no}</a></td>
18  </tr>
19</table>
20<!--/VTP_deletion-->
21<!--VTP_confirmation-->
22<div class="{#class}">{#info}</div>
23<!--/VTP_confirmation-->
24<!--VTP_groups-->
25<table width="100%">
26  <tr>
27    <th colspan="3">{#group_list_title}</th>
28  </tr>
29  <!--VTP_group-->
30  <tr>
31    <td style="width:25%;">
32      <div style="margin-left:10px;color:{#color}"><img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt;" /> {#name}</div>
33    </td>
34    <td class="row2" style="text-align:center;width:25%;">
35      <a href="{#permission_url}">{#listuser_permission}</a>
36    </td>
37    <td class="row2" style="text-align:center;width:25%;">
38      <a href="{#deletion_url}">{#delete}</a>
39    </td>
40  </tr>
41  <!--/VTP_group-->
42</table>
43<!--/VTP_groups-->
44<form method="post" action="{#form_action}">
45  <div style="text-align:center;margin:10px;">
46    {#group_add} <input type="text" name="name" />
47    <input type="submit" value="{#add}" name="submit" />
48  </div>
49</form>
Note: See TracBrowser for help on using the repository browser.