File manager - Edit - /home/autoph/public_html/voc/home/CL_REPORT_VIEW.php
Back
<?php ob_start(); include 'core/init.php'; protected_page(); $comID=$user_data['company']; if(isset($_GET['company'])){ $comName=$_GET['company'];//mysql_result(mysql_query("SELECT `comp_code` FROM `vts_company` WHERE `comp_id`='$comID'"),0); }else{ $comName = mysql_result(mysql_query("SELECT `comp_code` FROM `vts_company` WHERE `comp_id`='$comID'"),0); } $userID=$user_data['u_id']; ?> <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/style_menu.css"> <link rel="stylesheet" href="css/style.css"> <!--- LOCALIZED COPY OF JAVASCRIPT --> <!--- LOCALIZED COPY OF JAVASCRIPT --> <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <!--- LOCALIZED COPY OF JAVASCRIPT --> <!--- LOCALIZED COPY OF JAVASCRIPT --> <script type="text/javascript"> $(function () { $('.showMenu').click(function () { $('.DivToHide').show(); }); $('.showMenu').click(function () { $('.DivToHide').hide(); }); }); $(function () { $('.showMenu').click(function () { $('.DivToHide').show(); }); $('.showMenu').click(function () { $('.DivToHide').hide(); }); }); function confirmDeleteBox(){ var diva=document.getElementById("deleteBoxYesNo"); if (diva.style.display == 'none') { diva.style.display = ''; } else { diva.style.display = 'none'; } } function showAddNewForm(){ var diva=document.getElementById("AddNewInventoryForm"); if (diva.style.display == 'none') { diva.style.display = ''; } else { diva.style.display = 'none'; } } function showAddNewAdminForm(){ var diva=document.getElementById("FORMAddNewAdmin"); if (diva.style.display == 'none') { diva.style.display = ''; } else { diva.style.display = 'none'; } } function hideAssignMsg(){ $("#saveMessage").fadeOut(3000); }; function showAssignMsg(){ $("#saveMessage").fadeIn(); }; function invHideAssignMsg(){ $("#invMessage").fadeOut(3000); }; function invShowAssignMsg(){ $("#invMessage").fadeIn(); }; </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <div id="wait" style="display:none;width:400px;height:100px;border:0px solid red;position:absolute;top:50%;left:45%;padding:2px;z-index:999999999999999999"> <img src='images/demo_wait.gif' width="64" height="64" /><br>Loading...</div> <!-- add jquery --> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script> <script language="javascript" type="text/javascript"> $(document).ready(function(){ $(document).ajaxStart(function(){ $("#wait").css("display", "block"); }); $(document).ajaxComplete(function(){ $("#wait").css("display", "none"); }); //============================================================================================================================================ //============================================================================================================================================ $("#goSearchRecord").click(function(){ var SearchText = $("#SearchText").val(); //alert(SearchText); //return false; if(SearchText==""){ //alert('Invalid Entry'); $('#SearchText').focus(); $('#SearchText').css({'border':'1px solid red'}); $('#SearchText').css({'color':'red'}); $('#SearchText').attr("placeholder","Enter something to search..."); return false; } ShowUploadBar(); //if(confirm("WARNING: \n\nARE YOU SURE YOU WANT TO DELETE THIS RECORD? \n\n Press 'OK' button to proceed...")){ $.ajax({ url: "CL_REPORT_SearchEmployee.php", type: "POST", async: false, data: { "SearchText": SearchText, "done": 1 }, success: function(d){ //invShowAssignMsg(); $("#empSearchResult").html(d); ShowUploadBar(); } }) //} }); //============================================================================================================================================ //============================================================================================================================================ $("#SearchEmployee").click(function(){ var SearchText = $("#SearchText").val(); //alert(SearchText); //return false; if(SearchText==""){ //alert('Invalid Entry'); $('#SearchText').focus(); $('#SearchText').css({'border':'1px solid red'}); $('#SearchText').css({'color':'red'}); $('#SearchText').attr("placeholder","Enter something to search..."); return false; } //if(confirm("WARNING: \n\nARE YOU SURE YOU WANT TO DELETE THIS RECORD? \n\n Press 'OK' button to proceed...")){ $.ajax({ url: "CL_SEARCH_CL_LIST_HEADER.php", type: "POST", async: false, data: { "SearchText": SearchText, "done": 1 }, success: function(d){ //invShowAssignMsg(); $("#templateContent").html(d); //invHideAssignMsg(); //$('#searchText').val(''); . } }) //} }); }); function hideAdminForm(){ $("#FORMAddNewAdmin").fadeOut(500); }; function showAdminForm(){ $("#FORMAddNewAdmin").fadeIn(500); }; function hideAdminFormEdit(){ $("#FORMAddNewAdminEdit").fadeOut(500); }; function showAdminFormEdit(){ $("#FORMAddNewAdminEdit").fadeIn(500); }; function showAdminAccess(row) { var x=row.cells; document.getElementById("headerID").value = x[0].innerHTML; document.getElementById("SelName").value = x[3].innerHTML; } function fReportA(){ var divA=document.getElementById("ReportA"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } function fReportB(){ var divA=document.getElementById("ReportB"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } function fReportC(){ var divA=document.getElementById("ReportC"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } function fReportD(){ var divA=document.getElementById("ReportD"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } function fReportE(){ var divA=document.getElementById("ReportE"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } function fReportF(){ var divA=document.getElementById("ReportF"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } function fReportG(){ var divA=document.getElementById("ReportG"); if (divA.style.display == 'none') { divA.style.display = ''; } else { divA.style.display = 'none'; } } function ShowUploadBar() { var div = document.getElementById("loadBaraData"); if (div.style.display == 'none') { div.style.display = ''; } else { div.style.display = 'none' } } //============================================================================================================================================ //============================================================================================================================================ </script> <style> table{ border-collapse:collapse; width:100%; } th{ padding:8px; font-family:Verdana; color: #c4cac3 ; font-size:12px; font-weight:normal; border:1px solid gray; text-align:left; background:#2c3e29; } .reportlink{ line-height:200%; font-family:Arial; font-size:14px; font-weight:normal; margin:10px; padding:5px; background:white; } .reportlink:hover{ line-height:200%; font-family:Arial; font-size:14px; font-weight:normal; margin:10px; padding:5px; background:yellow; border-bottom:1px solid red; } </style> </head> <body style="font-family:Verdana;color:#aaaaaa;background:white"> <!--#########################################################################--> <!-- REPORT # A --><!--######################################################--> <!--#########################################################################--> <div id="ReportA" style="display:none;float:left;position:absolute; top:20%;left:25%;width:50%;min-width:300px;height:350px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:0px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 PRINT CLEARANCE FORM <div style='float:right;font-family:Verdana;font-size:15px;'><a href='#' onclick='fReportA()' style='font-weight:bold'> ✕ </a> </div> </div> <div style="float:left;width:98.5%;border:1px solid gray;height:87%;padding:10px;margin:5px;background:lightgray"> <!--#########################################################################--> <div id="loadBaraData" style="display:none;position:absolute;top:50%;left:35%;width:30%;padding:5px;padding-left:2px;padding-right:2px;height:80px;background:transparent;z-index:9999;border:0px solid gray;z-index:999999999999999999"> <div id="uploadBar" style="font-family:Calibri;font-size:14px;color:red;text-align:center;margin-top:0px;background:white;display:block;width:100%;height:50px;border:0px solid red;position:relative;left:5px;padding:5px;z-index:999999999999999999;border:1px solid orange"> <img src='images/ajaxLoader.gif' width="100%" height="20px" /><br><center>Searching...<center></div> </div> <!--#########################################################################--> <p style='margin:5px;padding:0px;margin-bottom:0px;font-family:Yu Gothic Light;font-size:15px'>SEARCH EMPLOYEE:</p> <input type='text' id='SearchText' placeholder ='Search by Lastname or Employee ID' style='background:white;float:left;width:40%;padding:5px;'> <input type='submit' id='goSearchRecord' value='🔎 Search' style='float:left;padding:5px;padding-right:15px;padding-left:15px;width:150px;margin-left:5px'> <div id='empSearchResult' style="float:left;width:100%;border:1px solid gray;height:55%;padding:0px;margin:10px;margin-left:0px;margin-right:0px;margin-top:0px;background:white;overflow:auto"> </div> <form action="REPORTS/CL_REPORTA.php" method="POST" TARGET="_New"> <input type='hidden' id='headerID' name='id'> <input type='text' id="SelName" readonly style='float:left;width:300px;padding:5px;margin-right:10px;background:transparent;margin-top:0px'> <input type='submit' id='viewClearanceForm' value='⌨ View Report' style='float:right;width:150px;padding:5px;margin-top:0px'> </form> <button onclick='fReportA()' style='float:right;width:150px;padding:5px;margin-right:10px'>〤 Close</button> </div> </div> <!--#########################################################################--> <!-- REPORT # B --><!--######################################################--> <!--#########################################################################--> <div id="ReportB" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:300px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜 EXECUTIVE SUMMARY <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportB()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px;padding-top:10px"> <form action="REPORTS/CL_REPORTB.php" method="GET" TARGET="_Blank"> <input type='hidden' name="uID" value="<?php echo $userID;?>"> <input type='hidden' name="cID" value="<?php echo $comID;?>"> <div style='float:left;width:100%;;height:70px'> <input type="hidden" name="AutohubWide" id="AutohubWide" value="Yes" checked style="padding:5px;float:left;border:0px solid red;background:red"> <b style='font-family:Yu Gothic Light;font-size:24px;color:black;margin:3px;padding:3px'>☶EXECUTIVE SUMMARY:</b> </div> <div style='float:left;width:50%;;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>Start Date:</b><br> <input type="date" id="sDate" name="sDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style='float:left;width:50%;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>End Date:</b><br> <input type="date" id="eDate" name="eDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style="float:left;width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportA" value="VIEW REPORT" style="height:40px;font-family:Arial;font-size:14px;margin:0px;width:100%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--#########################################################################--> <!-- REPORT # C --><!--######################################################--> <!--#########################################################################--> <div id="ReportC" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:300px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜OFFICERS COMPLIANCE RATE <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportC()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px;padding-top:10px"> <form action="REPORTS/CL_REPORTC.php" method="GET" TARGET="_Blank"> <input type='hidden' name="uID" value="<?php echo $userID;?>"> <input type='hidden' name="cID" value="<?php echo $comID;?>"> <div style='float:left;width:100%;;height:70px;margin-top:0px'> <b style='font-family:Yu Gothic Light;font-size:24px;color:black;margin:3px;padding:3px'>☶ Officer's SLA Compliance Report:</b> </div> <div style='float:left;width:50%;;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>Start Date:</b><br> <input type="date" id="ocsDate" name="ocsDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style='float:left;width:50%;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>End Date:</b><br> <input type="date" id="oceDate" name="oceDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style="float:left;width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportA" value="VIEW REPORT" style="height:40px;font-family:Arial;font-size:14px;margin:0px;width:100%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--#########################################################################--> <!-- REPORT # D --><!--######################################################--> <!--#########################################################################--> <div id="ReportD" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:400px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜OFFICERS COMPLIANCE RATE <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportD()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px;padding-top:10px"> <form action="REPORTS/CL_REPORTD.php" method="GET" TARGET="_Blank"> <input type='hidden' name="uID" value="<?php echo $userID;?>"> <input type='hidden' name="cID" value="<?php echo $comID;?>"> <div style='float:left;width:100%;;height:70px;margin-top:0px'> <b style='font-family:Yu Gothic Light;font-size:24px;color:black;margin:3px;padding:3px'>☶ Officer's SLA Compliance Report:</b> </div> <div style='float:left;width:50%;;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>Start Date:</b><br> <input type="date" id="ccsDate" name="ccsDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style='float:left;width:50%;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>End Date:</b><br> <input type="date" id="cceDate" name="cceDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style='float:left;width:100%;height:80px;background:lightgray;padding:10px'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>Select Company:</b><br> <select id="companyName" name="companyName" style='width:100%;padding:5px;border:1px solid gray;background:white'> <option value="0">--Select Company --</option> <?php $getCompany = mysql_query("SELECT * FROM `vts_company` WHERE `comp_status`=1 ORDER BY `comp_name` ASC"); while($cCom = mysql_fetch_array($getCompany)){ echo "<option value='".$cCom['comp_id']."'>".$cCom['comp_name']."</option>"; } ?> </select> </div> <div style="float:left;width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportA" value="VIEW REPORT" style="height:40px;font-family:Arial;font-size:14px;margin:0px;width:100%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--#########################################################################--> <!-- REPORT # E --><!--######################################################--> <!--#########################################################################--> <div id="ReportE" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:300px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜LIST OF CLEARANCE CREATED <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportE()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px;padding-top:10px"> <form action="REPORTS/CL_REPORTE.php" method="GET" TARGET="_Blank"> <input type='hidden' name="uID" value="<?php echo $userID;?>"> <input type='hidden' name="cID" value="<?php echo $comID;?>"> <div style='float:left;width:100%;;height:70px;margin-top:0px'> <b style='font-family:Yu Gothic Light;font-size:20px;color:black;margin:3px;padding:3px'>☶ List of Clearance Created:</b> </div> <div style='float:left;width:50%;;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>Start Date:</b><br> <input type="date" id="lcsDate" name="lcsDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style='float:left;width:50%;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>End Date:</b><br> <input type="date" id="lceDate" name="lceDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style="float:left;width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportE" value="VIEW REPORT" style="height:40px;font-family:Arial;font-size:14px;margin:0px;width:100%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--#########################################################################--> <!-- REPORT # F --><!--######################################################--> <!--#########################################################################--> <div id="ReportF" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:300px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜LIST OF CLEARANCE RELEASED <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportF()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px;padding-top:10px"> <form action="REPORTS/CL_REPORTF.php" method="GET" TARGET="_Blank"> <input type='hidden' name="uID" value="<?php echo $userID;?>"> <input type='hidden' name="cID" value="<?php echo $comID;?>"> <div style='float:left;width:100%;;height:70px;margin-top:0px'> <b style='font-family:Yu Gothic Light;font-size:20px;color:black;margin:3px;padding:3px'>☶ List of Clearance Released:</b> </div> <div style='float:left;width:50%;;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>Start Date:</b><br> <input type="date" id="fsDate" name="fsDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style='float:left;width:50%;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>End Date:</b><br> <input type="date" id="feDate" name="feDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style="float:left;width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportF" value="VIEW REPORT" style="height:40px;font-family:Arial;font-size:14px;margin:0px;width:100%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--#########################################################################--> <!-- REPORT # F --><!--######################################################--> <!--#########################################################################--> <div id="ReportG" style="display:none;float:left;position:absolute; top:20%;left:20%;width:30%;min-width:300px;height:300px;border:1px solid gray;background:white"> <div class='bgColor' style='text-align:left;vertical-align:top;height:35px;margin:0px;width:100%;border:1px solid gray;border-bottom:0px;padding:5px;font-family:Verdana;font-weight:bord;font-size:16px;color:#043062'>📜LIST OF CLEARANCE RELEASED <div style='float:right;font-family:Verdana;font-size:15px;'> <a href='#' onclick='fReportG()' style='font-weight:bold'> ✕ </a> </div> </div> <!-- REPORT BODY --> <div style="float:left;width:100%;border-right:1px solid lightgray;height:88%;padding:30px;padding-top:10px"> <form action="REPORTS/CL_REPORTG.php" method="GET" TARGET="_Blank"> <input type='hidden' name="uID" value="<?php echo $userID;?>"> <input type='hidden' name="cID" value="<?php echo $comID;?>"> <div style='float:left;width:100%;;height:70px;margin-top:0px'> <b style='font-family:Yu Gothic Light;font-size:20px;color:black;margin:3px;padding:3px'>☶ List of Deferred Clearance:</b> </div> <div style='float:left;width:50%;;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>Start Date:</b><br> <input type="date" id="gsDate" name="gsDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style='float:left;width:50%;height:80px;background:lightgray'> <b style='font-family:Yu Gothic Light;font-size:14px;color:black;margin:3px;padding:3px'>End Date:</b><br> <input type="date" id="geDate" name="geDate" required style='float:left;width:90%;padding:5px;margin:10px;'> </div> <div style="float:left;width:100%;border:0px solid white;border-bottom:1px solid lightgray;height:10px"></div> <center><input type="submit" id="loadReportG" value="VIEW REPORT" style="height:40px;font-family:Arial;font-size:14px;margin:0px;width:100%;margin-top:30px"></center> </form> </div> <!--<div style="float:left;width:40%;height:88%;padding:20px"> B </div>--> </div> <!--#########################################################################--> <!-- REPORT # A --><!--######################################################--> <!--#########################################################################--> <div class="formSearch" style="width:100%;float:left;text-align:left"><p class="menuTitle" style="border-radius:0px;float:left;width:100%;padding:5px;height:60px;font-family:Yu Gothic Light;font-size:28px;"> 📊 Report Generation:</p> </div> <div id="templateContent" style="float:left;width:100%;padding:0px;border-top:0px solid orange;border-bottom:0px solid orange;margin-top:0px;height:550px;;min-height:400px;overflow:auto"> <div style="float:left;width:100%;border:0px solid gray;height:500px;padding:30px"> <div style="float:left;width:300px;margin-right:5px;border:0px solid lightgray;border-radius:10px;height:500px;padding:10px"> <p style="font-family:Arial;font-size:14px;font-weight:bold;background: #d6fbfa ;padding:5px">📉 <u>CLEARANCE REPORT</u>:</p> <a href='#' onclick="fReportA()" class="reportlink">🗍 Print Clearance Form</a><br> <!-- Report 1--> <a href='#' onclick="fReportB()" class="reportlink">🗍 Clearance Executive Report</a><br> <!-- Report 1--> <a href='#' onclick="fReportC()" class="reportlink">🗍 Officer's SLA Compliance - Autohub</a><br> <a href='#' onclick="fReportD()" class="reportlink">🗍 Officer's SLA Compliance - Company</a><br> <a href='#' onclick="fReportE()" class="reportlink">🗍 List of Clearance Created</a><br> <a href='#' onclick="fReportF()" class="reportlink">🗍 List of Clearance Released</a><br> <a href='#' onclick="fReportG()" class="reportlink">🗍 Deferred Clearance Form</a><br> <a href='#' onclick="fReportGH()" class="reportlink">🗍 On-Going Clearance Form</a><br> <a href='#' onclick="fReportI()" class="reportlink">🗍 For Release Clearance</a><br> <a href='#' onclick="fReportJ()" class="reportlink">🗍 Completed Clearance within SLA</a><br> <a href='#' onclick="fReportK()" class="reportlink">🗍 Completed Clearance beyond SLA</a><br> <a href='#' onclick="fReportL()" class="reportlink">🗍 Performance Analysis</a><br> </div> <div style="float:left;width:280px;margin-right:5px;border:0px solid lightgray;border-radius:10px;height:500px;padding:10px"> <p style="font-family:Arial;font-size:14px;font-weight:bold;">📉 <u> </u>:</p> </div> <div style="float:left;width:280px;margin-right:5px;border:0px solid lightgray;border-radius:10px;height:500px;padding:10px"> <p style="font-family:Arial;font-size:14px;font-weight:bold;">📉 <u> </u>:</p> </div> </div> </div> <input type="text" id="activeRecord" readonly style="background:#f4fcb6;border:0px solid white;float:left;width:100%;font-family:Calibri;font-size:14px;font-weight:normal;color:black;padding:5px;text-align:left"> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings