Advertisement
tvilling53

login_mail.dk

Jun 4th, 2018
915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. <?php session_start();?>
  2.  
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>Log ind</title>
  7. <link rel="stylesheet" href="skatberegning/CSS/log_paa.css" type="text/css" />
  8. <link rel="stylesheet" href="skatberegning/CSS/farver.css" type="text/css" />
  9.  
  10. <style type="text/css">
  11. .fod{clear:both; color:#000; padding:4px 3%; text-align:center; font-size:20px; float:bottom}
  12. .box1{height: 90%}
  13. </style>
  14. </head>
  15. <body class="farve">
  16. <div class="box1 farve">
  17. <div>
  18. <h1 class="h1">Log på API-IT.DK</h1>
  19. </div>
  20. <div>
  21. <form action="tjek_mail.php" method="post">
  22. </div>
  23. <div >
  24. <input class="log1 hvid" type="text" name="name" placeholder="Indtast e-mailadresse..." required autofocus="autofocus"/><br/>
  25. </div>
  26. <div class="line10"></div>
  27. <div class="button">
  28. <input class="log2 farve2 ramme" type="button" value="Afbryd" onclick="history.go(-1)"/>
  29. </div>
  30. <div class="">
  31. <input class="log3 groen ramme" type="submit" value="NÆSTE" name="submit" />
  32. </div>
  33. <div>
  34. <input class="fejl farve" readonly="readonly" value="<?=$_SESSION['fejl_tekst']?>"/>
  35. </div>
  36. </form>
  37. </br>
  38. <form action="bruger-vilkaer.php" method="post">
  39. <div class="button">
  40. <input class="glemt farve ramme" type="submit" value="Jeg vil gerne oprettes som bruger..!!!" name="submit" />
  41. </div>
  42. </form>
  43. </div>
  44. <?php $_SESSION['fejl_tekst']="";?>
  45. <div class ="fod">Designet af T.Vandtved for API-IT.DK</div>
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement