[cpp] [p
Viewer
*** This page was generated with the meta tag "noindex, nofollow". This happened because you selected this option before saving or the system detected it as spam. This means that this page will never get into the search engines and the search bot will not crawl it. There is nothing to worry about, you can still share it with anyone.
- <?php
- require_once "_config/config.php";
- require "_assets/libs/vendor/autoload.php";
- if (!isset($_SESSION['user'])) {
- echo "<script>window.location='".base_url('auth/login.php')."'</script>";
- }?>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="">
- <meta name="author" content="">
- <title>Aplikasi Rumah Sakit</title>
- <!-- Bootstrap Core CSS -->
- <link href="<?= base_url('_assets/css/bootstrap.min.css'); ?>" rel="stylesheet">
- <!-- Custom CSS -->
- <link href="<?= base_url('_assets/css/simple-sidebar.css') ?>" rel="stylesheet">
- <link href="<?= base_url('_assets/libs/datatables/datatables.min.css') ?>" rel="stylesheet">
- </head>
- <body>
- <div class="container-fluid">
- <div class="row">
- <div class="col-lg-12">
- <img src="<?= base_url('auth/polines.jpg') ?>" alt="Polines Logo" style="
- position: absolute;
- top: 10px;
- right: 10px;
- max-width: 250px;
- max-height: 60px;
- border-radius: 15px;
- z-index: 999;
- ">
- <h1 class="text-center">PolinesMed</h1>
- </div>
- </div>
- </div>
- <!-- Bootstrap JS and other JS dependencies -->
- <script src="<?= base_url('_assets/js/jquery.js') ?>"></script>
- <script src="<?= base_url('_assets/js/bootstrap.min.js') ?>"></script>
- <script src="<?= base_url('_assets/libs/datatables/datatables.min.js') ?>"></script>
- <script src="<?= base_url('_assets/libs/vendor/ckeditor/ckeditor/ckeditor.js') ?>"></script>
- <div id="wrapper">
- <!-- Sidebar -->
- <div id="sidebar-wrapper">
- <ul class="sidebar-nav">
- <li class="sidebar-brand">
- <a href=""><span class="text-primary"><b>PolinesMed</b></span></a>
- </li>
- <li>
- <a href="<?=base_url('dashboard');?>">Dashboard</a>
- </li>
- <li>
- <a href="<?=base_url('pasien/data.php');?>">Data Pasien</a>
- </li>
- <li>
- <a href="<?=base_url('dokter/data.php');?>">Data Dokter</a>
- </li>
- <li>
- <a href="<?=base_url('poliklinik/data.php');?>">Data Poliklinik</a>
- </li>
- <li>
- <a href="<?=base_url('obat/data.php');?>">Data Obat</a>
- </li>
- <li>
- <a href="<?=base_url('rekam_medis/data.php')?>">Rekam Medis</a>
- </li>
- <li>
- <a href="<?=base_url('auth/logout.php');?>"><span class="text-danger">Logout</span></a>
- </li>
- </ul>
- </div>
- <!-- /#sidebar-wrapper -->
- <!-- Page Content -->
- <div id="page-content-wrapper">
- <div class="container-fluid">
Editor
You can edit this paste and save as new: