add semakin imut
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta http-equiv="refresh" content="300">
|
||||
|
||||
<title>IGD RSSA| Ambulan 119</title>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="css/jquery.dataTables.min.css">
|
||||
|
||||
<!-- Bootstrap javascript -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
|
||||
<script src="js/rencanascript.js"></script>
|
||||
</head>
|
||||
<style>
|
||||
div.scroll-auto {
|
||||
background-color: whitesmoke;
|
||||
width: auto;
|
||||
height: 400px;
|
||||
overflow: auto;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<div class="page-wrapper" id="page_wrap">
|
||||
|
||||
<div class="h6 mb-0 alert-info" id="timemarquee" style="background: rgb(91,93,231);background: linear-gradient(90deg, rgba(91,93,231,1) 0%, rgba(170,180,209,1) 100%);">
|
||||
<marquee behavior="scroll" direction="left" width="100%" scrollamount="5" id="fulltime"></marquee>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
time_load();
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<nav class="navbar navbar-expand-lg" style="background-image:url(ambulan1.jpg)" id="page-nav">
|
||||
<div class="container-fluid">
|
||||
<img src="../favicon.ico" alt="" style="height:140px;">
|
||||
<a class="navbar-brand" href="#">
|
||||
<div class="h1 mb-10 text-gray-500" id="ruangan" >
|
||||
Ambulan 119
|
||||
</div>
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span></button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0 h5 mb-2 text-gray-800">
|
||||
|
||||
<li class="nav-item" id="dashboard_ok" hidden>
|
||||
<a class="nav-link h6 mb-2 text-gray-800" href="index.php?link=ok">Dashboard OK</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex" id="tampil" action="search.php" method="GET" enctype="multipart/form-data">
|
||||
<input type="search" id="isearch" name="isearch" placeholder="Search..." aria-label="Search">
|
||||
<button class="btn-success" onclick="loadDoc()" type="submit" name="submit" id="isearchbtn">Search</button>
|
||||
</form>
|
||||
<a class="nav-link h6 mb-2 text-gray-800" href="model/logout.php" id="logout" title="user keluar">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-person-circle" viewBox="0 0 16 16">
|
||||
<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" />
|
||||
<path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z" />
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user