Changeset 583 for trunk/pages/download.php
- Timestamp:
- May 7, 2009, 9:15:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/download.php
r556 r583 2 2 3 3 include('files.php'); 4 echo('<h 2 align="center">Soubory ke stažení:</h2>');5 echo('< div align="center" ><table class="DownloadTable">');4 echo('<h3 class="PageTitle">Soubory ke stažení:</h3>'); 5 echo('<table class="DownloadTable">'); 6 6 foreach($Files as $GroupName => $Group) 7 7 { 8 8 if($Group['link'] != '') $www = ' <a href="'.$Group['link'].'">www</a>'; else $www = ''; 9 echo('<tr><t d colspan="3" style="border-bottom-width: thin; border-bottom-color: white; border-bottom-style: solid;"><strong>'.$Group['title'].$www.'</strong></td></tr>');9 echo('<tr><th colspan="3"><strong>'.$Group['title'].$www.'</strong></th></tr>'); 10 10 foreach($Group['files'] as $FileName => $File) 11 11 { … … 20 20 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentů</a> 21 21 </td></tr>'); 22 echo('</table></div>'); 23 22 echo('</table>'); 24 23 25 24 ?>
Note:
See TracChangeset
for help on using the changeset viewer.