Changeset 156 for www/finance/index.php
- Timestamp:
- Feb 17, 2009, 10:00:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/index.php
r153 r156 14 14 $Output = '<table><tr><td valign="top">'; 15 15 16 $Output .= '<table><tr><td width="30%">'; 17 if(GetMemberByIP(GetRemoteAddress()) > 0) $Output .= '<a href="user_state_ip.php">Vaše finanční operace (Tato volba je také přístupná po přihlášení do systému v uživatelském menu).</a><br /><br /><br />'; 16 if(GetMemberByIP(GetRemoteAddress()) > 0) $Output .= '<a href="user_state_ip.php">Vaše finanční operace</a> (Tato volba je také přístupná po přihlášení do systému v uživatelském menu).<br /><br /><br />'; 18 17 19 18 $Output .= '<a href="monthly_overall.php">Měsíční přehledy</a><br />'; … … 25 24 //$Output .= '<a href="faktury/">Faktury za internet</a><br />'; 26 25 //$Output .= '<a href="inventory.php">Výpis skladových zásob</a><br />'; 27 $Output .= '</td><td width="50%">'; 28 29 $Output .= '</td></tr></table><br />'; 30 31 $Output .= '<strong>Souhrn:</strong><br />'; 26 27 $Output .= '<br /><strong>Souhrn:</strong><br />'; 32 28 33 29 $DbResult = $this->Database->query("SELECT * FROM finance_monthly_overall ORDER BY date DESC LIMIT 0,1");
Note:
See TracChangeset
for help on using the changeset viewer.