Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Luit Hollander - Home</title>
- <link rel="stylesheet" type="text/css" href="style.css" />
- <link rel="icon" type="image/png" href="images/favicon.png">
- <meta name="description" content="Luit Hollander">
- <meta name="author" content="verfkwast">
- <script type="text/javascript" src="bbeditor/ed.js"></script>
- </head>
- <script src="http://code.jquery.com/jquery.js"></script>
- <body>
- <center>
- <?php
- include ('header.php');
- ?>
- <table bgcolor="white" width="300" class="newtable">
- <tr><td>
- <?php
- if($_POST["pass"] != "CERNSORED") {
- echo "Wachtwoord verkeerd ingevoerd!";
- }
- else {
- ?>
- <a STYLE="background-color: #CCFFFF;" id="show_id" onclick="document.getElementById('spoiler_id').style.display=''; document.getElementById('show_id').style.display='none';" class="link"><b>[</b> Status aanpassen - Klik hier <b>]</b></a><span id="spoiler_id" style="display: none"><a STYLE="background-color: #CCFFFF;" onclick="document.getElementById('spoiler_id').style.display='none'; document.getElementById('show_id').style.display='';" class="link"><b>[</b> Verberg - Klik hier <b>]</b></a><br>
- <form action="data/schrijfstatus.php" method="POST" name="inputform" id="inputform">
- Status:<BR>
- <textarea rows="20" cols="20" name="field1">
- Typ hier je status.
- </textarea>
- <BR>
- <BR>
- Stemming:<BR>
- <input type="text" size="10" value="Typ hier je stemming :)" name="field2" /><BR>
- <BR>
- <BR>
- <input type="submit" class="btn" name="submit" value="Update status" />
- </form>
- </span>
- <?php
- }
- ?>
- </table>
- <?php
- include ('footer.php');
- ?>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment