Changeset 308 for trunk/telseznam.php
- Timestamp:
- Jan 31, 2011, 6:04:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/telseznam.php
r304 r308 11 11 '802.cz' => 'http://802.cz/telefon', 12 12 'O2' => 'http://o2.cz', 13 'T-Mobile' => 'http://www.t-mobile.cz/web/cz/residential', 13 14 ); 14 15 … … 20 21 21 22 $Output = $PageList['Output']; 22 $Output .= '<br/><table class="WideTable" >';23 $Output .= '<br/><table class="WideTable" style="font-size: small;">'; 23 24 24 25 $TableColumns = array( … … 40 41 $Line['Operator'] = '<a href="'.$this->OperatorURL[$Line['Operator']].'">'.$Line['Operator'].'</a>'; 41 42 $Output .= '<tr><td>'.$Line['Number'].'</td>'. 42 '<td >'.$Line['Name'].'</td>'.43 '<td >'.$Line['Address'].'</td>'.43 '<td style="text-align: left;">'.$Line['Name'].'</td>'. 44 '<td style="text-align: left;">'.$Line['Address'].'</td>'. 44 45 '<td>'.$Line['Operator'].'</td>'. 45 46 '<td>'.$this->System->HumanDate(MysqlDateTimeToTime($Line['LastUpdate'])).'</td></tr>';
Note:
See TracChangeset
for help on using the changeset viewer.