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.

34 lines
1.5 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>Strona główna</title>
  13. <link type="text/css" href="style.css" rel="stylesheet" />
  14. </head>
  15. <body>
  16. <div id="page">
  17. <img src="images/logo.png" width="800px" alt="Logo strony" />
  18. <div id="content">
  19. <div id="dlinks">
  20. <a href="gallery.php"><img src="images/galeria.png" alt="Galeria zdjęć" /></a> <br/>
  21. <a href="download.php"><img src="images/download.png" alt="Download" /></a> <br/>
  22. <a href="http://suczawa.ath.cx"><img src="images/forum.png" alt="Forum" /></a>
  23. </div>
  24. </div>
  25. <div id="footer">
  26. <a id="copyright">Copyright © 2009 ...</a><br />
  27. <div id="links">
  28. <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>
  29. </div>
  30. </div>
  31. </div>
  32. </body>
  33. </html>