source:
branches/old/download_soubory/index.php
| Last change on this file was 389, checked in by , 17 years ago | |
|---|---|
| File size: 1.2 KB | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | include('../global.php'); |
| 3 | ShowHeader(); |
| 4 | |
| 5 | include('files.php'); |
| 6 | echo('<h3>Soubory ke stažení:</h3>'); |
| 7 | echo('<div align="center" ><table width="80%" cellspacing="0" style="color: white;">'); |
| 8 | foreach($Files as $GroupName => $Group) |
| 9 | { |
| 10 | if($Group['link'] != '') $www = ' <a href="'.$Group['link'].'">www</a>'; else $www = ''; |
| 11 | echo('<tr><td colspan="3" style="border-bottom-width: thin; border-bottom-color: white; border-bottom-style: solid;"><strong>'.$Group['title'].$www.'</strong></td></tr>'); |
| 12 | foreach($Group['files'] as $FileName => $File) |
| 13 | { |
| 14 | if($File['web'] == '') $Web = ' '; else $Web = '<a href="'.$File['web'].'">HTTP</a>'; |
| 15 | if($File['torrent'] == '') $Torrent = ' '; else $Torrent = '<a href="'.$File['torrent'].'">Torrent</a>'; |
| 16 | echo('<tr style="font-size: small;"><td style="padding-left: 12px;">'.$File['title'].'</td><td>'.$Web.'</td><td>'.$Torrent.'</td></tr>'); |
| 17 | } |
| 18 | } |
| 19 | echo('<tr><td><br> |
| 20 | <a href="http://wow.zdechov.net:6969/">Heroes of Fantasy BitTorrent Tracker</a><br> |
| 21 | <a href="http://www.utorrent.com/download.php">Stáhnout BitTorrent klienta uTorrent</a><br> |
| 22 | <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentů</a> |
| 23 | </td></tr>'); |
| 24 | echo('</table></div>'); |
| 25 | |
| 26 | ShowFooter(); |
| 27 | ?> |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/wow/chrome/site/your_project_logo.png)