File manager - Edit - /home/autoph/public_html/tasks/main_NEW.php.tar
Back
home/autoph/public_html/ahglegal/main_NEW.php 0000644 00000020774 15025030005 0015210 0 ustar 00 <?php include 'core/init.php'; protected_page(); mysql_query('SET NAMES utf8'); mysql_query("SET NAMES 'utf8'"); mysql_query("SET CHARACTER SET utf8"); $uLockedCount = $user_data['u_locked_count']; $account_type= $user_data['account_type']; $user = $user_data['u_name']; $uID = $user_data['u_id']; $ulname =$user_data['u_lname']; $ufname =$user_data['u_fname']; ?> <html> <head> <title>AUTOHUB LEGAL DIVISION</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/screen_white.css"> <link rel="stylesheet" href="ajs/vendors/jQueryUI/jquery-ui.css"> <script src="ajs/vendors/jQueryUI/jquery-1.12.4.js"></script> <script src="ajs/vendors/jQueryUI/jquery-ui.js"></script> </head> <script> $( function() { $( "#tabs" ).tabs(); } ); </script> <script> $( function() { $( "#tabsA" ).tabs(); } ); </script> <script> $( function() { $( "#tabsB" ).tabs(); } ); </script> <script> $( function() { $( "#tabsC" ).tabs(); } ); </script> <script> $( function() { $( "#accordion" ).accordion(); } ); </script> <script> $( function() { $( "#datepicker" ).datepicker(); } ); $( function() { $( "#datepickerX" ).datepicker(); } ); $( function() { $( "#datepickerA" ).datepicker(); } ); $( function() { $( "#datepickerB" ).datepicker(); } ); $( function() { $( "#datepickerPOS" ).datepicker(); } ); </script> </head> <style> body { font-family: "Lato", sans-serif; } .sidenav { width: 0; position: fixed; z-index: 1000; top: 0px; left: 0; background-color: #151515; overflow-x: hidden; transition: 0.5s; padding-top: 0px; height:100%; } .sidenav a { padding: 0px; text-decoration: none; font-size: 25px; color: #818181; display: block; transition: 0.3s } .sidenav a:hover, .offcanvas a:focus{ color: red; } .closebtn { position: absolute; top: 2; right: 10px; font-size: 20px !important; margin-left: 10px; } @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } </style> <script> function openNav() { document.getElementById("mySidenav").style.width = "278px"; } function closeNav() { document.getElementById("mySidenav").style.width = "0"; } </script> <style type="text/css"> div#containerM { width: 1200px; height: 30px; margin-top: 0px; margin-left: 0px; text-align: left; position:relative; } </style> <style type="text/css"> body { background-color: #FFFFFF; color: #000000; } </style> <style type="text/css"> a:hover { color: #290200; } </style> <script type="text/javascript" src="./jscookmenu.js"></script> <link rel="stylesheet" href="./ThemeFancy/theme.css" type="text/css"> <script type="text/javascript" src="./ThemeFancy/theme.js"></script> <link rel="stylesheet" href="css/jquery/css/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script> function popupCenter(pageURL, title, w, h) { //var left = (screen.width / 2) - (w / 2); //var top = (screen.height / 2) - (h / 2) ; var left = 300; var top = 50; var targetWin = window.open(pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left); } </script> <!-- ////////////////////////////////////////////////////////////////////////////////////// START OF SCRIPT FOR AUTOM COMPLETE --> <script type="text/javascript" charset="utf-8"> $( function() { var userName = <?php $d = mysql_query( "SELECT * FROM `talents_profile` WHERE `lname`!='' ORDER BY `lname` ASC" ); $usernames = array(); while( $r = mysql_fetch_assoc($d) ) { $usernames[] = $r['lname']." ".$r['fname'] ."---".$r['id']; } echo json_encode( $usernames ); ?>; $( "#tags" ).autocomplete({ source: userName }); } ); </script> <script type="text/javascript" charset="utf-8"> $( function() { var userName = <?php $d = mysql_query( "SELECT * FROM `region` ORDER BY `reg_name` ASC" ); $usernames = array(); while( $r = mysql_fetch_assoc($d) ) { $usernames[] = $r['reg_name']; } echo json_encode( $usernames ); ?>; $( "#region" ).autocomplete({ source: userName }); } ); </script> <script type="text/javascript" charset="utf-8"> $( function() { var userName = <?php $d = mysql_query( "SELECT * FROM `region` ORDER BY `reg_name` ASC" ); $usernames = array(); while( $r = mysql_fetch_assoc($d) ) { $usernames[] = $r['reg_city']; } echo json_encode( $usernames ); ?>; $( "#city" ).autocomplete({ source: userName }); } ); </script> <!-- ////////////////////////////////////////////////////////////////////////////////////// END OF SCRIPT FOR AUTOM COMPLETE --> <script type="text/javascript"> <!-- function popupwnd(url, toolbar, menubar, locationbar, resize, scrollbars, statusbar, left, top, width, height) { if (left == -1) { left = (screen.width/2)-(width/2); } if (top == -1) { top = (screen.height/2)-(height/2); } var popupwindow = this.open(url, '', 'toolbar=' + toolbar + ',menubar=' + menubar + ',location=' + locationbar + ',scrollbars=' + scrollbars + ',resizable=' + resize + ',status=' + statusbar + ',left=' + left + ',top=' + top + ',width=' + width + ',height=' + height); } //--> </script> <center> <table style="height:100%;width:100%;min-width:1100px;background:white;border-collapse:collapse"> <tr> <td valign='top' colspan='2' style='height:100%;width:100%' class='plainBlue'> <div id="tabs" style='border:1px solid black;' class='plainBlue'> <ul> <li style='max-height:30px;margin-left:-3px;border-radius:5px 0px 0px 0px'><a href="#id-0"><img src='images/bulletdown.png' width='10px' style='margin-right:10px'></img>NOTARY SECTION</a></li> <li style='margin-left:-3px;border-radius:5px 0px 0px 0px'><a href="#id-1"><img src='images/bulletdown.png' width='10px' style='margin-right:10px'></img>SYSTEM SETTINGS</a></li> <form action='logout.php' method='post'> <input type='submit' name='logout' value='Logout' style='font-size:12px;color:red;width:60px;height:28px;padding:2px;border-radius:3px 0px 0px 0px;border:1px solid lightgray;margin-left:-3px;margin-top:1px' class='lightGradient'> </form> </ul> <!--====================================================================================--> <div id="id-0" style='padding:0px;width:99.95%;height:560px;border:0px solid #f1f1f1;'> <?php include 'includes/menu/masterfile.php';?> <?php include 'includes/body/masterfile_body.php';?> </div> <!--====================================================================================--> <!--====================================================================================--> </div> </td> </tr> <tr> <td colspan='2' style='height:25px;font-size:10px;color:gray;'> <table style='width:100%;border-collapse:collapse'> <tr> <td style='height:25px;font-size:10px;color:gray;width:30%;padding-left:10px;background:#f2f2f2'>Developed by: Arnel E. Endaya | All Rights Reserved: 2017 </td> <td style='height:25px;font-size:10px;color:gray;width:20%;padding-left:10px;background:#f2f2f2'>Branch Name: <?php echo $branchName;?></td> <td style='height:25px;font-size:10px;color:gray;width:10%;padding-left:10px;background:#f2f2f2'>Center :<?php echo $groupArea;?></td> <td style='height:25px;font-size:10px;color:gray;width:10%;padding-left:10px;background:#f2f2f2'>Active User: <?php echo $ufname." ".$ulname;?></td> <td style='height:25px;font-size:10px;color:gray;width:10%;padding-left:10px;background:#f2f2f2'>Date :<?php echo $toDate;?></td> </tr> </table> </td> </tr> </table> </center> </body> </html>