Changeset 438 for trunk/finance/tarify.php
- Timestamp:
- Oct 13, 2012, 1:24:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/tarify.php
r419 r438 1 1 <?php 2 include_once('../global.php'); 2 3 include_once('../Common/Global.php'); 3 4 4 5 class FinanceTarrifsPage extends Page … … 20 21 $Output .= '<tr><th>Název tarifu</th><th>Min. rychlost [kbit/s]</th><th>Max. rychlost [kbit/s]</th><th>Agregační poměr</th><th>Počet podílníků</th><th>Cena [Kč]</th><th>Součet ceny [Kč]</th></tr>'; 21 22 $TotalPrice = 0; 23 $TotalMemberCount = 0; 22 24 foreach($Finance->Tariffs as $Index => $Tariff) 23 25 {
Note:
See TracChangeset
for help on using the changeset viewer.