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

Revision 4570, 2.1 KB checked in by thiagoaos, 13 years ago (diff)

Ticket #1955 - Adição de 2 relatórios e ajuste no relatório de cotas.

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