| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/superadmin/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><?php echo $title; ?></title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstrap 3.3.5 --> <link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/bootstrap.min.css"> <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> <!-- Font Awesome --> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/font-awesome.css"> <!-- Theme style --> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/plugins/select2/select2.min.css"> <link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/AdminLTE.css"> <link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/customers.css"> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/component.css"> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/plugins/iCheck/all.css"> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/summernote.css"> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/timeslider.css"> <link rel="stylesheet" href="<?php echo base_url(); ?>assets/plugins/timepicker/bootstrap-timepicker.min.css"> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/jquery.datetimepicker.css"/> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/superadmin.css"> <!-- jQuery 2.1.4 --> <script src="<?php echo base_url(); ?>assets/js/jquery-1.11.3.js"></script> </head> <body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper new-wrapper"> <header class="main-header custom-header"> <!-- Logo --> <a href="<?php echo base_url(); ?>superadmin/dashboard" class="logo"> <span class="logo-lg"><img src="<?php echo base_url(); ?>assets/logo.png" class="pnglogo"> </span> </a> <nav class="navbar navbar-static-top nav-color" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle sdr" data-toggle="offcanvas" role="button"> <img src="<?php echo base_url(); ?>assets/sidebar-toggle-light.png"> </a> <!-- Navbar Right Menu --> <div class="navbar-custom-menu managemargin"> <ul class="nav navbar-nav"> <li> <div class="e-wallet"> <div> E-Wallet </div> <div> <span><strong>10000.00</strong></span> <span><a href="manage-wallet.html" title="Manage E-Wallet"><i class="fa fa-cogs"></i></a></span> </div> </div> </li> <li> <button style="margin-top: 17px;" class="btn btn-outline green btn-sm opo opened btn-circle mcfr addcatbtn active pad2_10" onclick="window.location.href='<?php echo base_url(); ?>superadmin/restaurantorders';">Customer Orders</button> </li> <li class="dropdown notifications-menu"> <a href="#" class="dropdown-toggle pad21" data-toggle="dropdown"> <i class="fa fa-bell-o Ifont"></i> <span class="label label-danger">10</span> <!-- <span class="hidden-xs">Pending Orders</span> --> </a> <ul class="dropdown-menu" id="notifications1"> <li class="header">You have <span class="ftb">10 notifications</span></li> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li> <a href="#"> <span class="flL col-md-10 custom-padding-0"><span class="btn btn-warning pad26"><i class="fa fa-plus"></i></span> New user registered.</span> <span class="time col-md-2 custom-padding-0">3 mins</span> </a> </li> <li> <a href="#"> <span class="flL col-md-10 custom-padding-0"><span class="btn btn-danger pad26"><i class="fa fa-spinner"></i></span> Website under maintenance</span> <span class="time col-md-2 custom-padding-0">10 mins</span> </a> </li> </ul> </li> <li class="footer"><a href="#">View all</a></li> </ul> </li> <li class="dropdown notifications-menu"> <a href="#" class="dropdown-toggle padding15" data-toggle="dropdown"> <img src="<?php echo base_url(); ?>assets/img/login.png"> <i class="fa fa-angle-down" aria-hidden="true"></i> </a> <ul class="dropdown-menu"> <li> <!-- inner menu: contains the actual data --> <ul class="menu"> <li> <a href="#"> <span class="flL"><i class="fa fa-users text-green"></i> Download Subscribed Emails</span> </a> </li> <li> <a href="<?php echo base_url(); ?>superadmin/settings"> <span class="flL"><i class="fa fa-cog text-green"></i> Settings</span> </a> </li> <li> <a href="#"> <span class="flL"><i class="fa fa-lock text-green"></i> Change Password</span> </a> </li> <li> <a href="<?php echo base_url(); ?>superadmin/logout"> <span class="flL"><i class="fa fa-sign-out text-red"></i> Log Out</span> </a> </li> </ul> </li> </ul> </li> </ul> </div> </nav> </header>