Ignore:
Timestamp:
Nov 24, 2009, 5:19:21 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Třída pro provádění odměrů na straně klienta.
  • Přidáno: Podpora pro spouštění s parametry přes příkazový řádek.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View/Main.php

    r43 r44  
    206206      if($Measure['Info'] == '') $Measure['Info'] = ' ';
    207207      $GenerationTime = floor(($this->System->GetMicrotime() - $StopWatchStart) * 1000  ) / 1000;
    208       $Output .= '<tr><td><a href="?Measure='.$Measure['Id'].'&amp;Differential=0">'.$Measure['Description'].'</a></td><td align="center">'.$LastMeasureValue.'</td><td align="center">'.$LastMeasureTime.'</td><td align="center">'.$Interpolate.'</td><td>'.$Measure['Info'].'</td>';
     208      $Output .= '<tr><td><a href="?Measure='.$Measure['Id'].'&amp;Differential=0">'.$Measure['Name'].'</a></td><td align="center">'.$LastMeasureValue.'</td><td align="center">'.$LastMeasureTime.'</td><td align="center">'.$Interpolate.'</td><td>'.$Measure['Description'].'</td>';
    209209      if(array_key_exists('Debug', $_GET)) $Output .= '<td>'.$RowCount.'</td><td>'.$GenerationTime.'</td>';
    210210      $Output .= '</tr>';
Note: See TracChangeset for help on using the changeset viewer.