File manager - Edit - /home/autoph/public_html/connect/home/includes/dashboard/vehicle_transfer.php
Back
<html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <!-- references :) <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> --> <!--SCRIPT FOR LOADER--> <script type="text/javascript"> setTimeout(function() { $('#ghdiv').fadeOut('fast'); }, 2000); // <-- time in milliseconds </script> <!--SCRIPT END FOR LOADER--> <!--SCRIPT END FOR FETCHING DATA --> <script> var timer = setInterval(listLoad, 1); <!-- Every 5s this function is called... --> function listLoad(){ $(function(){ $("#list1").load("../vts/includes/dashboard/herelist.php"); var timer = setInterval(listLoad, 5000); }); } </script> <!--SCRIPT END FOR FETCHING DATA--> <style> .loader { border: 10px solid white; border-radius: 50%; border-top: 10px solid blue; border-right: 10px solid white; border-bottom: 10px solid red; width: 100px; height: 100px; -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> <!-- This page uses jQuery to insert PHP files into HTML divs --> </head> <body> <h1 style='margin:0px;font-family:Verdana;font-size:22px;font-weight:normal;padding-left:5px;color:black'>Vehicle Transfer Request </h1> <i style='font-family:Verdana;font-size:10px;color:gray;padding-left:5px'>If vehicle will be transferred to other dealerships for service repair or body paint. This is useful if service will be transferred to PAINTHUB or NEXTHUB for other jobs required.</i> <div style='border:1px solid gray;width:99%;height:95%;min-height:540px;float:left;margin:5px;min-width:500px;background:white'> <div class='bgColor' style='vertical-align:top;height:25px;margin:0px;width:100%;border-bottom:1px solid gray;padding:2px;font-family:Verdana;font-weight:normal;color:#043062'>⊕ Unit Arrived <div style='float:right'><b style='text-align:right'>♲ ✉ ✕</b></div> </div> <div id='list1' style='padding:5px;overflow:auto;height:520px;min-height:50px;float:left;width:100%;text-align:left:padding:5px;border:0px solid red'></div> <center><div id="ghdiv" class="loader" style='margin-top:150px;' align='center'></div><center> </div> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings