source: branches/2.2/reports/templates/default/index.tpl @ 3948

Revision 3948, 1.7 KB checked in by niltonneto, 13 years ago (diff)

Ticket #1692 - Removido da página index código desnecessário.

Line 
1<!-- BEGIN body -->
2<style type="text/css">
3<!--
4.style1 {
5        font-family: Arial, Helvetica, sans-serif;
6        font-weight: bold;
7        font-size: large;
8        font-style: italic;
9        color: #0000FF;
10}
11-->
12</style>
13<table width="90%" border="0" cellspacing="10" cellpadding="0" align="center">
14<!-- TODOS OS USUARIOS DO CONTEXTO
15        <tr>
16          <td width="1%" align="center"><img src='./templates/default/images/user.png'></td>
17          <td>
18                 <a href="../index.php?menuaction=reports.uireports.report_users_print">{lang_rel_user_all}</a>
19          </td>
20        </tr>
21-->     
22        <tr>
23          <td width="1%" align="center"><img src='./templates/default/images/user.png'></td>
24          <td>
25                 <a href="../index.php?menuaction=reports.uireports_users.report_users_group">{lang_rel_user_org}</a>
26          </td>
27        </tr>
28        <tr>
29          <td width="1%" align="center"><img src='./templates/default/images/quota.png'></td>
30          <td>
31                 <a href="../index.php?menuaction=reports.uireports_cota.report_cota_group">{lang_rel_cota_org}</a>
32          </td>
33        </tr>
34        <tr>
35          <td width="1%" align="center"><img src='./templates/default/images/access.png'></td>
36          <td>
37                 <a href="../index.php?menuaction=reports.uireports_logon.report_logon_group">{lang_rel_logon_org}</a>
38          </td>
39        </tr>
40        <tr>
41          <td width="1%" align="center"><img src='./templates/default/images/mail_list.png'></td>
42          <td>
43                 <a href="../index.php?menuaction=reports.uireports_maillists.report_maillists_group">{lang_rel_maillists_org}</a>
44          </td>
45        </tr>
46        <tr>
47          <td width="1%" align="center"><img src='./templates/default/images/group.png'></td>
48          <td>
49                 <a href="../index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group">{lang_rel_usersgroups_org}</a>
50          </td>
51        </tr>           
52</table>
53<!-- END body -->
Note: See TracBrowser for help on using the repository browser.