Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 13.92 KB | None | 0 0
  1. <?php
  2.     session_start();
  3.     // if($_SESSION['logged']){
  4.     // header("Location: index.php");
  5.     //     exit;
  6.     // }
  7. ?>
  8.  
  9. <!DOCTYPE html>
  10. <html>
  11.  
  12. <head>
  13.      <link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
  14.         <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  15.         <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
  16.         <script>
  17.             $(function() {
  18.                 $( "#datepicker" ).datepicker();
  19.             });
  20.         </script>
  21.  
  22.   <meta charset="UTF-8">
  23.  
  24.   <title>LQA Client Inschrijven</title>
  25.  
  26.   <style>
  27. /*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
  28.  
  29. </style>
  30.  
  31.     <style>
  32. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  33. .btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; }
  34. .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
  35. .btn-large { padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
  36. .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
  37. .btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
  38. .btn-primary.active { color: rgba(255, 255, 255, 0.75); }
  39. .btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
  40. .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
  41. .btn-block { width: 100%; display:block; }
  42.  
  43. * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
  44.  
  45. html { width: 100%; height:100%; overflow:hidden; }
  46.  
  47. body {
  48.     width: 100%;
  49.     height:100%;
  50.     font-family: 'Open Sans', sans-serif;
  51.     background: #092756;
  52.     background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top,  rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg,  #670d10 0%, #092756 100%);
  53.     background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
  54.     background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
  55.     background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
  56.     background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg,  #670d10 0%,#092756 100%);
  57.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
  58. }
  59. .login {
  60.     position: absolute;
  61.     top: 35%;
  62.     left: 50%;
  63.     margin: -150px 0 0 -150px;
  64.     width:300px;
  65.     height:300px;
  66. }
  67. .login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }
  68.  
  69. .login h3 { color: #888; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }
  70.  
  71. input {
  72.     width: 100%;
  73.     margin-bottom: 10px;
  74.     background: rgba(0,0,0,0.3);
  75.     border: none;
  76.     outline: none;
  77.     padding: 10px;
  78.     font-size: 13px;
  79.     color: #fff;
  80.     text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  81.     border: 1px solid rgba(0,0,0,0.3);
  82.     border-radius: 4px;
  83.     box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  84.     -webkit-transition: box-shadow .5s ease;
  85.     -moz-transition: box-shadow .5s ease;
  86.     -o-transition: box-shadow .5s ease;
  87.     -ms-transition: box-shadow .5s ease;
  88.     transition: box-shadow .5s ease;
  89. }
  90. input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }
  91.  
  92. input:hover { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }
  93.  
  94. a {
  95.     width: 100%;
  96.     display: block;
  97.     text-align: center;
  98.     margin-bottom: 10px;
  99.     background: rgba(0,0,0,0.3);
  100.     border: none;
  101.     outline: none;
  102.     padding: 10px;
  103.     font-size: 13px;
  104.     color: #fff;
  105.     text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  106.     border: 1px solid rgba(0,0,0,0.3);
  107.     border-radius: 4px;
  108.     text-decoration: none;
  109.     box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  110.     -webkit-transition: box-shadow .5s ease;
  111.     -moz-transition: box-shadow .5s ease;
  112.     -o-transition: box-shadow .5s ease;
  113.     -ms-transition: box-shadow .5s ease;
  114.     transition: box-shadow .5s ease;
  115. }
  116. a:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }
  117.  
  118. a:hover { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }
  119.  
  120.  
  121. </style>
  122.  
  123.     <script src="js/prefixfree.min.js"></script>
  124.     <link rel="stylesheet" href="css/style.css">
  125.  
  126. </head>
  127.  
  128. <body onload="visible();">
  129.     <div id="clientoutput1">
  130.     </div>
  131.     <div id="clientoutput2">
  132.     </div>
  133.     <div id="clientoutput3">
  134.     </div>
  135.     <div id="clientoutput4">
  136.     </div>
  137.     <div id="clientoutput5">
  138.     </div>
  139.   <div class="login">
  140.     <h1>Client Inschrijven</h1>
  141.         <script type="text/javascript">
  142.  
  143.  
  144.             function visible() {
  145.                 document.getElementById("vraag1").style.display = "visible";
  146.                 document.getElementById("vraag2").style.display = "none";
  147.                 document.getElementById("vraag3").style.display = "none";
  148.                 document.getElementById("vraag4").style.display = "none";
  149.                 document.getElementById("vraag5").style.display = "none";
  150.                 document.getElementById("vraag6").style.display = "none";
  151.             }
  152.  
  153.             function functiontest1()
  154.             {        
  155.                 var theInput1 = document.getElementById('inputsubmit1').value;
  156.                 document.getElementById("clientoutput1").innerHTML = theInput1;
  157.                 document.getElementById("final_inputsubmit1").innerHTML = theInput1;
  158.                 document.getElementById("vraag1").style.display = "none";
  159.                 document.getElementById("vraag2").style.display = "";
  160.             }
  161.  
  162.             function functiontest2()
  163.             {        
  164.                 var theInput2 = document.getElementById('inputsubmit2').value;
  165.                 document.getElementById("clientoutput2").innerHTML = theInput2;
  166.                 document.getElementById("final_inputsubmit2").innerHTML = theInput2;
  167.                 document.getElementById("vraag2").style.display = "none";
  168.                 document.getElementById("vraag3").style.display = "";
  169.             }
  170.  
  171.             function functiontest3()
  172.             {        
  173.                 var theInput3 = document.getElementById('inputsubmit3').value;
  174.                 document.getElementById("clientoutput3").innerHTML = theInput3;
  175.                 document.getElementById("final_inputsubmit3").innerHTML = theInput3;
  176.                 document.getElementById("vraag3").style.display = "none";
  177.                 document.getElementById("vraag4").style.display = "";
  178.             }
  179.  
  180.             function functiont<est4()
  181.             {        
  182.                 var theInput4 = document.getElementById('inputsubmit4').value;
  183.                 document.getElementById("clientoutput4").innerHTML = theInput4;
  184.                 document.getElementById("final_inputsubmit4").innerHTML = theInput4;
  185.                 document.getElementById("vraag4").style.display = "none";
  186.                 document.getElementById("vraag5").style.display = "";
  187.             }
  188.  
  189.             function functiontest5()
  190.             {        
  191.                 var theInput5 = document.getElementById('inputsubmit5').value;
  192.                 document.getElementById("clientoutput5").innerHTML = theInput5;
  193.                 document.getElementById("final_inputsubmit5").innerHTML = theInput5;
  194.                 document.getElementById("vraag5").style.display = "none";
  195.                 document.getElementById("vraag6").style.display = "";
  196.             }
  197.  
  198.             function functiontest6()
  199.             {        
  200.                 document.getElementById("vraag6").style.display = "none";
  201.  
  202.                 document.getElementById("final").submit();
  203.             }
  204.         </script>
  205.  
  206.         <div id="formheight">
  207.             <div id="clientform">
  208.                 <form id="vraag1">
  209.                     <input id="inputsubmit1" type="text" name="bedrijfsnaam" placeholder="Bedrijfsnaam">
  210.                     <input id="inputsubmit1" type="button" value="Volgende" onclick="functiontest1()">
  211.                 </form>
  212.  
  213.                 <form id="vraag2">
  214.                     <input id="inputsubmit2" type="text" name="contactpersoon" placeholder="Contactpersoon">
  215.                     <input id="inputsubmit2" type="button" value="Volgende" onclick="functiontest2()">
  216.                 </form>
  217.  
  218.                 <form id="vraag3">
  219.                     <input id="inputsubmit3" type="text" name="medewerker" placeholder="Medewerker(s)">
  220.                     <input id="inputsubmit3" type="button" value="Volgende" onclick="functiontest3()">
  221.                 </form>
  222.  
  223.                 <form id="vraag4">
  224.                     <input id="inputsubmit4" type="text" name="laatstedatum" placeholder="Laatst Geweest">
  225.                     <input id="datepicker" type="button" value="Volgende" onclick="functiontest4()">
  226.                 </form>
  227.  
  228.                 <form id="vraag5">
  229.                     <input id="inputsubmit5" type="text" name="cursusdatum" placeholder="Cursus Datum">
  230.                     <input id="datepicker" type="button" value="Volgende" onclick="functiontest5()">
  231.                 </form>
  232.  
  233.                 <form id="vraag6">
  234.                     <input id="inputsubmit6" type="button" value="Volgende" onclick="functiontest6()">
  235.                 </form>
  236.  
  237.                 <form id="final" method="post" action="#">
  238.                     <input id="final_inputsubmit1" type="hidden">
  239.                     <input id="final_inputsubmit2" type="hidden">
  240.                     <input id="final_inputsubmit3" type="hidden">
  241.                     <input id="final_inputsubmit4" type="hidden">
  242.                     <input id="final_inputsubmit5" type="hidden">
  243.                 </form>
  244.             </div>
  245.         </div>
  246.     <?php echo '<a href="">Clienten bekijken</a>'; ?>
  247.     <?php echo '<form method="POST" action="logout.php">
  248.                <input type="submit" name="Submit" value="Log out">
  249.                </form>'; ?>
  250. </div>
  251.  
  252.   <script src="js/index.js"></script>
  253.  
  254.     </body>
  255.     <script type="text/javascript">
  256.        
  257.     </script>
  258. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement