����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 216.73.216.14 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/var/www/html/t/sae/appsae/core/app/layouts/ |
Upload File : |
<!DOCTYPE html> <html> <head> <title>PhantomERP</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <link rel="stylesheet" href="../../assets/css/main.css" /> <noscript><link rel="stylesheet" href="../../assets/css/noscript.css" /></noscript> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <!-- Bootstrap 3.3.4 --> <link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- Font Awesome Icons --> <link href="plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <!-- Theme style --> <link href="plugins/dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> <link href="plugins/dist/css/skins/skin-black.min.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="plugins/datatables/dataTables.bootstrap.css"> <script src="plugins/jquery/jquery-2.1.4.min.js"></script> <script src="plugins/morris/raphael-min.js"></script> <script src="plugins/morris/morris.js"></script> <link rel="stylesheet" href="plugins/morris/morris.css"> <link rel="stylesheet" href="plugins/morris/example.css"> <link href="assets/css/bootstrap.min.css" rel="stylesheet" /> <link href="assets/css/material-dashboard.css" rel="stylesheet"/> <link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet"> <script src="plugins/jspdf/jspdf.min.js"></script> <script src="plugins/jspdf/jspdf.plugin.autotable.js"></script> <script type="text/javascript" src="plugins/jsqrcode/llqrcode.js"></script> <script type="text/javascript" src="plugins/jsqrcode/webqr.js"></script> <link href='assets/fullcalendar/fullcalendar.min.css' rel='stylesheet' /> <link href='assets/fullcalendar/fullcalendar.print.css' rel='stylesheet' media='print' /> <script src='assets/fullcalendar/moment.min.js'></script> <script src='assets/fullcalendar/fullcalendar.min.js'></script> </head> <style> #imagen{ height: 50px; width: 50px; background-image: url('https://image.freepik.com/vector-gratis/fondo-lista-comprobacion-dibujada-mano_23-2148070711.jpg'); } #imagen:hover { background-image: url('https://image.freepik.com/vector-gratis/fondo-grupo-confirmando-lista-comprobacion-gigante_23-2148084372.jpg'); height: 450px; width: 450px; } </style> <body class="<?php if(isset($_SESSION["user_id"]) || isset($_SESSION["client_id"])):?> skin-black sidebar-mini <?php else:?>login-page<?php endif; ?>" > <!-- <img id="imagen"> --> <!-- Main Header --> <?php if(isset($_SESSION["user_id"]) || isset($_SESSION["client_id"])):?> <header id="header"> <!-- Nav --> <nav title="Menu laterial"> <a href="#menu"><img src="logo.jpg" style="width:60px;border-radius: 50%;"></a> </nav> <nav id="menu" > <ul> <li><a href="./?view=home">Inicio</a></li> <li><a href="./?view=re">Compras</a></li> <li><a href="./?view=Inventary">Inventario</a></li> <li><a href="./?view=spands">Devoluciones</a></li> <li><a href="./?view=sells">Facturacion</a></li> <li><a href="./?view=spends">Nomina</a></li> <li><a href="./?view=reportes">Reportes</a></li> <li><a href="./?view=spends">Administracion</a></li> <li> <a href="<?php echo $sitename.'application/utility/v_ubah_password.php'; ?>" title="Cambiar Password">Cambiar Pass</a> </li> <li> <a href="./logout.php" title="salir de app" >Salir</a> </li> </ul> </nav> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle navigation</span> </a> <div class="navbar-custom-menu"> <ul class="nav navbar-nav"> </ul> </div> </nav> </header> <?php endif;?> <!-- Content Wrapper. Contains page content --> <?php if(isset($_SESSION["user_id"]) || isset($_SESSION["client_id"])):?> <div id="wrapper"> <?php View::load("index");?> <?php else:?> <?php if(isset($_GET["view"]) && $_GET["view"]=="clientaccess"):?> <?php else:?> <?php Action::execute("login",array()); ?> <?php endif;?> </div><!-- ./wrapper --> <?php endif;?> <script type="text/javascript"> $(document).ready(function(){ $(".datatable").DataTable({ "language": { "sProcessing": "Procesando...", "sLengthMenu": "Mostrar _MENU_ registros", "sZeroRecords": "No se encontraron resultados", "sEmptyTable": "Ningún dato disponible en esta tabla", "sInfo": "Mostrando registros del _START_ al _END_ de un total de _TOTAL_ registros", "sInfoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros", "sInfoFiltered": "(filtrado de un total de _MAX_ registros)", "sInfoPostFix": "", "sSearch": "Buscar:", "sUrl": "", "sInfoThousands": ",", "sLoadingRecords": "Cargando...", "oPaginate": { "sFirst": "Primero", "sLast": "Último", "sNext": "Siguiente", "sPrevious": "Anterior" }, "oAria": { "sSortAscending": ": Activar para ordenar la columna de manera ascendente", "sSortDescending": ": Activar para ordenar la columna de manera descendente" } } }); }); </script> <!-- Optionally, you can add Slimscroll and FastClick plugins. Both of these plugins are recommended to enhance the user experience. Slimscroll is required when using the fixed layout. --> </body> <!-- REQUIRED JS SCRIPTS --> <!-- jQuery 2.1.4 --> <!-- Bootstrap 3.3.2 JS --> <script src="plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <!-- AdminLTE App --> <script src="plugins/dist/js/app.min.js" type="text/javascript"></script> <script src="plugins/datatables/jquery.dataTables.min.js"></script> <script src="plugins/datatables/dataTables.bootstrap.min.js"></script> <script src="./js/sweetalert.min.js" type="text/javascript"></script> <script src="plugins/bootstrap-notify/bootstrap-notify.min.js"></script> <!-- Core JS Files --> <script src="assets/js/bootstrap.min.js" type="text/javascript"></script> <script src="assets/js/material.min.js" type="text/javascript"></script> <!-- Charts Plugin --> <script src="assets/js/chartist.min.js"></script> <!-- Notifications Plugin --> <script src="assets/js/bootstrap-notify.js"></script> <!-- Material Dashboard javascript methods --> <script src="assets/js/material-dashboard.js"></script> <!-- Material Dashboard DEMO methods, don't include it in your project! --> <script src="assets/js/demo.js"></script> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/browser.min.js"></script> <script src="assets/js/breakpoints.min.js"></script> <script src="assets/js/util.js"></script> <script src="assets/js/main.js"></script> </html>