Luit

Untitled

Mar 25th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Luit Hollander - Home</title>
  6. <link rel="stylesheet" type="text/css" href="style.css" />
  7. <link rel="icon" type="image/png" href="images/favicon.png">
  8. <meta name="description" content="Luit Hollander">
  9. <meta name="author" content="verfkwast">
  10. <script type="text/javascript" src="bbeditor/ed.js"></script>
  11. </head>
  12. <script src="http://code.jquery.com/jquery.js"></script>
  13. <body>
  14. <center>
  15. <?php
  16. include ('header.php');
  17. ?>
  18. <table bgcolor="white" width="300" class="newtable">
  19. <tr><td>
  20. <?php
  21. if($_POST["pass"] != "CERNSORED") {
  22. echo "Wachtwoord verkeerd ingevoerd!";
  23. }
  24. else {
  25. ?>
  26. <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>
  27. <form action="data/schrijfstatus.php" method="POST" name="inputform" id="inputform">
  28. Status:<BR>
  29. <textarea rows="20" cols="20" name="field1">
  30. Typ hier je status.
  31. </textarea>
  32. <BR>
  33. <BR>
  34. Stemming:<BR>
  35. <input type="text" size="10" value="Typ hier je stemming :)" name="field2" /><BR>
  36. <BR>
  37. <BR>
  38. <input type="submit" class="btn" name="submit" value="Update status" />
  39. </form>
  40. </span>
  41. <?php
  42. }
  43. ?>
  44. </table>
  45. <?php
  46. include ('footer.php');
  47. ?>
  48. </center>
  49. </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment