tvilling53

ny-bruger.php

Feb 2nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. <?php session_start();?>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>API-IT.DK</title>
  6. <link rel="stylesheet" href="skatberegning/CSS/log_paa.css" type="text/css"/>
  7. <link rel="stylesheet" href="skatberegning/CSS/farver.css" type="text/css"/>
  8. <style type="text/css">
  9. .spam{margin-left:calc(50% - 125px)}
  10. .fejl{color:red;}
  11. .fod{clear:both; color:#000; padding:4px 3%; text-align:center; font-size:20px; float:bottom}
  12. </style>
  13. </head>
  14. <body class="farve">
  15. <div class="box1 farve">
  16. <div>
  17. <h1 class="h1">Indtast gyldig e-mailadresse</h1>
  18. </div>
  19. <form action="opret-bruger.php" method="post">
  20. <div>
  21. <input class="fejl farve" readonly="readonly" value="<?=$_SESSION['optaget']?>"/>
  22. </div>
  23. <div>
  24. <input class="log1"type="text" name="navn" placeholder="" value="<?=$_SESSION['email'];?>" autofocus="on" required/><br/>
  25. </div>
  26. <div>
  27. <h2 class="h2"> Er der ikke 6 læsbare tegn i feltet </h2>
  28. </div>
  29. <div>
  30. <h2 class="h2"> så klik på feltet for at få læsbare tegn </h2>
  31. </div>
  32. //---------------------------------her kaldes chapta-----------------
  33. <div class="spam center">
  34. <a href="ny-bruger.php"><img src="create-image.php"></a>
  35. </div>
  36. <div>
  37. <h2 class="h2"> der er forskel på store og små bogstaver </h2>
  38. </div>
  39.  
  40. <div>
  41. <input class="log1" type="text" name="spam" placeholder="Indtast de 6 tegn fra feltet her..." required/><br/>
  42. </div>
  43. <div><?php if($_SESSION['fejl']!="")
  44. {?><input class="fejl farve" readonly="readonly" value="<?=$_SESSION['fejl']?>"/><?php }?>
  45. </div>
  46. <div class="line10"></div>
  47. <div class="just2">
  48. <input class="log2 farve2" type="button" value="Afbryd" onclick="history.go(-2)"/>
  49. </div>
  50. <div class="just3">
  51. <input class="log3 groen" type="submit"value="Videre"/><br/><br/>
  52. </div>
  53. </br>
  54. </form>
  55. <div class ="fod">Designet af T.Vandtved for API-IT.DK</div>
  56. </div>
  57. </body>
  58. </html>
Add Comment
Please, Sign In to add comment