source: branches/2.4/reports/templates/default/index.tpl @ 7228

Revision 7228, 2.1 KB checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

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        <tr>
15          <td width="1%" align="center"><img src='./templates/default/images/user.png'></td>
16          <td>
17                 <a href="../index.php?menuaction=reports.uireports_users.report_users_group">{lang_rel_user_org}</a>
18          </td>
19        </tr>
20        <tr>
21          <td width="1%" align="center"><img src='./templates/default/images/institutional_account.png'></td>
22          <td>
23                 <a href="../index.php?menuaction=reports.uireports_institutionalAccounts.report_institutionalAccounts_group">{lang_rel_institutional_account_org}</a>
24          </td>
25        </tr>
26        <tr>
27          <td width="1%" align="center"><img src='./templates/default/images/mail_share.png'></td>
28          <td>
29                 <a href="../index.php?menuaction=reports.uireports_shareAccounts.report_shareAccounts_group">{lang_rel_share_account_org}</a>
30          </td>
31        </tr>
32        <tr>
33          <td width="1%" align="center"><img src='./templates/default/images/quota.png'></td>
34          <td>
35                 <a href="../index.php?menuaction=reports.uireports_cota.report_cota_group">{lang_rel_cota_org}</a>
36          </td>
37        </tr>
38        <tr>
39          <td width="1%" align="center"><img src='./templates/default/images/access.png'></td>
40          <td>
41                 <a href="../index.php?menuaction=reports.uireports_logon.report_logon_group">{lang_rel_logon_org}</a>
42          </td>
43        </tr>
44        <tr>
45          <td width="1%" align="center"><img src='./templates/default/images/mail_list.png'></td>
46          <td>
47                 <a href="../index.php?menuaction=reports.uireports_maillists.report_maillists_group">{lang_rel_maillists_org}</a>
48          </td>
49        </tr>
50        <tr>
51          <td width="1%" align="center"><img src='./templates/default/images/group.png'></td>
52          <td>
53                 <a href="../index.php?menuaction=reports.uireports_usersgroups.report_usersgroups_group">{lang_rel_usersgroups_org}</a>
54          </td>
55        </tr>           
56</table>
57<!-- END body -->
Note: See TracBrowser for help on using the repository browser.