Silnik strony + galerii zdjęć Suczawa 2009
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.7 KiB

  1. <?php
  2. $xhtml = preg_match('/application\/xhtml\+xml(?![+a-z])(;q=(0\.\d{1,3}|[01]))?/i',
  3. $_SERVER['HTTP_ACCEPT'], $xhtml) && (isset($xhtml[2])?$xhtml[2]:1) > 0 ||
  4. strpos($_SERVER["HTTP_USER_AGENT"], "W3C_Validator")!==false ||
  5. strpos($_SERVER["HTTP_USER_AGENT"], "WebKit")!==false;
  6. header('Content-Type: '.($xhtml?'application/xhtml+x':'text/ht').'ml; charset="utf-8"'); #IE doesn't support application/xhtml+xml - workaround
  7. echo '<?xml version="1.0" encoding="utf-8"?>';
  8. ?>
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
  11. <head>
  12. <title>Download</title>
  13. <link type="text/css" href="style.css" rel="stylesheet" />
  14. <meta http-equiv="Content-Type" content="<?=$xhtml?'application/xhtml+x':'text/ht'?>ml; charset=utf-8" />
  15. </head>
  16. <body>
  17. <div id="page">
  18. <img src="images/logo.png" width="800px" alt="Logo strony" />
  19. <div id="content">
  20. <div id="dlinks">
  21. <div id="dlinks_inner">
  22. <img src="images/linki.png" alt="Linki:" />
  23. <div class="dframe">
  24. <a class="link" href="http://rapidshare.com/files/243528123/ZDJECIA.7z.001">http://rapidshare.com/files/243528123/ZDJECIA.7z.001</a><br/>
  25. <a class="link" href="http://rapidshare.com/files/243652052/ZDJECIA.7z.002">http://rapidshare.com/files/243652052/ZDJECIA.7z.002</a><br/>
  26. <a class="link" href="http://rapidshare.com/files/243685412/ZDJECIA.7z.003">http://rapidshare.com/files/243685412/ZDJECIA.7z.003</a><br/>
  27. <a class="link" href="http://rapidshare.com/files/243743885/ZDJECIA.7z.004">http://rapidshare.com/files/243743885/ZDJECIA.7z.004</a><br/>
  28. <a class="link" href="http://rapidshare.com/files/243781654/ZDJECIA.7z.005">http://rapidshare.com/files/243781654/ZDJECIA.7z.005</a> <br/>
  29. <a class="link" href="http://rapidshare.com/files/243890408/ZDJECIA.7z.006">http://rapidshare.com/files/243890408/ZDJECIA.7z.006</a> <br/>
  30. <a class="link" href="http://rapidshare.com/files/243914577/ZDJECIA.7z.007">http://rapidshare.com/files/243914577/ZDJECIA.7z.007</a> <br/>
  31. <a class="link" href="http://rapidshare.com/files/243926118/ZDJECIA.7z.008">http://rapidshare.com/files/243926118/ZDJECIA.7z.008</a> <br/>
  32. </div>
  33. <img src="images/hasło.png" alt="Hasło:" />
  34. <div class="dframe">
  35. <b>Hasło: </b> Sucava2009
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. <div id="footer">
  41. <a id="copyright">Copyright © 2009 ...</a><br />
  42. <div id="links">
  43. <a href="index.php">Strona główna</a> | <a href="gallery.php">Fotogaleria</a> | <a href="download.php">Download</a> | <a href="http://suczawa.ath.cx">Forum</a>
  44. </div>
  45. </div>
  46. </div>
  47. </body>
  48. </html>