Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <?php
  2. session_start();
  3. ?>
  4. <html>
  5. <head>
  6. <title>titel?</title>
  7. <link rel="stylesheet" type="text/css" href="index.css">
  8. </head>
  9. <body>
  10. <div id="header">
  11.  
  12. <div id="links">
  13. <IMG SRC="http://www.catalogs.com/info/bestof/wp-content/uploads/2011/09/62.jpg" width=172 height=100 align="center"></IMG>
  14. </div>
  15. <div id="midden">
  16.  
  17. </div>
  18. <div id="rechts">
  19. <form action="login.php" method="POST">
  20. gebruikersnaam <br>
  21. <input type="text" placeholder="gebruikersnaam" name="username">
  22. <div id="rechtrechts">
  23. password<br>
  24.  
  25. <input type="password" name="password" placeholder="wachtwoord" {
  26. }>
  27.  
  28. <input type="submit"id="login" value="login">
  29.  
  30. </form>
  31. <?php if(isset($_SESSION['user']) == true){
  32. echo $_SESSION['user'];
  33. }else{echo "login ";
  34. }?>
  35. </div>
  36. </div>
  37. </form>
  38. </div></div>
  39. <div id="middenpagine">
  40. <div id="middenlinks">h
  41. hey
  42. </div>
  43. <div id="middenmidden">
  44. bheyt
  45. </div>
  46. <div id="middenrechts">
  47. sfvg
  48. </div>
  49. </div>
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <div id="footer">
  56. c
  57. </div>
  58. </form>
  59.  
  60. </body>
  61. </html>
  62.  
  63.  
  64. body{
  65. padding: 0px;
  66. margin: 0px;
  67. background-color: #2654BD;
  68. }
  69.  
  70. #wrapper {
  71. width: 100%;
  72. }
  73.  
  74. #header {
  75. width: 100%;
  76. height: 200px;
  77. background: #646262;
  78. }
  79.  
  80. #links {
  81. width: 33.3%;
  82. height: 400px;
  83.  
  84. float: left;
  85. }
  86.  
  87. #midden {
  88. width: 33.3%;
  89. height: 400px;
  90.  
  91. float: left;
  92. left: 20%;
  93. }
  94.  
  95. #rechts{
  96. width: 33.3%;
  97. height: 100px;
  98. float: left;
  99. left: 80%;
  100. }
  101. #rechtrecht{
  102.  
  103. width: 33.3%;
  104. height: 100px;
  105. float: left;
  106. left: 80%;
  107. }
  108. #header{
  109. width:100%;
  110. height: 100px;
  111. background-color:#646262;
  112. }
  113.  
  114.  
  115.  
  116. #login{
  117. {
  118. padding:5px 15px; background:#26AEBD; border:10px;
  119. cursor:pointer;
  120. -webkit-border-radius: 5px;
  121. border-radius: 5px; }
  122. #middenlinks {
  123. width: 33.3%;
  124. height: 400px;
  125.  
  126. float: left;
  127. }
  128.  
  129. #middenmidden {
  130. width: 33.3%;
  131. height: 400px;
  132. background-color:green;
  133. float: left;
  134. left: 20%;
  135. }
  136.  
  137. #middenrechts{
  138. width: 33.3%;
  139. height: 100px;
  140. background:white;
  141. float: left;
  142. left: 80%;
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement