Changeset 366 for trunk/Modules/Finance/FinanceOverview.php
- Timestamp:
- Jan 19, 2012, 7:55:45 AM (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/FinanceOverview.php
r365 r366 1 1 <?php 2 include_once('../global.php');3 2 4 3 class FinanceOverview extends Page … … 12 11 $Output = '<table><tr><td valign="top">'; 13 12 14 $Output .= '<a href="monthly_overall.php">Měsíční přehledy</a><br />'; 15 $Output .= '<a href="tarify.php">Tarify</a><br />'; 16 $Output .= '<a href="zarizeni.php">Výpis zařízení</a><br />'; 17 if($this->System->Models['User']->CheckPermission('Finance', 'SubjectList')) $Output .= '<a href="clenove.php">Seznam členů</a><br />'; 18 $Output .= '<a href="spotreba.php">Spotřeba energie</a><br />'; 19 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/index.php?category=9">Investice v síti</a><br />'; 13 $Output .= '<a href="mesicni-prehled/">Měsíční přehledy</a><br />'; 14 $Output .= '<a href="tarify/">Tarify</a><br />'; 15 $Output .= '<a href="zarizeni/">Výpis zařízení</a><br />'; 16 if($this->System->Models['User']->CheckPermission('Finance', 'SubjectList')) 17 $Output .= '<a href="clenove/">Seznam členů</a><br />'; 18 $Output .= '<a href="spotreba/">Spotřeba energie</a><br />'; 19 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/?category=9">Investice v síti</a><br />'; 20 20 //$Output .= '<a href="faktury/">Faktury za internet</a><br />'; 21 21 //$Output .= '<a href="inventory.php">Výpis skladových zásob</a><br />'; … … 97 97 } 98 98 99 $System->AddModule(new FinanceOverview());100 $System->Modules['FinanceOverview']->GetOutput();101 102 99 ?>
Note:
See TracChangeset
for help on using the changeset viewer.