Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //$_SESSION = array();
- //session_destroy();
- include 'common.php';
- ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Vriewieler Fietsenverhuur</title>
- <style type="text/css">
- a { text-decoration:none }
- a, span.link {color: black;}
- a:visited, span.visited {color: black;}
- a:active, span.active {color: black;}
- body { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; }
- IMG.displayed {
- display: block;
- margin-left: auto;
- margin-right: 0 }
- </style>
- </head>
- <body>
- <center>
- <table width="1200">
- <tr>
- <td>
- <a href="index.php"><img src="images/home.png" height="40" align="center"/><b> <?=$lang['start']?></b></a>
- </td>
- <td>
- <img src="images/logo.gif" class="displayed"/></a>
- </td>
- </tr>
- </table>
- <p>
- <center>
- <br>
- <h2>Kies een taal</h2>
- <h2>Choose a language</h2>
- <h2>Wählen Sie eine Sprache</h2>
- <br>
- <p>
- <table cellspacing="2" cellpadding="2" style="border:0px solid black;border-collapse:collapse;">
- <tr >
- <th ><a href="naam.php?lang=nl""><img src="images/nl.gif" width="300px" height="260px"/><br><h2>Nederlands</a></th>
- <th ><a href="naam.php?lang=de""><img src="images/germany.gif" width="300px" height="260px"/><br><h2>Deutsch</a></th>
- <th ><a href="naam.php?lang=en""><img src="images/uk.gif" width="300px" height="260px"/><br><h2>English</a><br></th>
- </p>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment