Changeset 167 for www/finance/index.php
- Timestamp:
- Mar 24, 2009, 11:44:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/index.php
r163 r167 10 10 { 11 11 $Finance = $this->System->Modules['Finance']; 12 $Output = '<table><tr><td valign="top">'; 13 14 if(GetMemberByIP(GetRemoteAddress()) > 0) $Output .= '<a href="user_state_ip.php?old">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 />'; 12 $Output = '<table><tr><td valign="top">'; 13 if(GetMemberByIP(GetRemoteAddress()) > 0) $Output .= '<a href="user_state.php?old">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 />'; 15 14 16 15 $Output .= '<a href="monthly_overall.php">Měsíční přehledy</a><br />'; … … 63 62 64 63 $Output .= 'Měsíční vyúčtování:<br /> 65 <table border="1" cellspacing="0" cellpadding="3">64 <table class="WideTable"> 66 65 <tr><th>Položka</th><th>Cena [Kč]</th></tr> 67 66 <tr><th colspan="2">Příjmy</th></tr>';
Note:
See TracChangeset
for help on using the changeset viewer.