Guest User

index

a guest
Mar 23rd, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.55 KB | None | 0 0
  1. <?php
  2. //$_SESSION = array();
  3. //session_destroy();
  4. include 'common.php';
  5. ?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>Vriewieler Fietsenverhuur</title>
  11.  
  12. <style type="text/css">
  13. a { text-decoration:none }
  14. a, span.link {color: black;}
  15. a:visited, span.visited {color: black;}
  16. a:active, span.active {color: black;}
  17. body { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
  18. IMG.displayed {
  19.     display: block;
  20.     margin-left: auto;
  21.     margin-right: 0 }
  22. </style>
  23.  
  24. </head>
  25.  
  26. <body>
  27.  
  28. <center>
  29. <table width="1200">
  30. <tr>
  31. <td>
  32. <a href="index.php"><img src="images/home.png" height="40" align="center"/><b> <?=$lang['start']?></b></a>
  33. </td>
  34. <td>
  35. <img src="images/logo.gif" class="displayed"/></a>
  36. </td>
  37. </tr>
  38. </table>
  39. <p>
  40. <center>
  41. <br>
  42. <h2>Kies een taal</h2>
  43. <h2>Choose a language</h2>
  44. <h2>Wählen Sie eine Sprache</h2>
  45. <br>
  46. <p>
  47. <table cellspacing="2" cellpadding="2" style="border:0px solid black;border-collapse:collapse;">
  48. <tr >
  49. <th ><a href="naam.php?lang=nl""><img src="images/nl.gif" width="300px" height="260px"/><br><h2>Nederlands</a></th>
  50. <th ><a href="naam.php?lang=de""><img src="images/germany.gif" width="300px" height="260px"/><br><h2>Deutsch</a></th>
  51. <th ><a href="naam.php?lang=en""><img src="images/uk.gif" width="300px" height="260px"/><br><h2>English</a><br></th>
  52. </p>
  53. </center>
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment