source: trunk/admin/templates/default/groups.tpl @ 2

Revision 2, 953 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN list -->
2<p>
3 <table border="0" width="45%" align="center">
4  <tr>
5   {left_next_matchs}
6   <td align="center">{lang_groups}</td>
7   {right_next_matchs}
8  </tr>
9 </table>
10
11 <table border="0" width="45%" align="center">
12  <tr bgcolor="{th_bg}">
13   <td>{sort_name}</td>
14   <td>{header_edit}</td>
15   <td>{header_delete}</td>
16  </tr>
17
18  {rows}
19
20 </table>
21
22 <table border="0" width="45%" align="center">
23  <tr>
24   <td align="left">
25    <form method="POST" action="{new_action}">
26     {input_add}
27    </form>
28   </td>
29   <td align="right">
30    <form method="POST" action="{search_action}">
31     {input_search}
32    </form>
33   </td>
34  </tr>
35 </table>
36<!-- END list -->
37
38<!-- BEGIN row -->
39 <tr bgcolor="{tr_color}">
40  <td>{group_name}</td>
41  <td width="5%">{edit_link}</td>
42  <td width="5%">{delete_link}</td>
43 </tr>
44<!-- END row -->
45
46<!-- BEGIN row_empty -->
47   <tr>
48    <td colspan="5" align="center">{message}</td>
49   </tr>
50<!-- END row_empty -->
Note: See TracBrowser for help on using the repository browser.