File manager - Edit - /home/autoph/public_html/connect/home/check_in_check_out.php
Back
<html> <head> <link rel="stylesheet" href="css/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type="text/css"> body{ background:#fff; margin:0px; background: -webkit-linear-gradient(left top,#bbc2c2,#fff ); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #bbc2c2,#fff); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #bbc2c2,#fff); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #bbc2c2,#fff ); /* Standard syntax */ } a{ text-decoration:none; } </style> <style> .loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid blue; border-bottom: 16px solid blue; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style> <title></title> <style type="text/css"> a{ text-decoration:none; } #wrapper{ width:50%; height:auto; margin:10px auto; border:1px solid #cbcbcb; background:white; } #comment_input_from li{ list-style-type:none; margin:5px auto; } #comment_input_from{ width:100%; margin:0px; background: #dde2e4 ; padding:10px; } #display_area{ width:100%; margin:00px auto; background:#fafcfc; padding:2px; height:250px; overflow:auto; border:0px solid gray; } #submit_name{ width:30%; min-width:150px; margin:20px; padding:20px; } #name, textarea{ width:100%; } </style> </head> <body> <div style='border:0px solid blue;min-width:850px;margin:10px;height:96%;border-radius:0px;padding:5px;min-height:600px;'> <div class='mainIndedTopBg' style='min-width:600px;margin:0px;border-bottom:0px solid red;padding:10px;font-family:Verdana;font-weight:normal;color:#043062;font-size:16px'> <h1 style='margin:0px;font-family:Verdana;font-size:22px;font-weight:normal;padding-left:5px;color:black'>Vehicle Check-In / Check-Out</h1> <i style='font-family:Verdana;font-size:10px;color:black;padding-left:5px;font-weight:normal'>TIP: You can use both PLATE or CONDUCTION sticker in searching the vehicle. Advance search can be down in the main window using Vehicle Search Menu...</i> </div> <div class='bgColor' style='min-width:600px;margin:0px;border-bottom:0px solid red;padding:10px;font-family:Verdana;font-weight:normal;color:#043062;font-size:16px'> <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='mainindex.php?id=15&ex=refresh' class='hideClick hidden' > ♲ </a><!--REFRESH/RELOAD WINDOW--> <a href='mainindex.php?id=15&ex=true' class='hideClick hidden' > ✉ </a> <!--EXTRACT LIST OF COMPANY AND EXPORT TO EXCEL--> <a href='mainindex.php?id=1' class='hideClick hidden' style='font-weight:bold'> ✕ </a> </div> </div> <div class='mainIndedTopBg' style='height:84%;min-width:600px;margin:0px;border:0px solid red;padding:10px;font-family:Verdana;font-weight:normal;color:#043062;font-size:16px'> <center> <div style='min-width:80?0px;width:70%; border:5px solid gray;background:white;height:100%'> <div style='margin-top:4px;float:right;font-family:Verdana;font-size:15px;margin-right:10px'> <a href='check_in_check_out.php?id=9&ex=refresh' class='hideClick hidden' > ♲ </a><!--REFRESH/RELOAD WINDOW--> <a href='check_in_check_out.php?id=9&ex=true' class='hideClick hidden' > ✉ </a> <!--EXTRACT LIST OF COMPANY AND EXPORT TO EXCEL--> <a href='mainindex.php?id=1' class='hideClick hidden' style='font-weight:bold'> ✕ </a> </div> <form class='bgColor' id="lets_search" action="" style="padding:5px;margin:0px auto;text-align:left"> Search Plate:<input type="text" name="str" id="str" style='height:100px;border:1px solid red;font-family:Verdana;font-weight:normal;font-size:50px;text-align:center;padding:5px' onkeyup="this.value = this.value.toUpperCase();"><br> <center><input type="submit" id="send" value="SEARCH PLATE" style='width:40%;font-size:24px;font-weight:bold;font-family:Verdana;height:65px'></center> </form> <div id="search_results" style='background:white;min-height:160px;width:99%;height:60%;border:0px solid lightgray;padding:5px'></div> </div> </center> </div> </div> </body> </html> <!-- JQUERY FROM GOOGLE API --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript"> $(function() { $("#lets_search").bind('submit',function() { var value = $('#str').val(); if (value == "") { alert("Invalid Entry. Please input the plate number."); return false; } $.post('check_save_in_out.php',{value:value}, function(data){ $("#search_results").html(data); }); return false; }); }); </script>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings