Changeset 16 for download_soubory/index.php
- Timestamp:
- Aug 12, 2007, 1:35:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
download_soubory/index.php
r5 r16 6 6 ?> 7 7 8 <TABLE width="100%" border="0"> 9 <TR><td colspan="2"><H3>Soubory ke staení:</H3></td></tr> 8 <h3>Soubory ke staení:</h3> 10 9 11 <tr><TD width="10%" valign="top"> </td><TD width="90%" valign="top">12 10 <? 13 echo('< table width="80%" cellspacing="0" style="color: white;">');11 echo('<div align="center" ><table width="80%" cellspacing="0" style="color: white;">'); 14 12 foreach($Files as $GroupName => $Group) 15 13 { … … 23 21 } 24 22 } 25 echo('</table>'); 26 ?> 27 <br> 23 echo('<tr><td><br> 28 24 <a href="http://wow.zdechov.net:6969/">Heroes of Fantasy BitTorrent Tracker</a><br> 29 25 <a href="http://www.utorrent.com/download.php">Stáhnout BitTorrent klienta µTorrent</a><br> 30 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentù</a><br></td></tr></TABLE> 31 <? 26 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentù</a> 27 </td></tr>'); 28 echo('</table></div>'); 29 32 30 ShowFooter(); 33 31 ?>
Note:
See TracChangeset
for help on using the changeset viewer.