fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
| DIR:/home/u1105814/public_html/tscore.id/ |
| Current File : /home/u1105814/public_html/tscore.id/main.php |
<!DOCTYPE html>
<html lang="en">
<?php include "style/heading.php";
session_save_path('session');
session_start();
//$userlogin=$_SESSION['namauser'];
?>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<!-- Sidebar -->
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
<!-- Sidebar - Brand -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="#">
<div class="sidebar-brand-icon">
<i class="fas fa-user-cog"></i>
</div>
<div class="sidebar-brand-text mx-3">ADMIN</div>
</a>
<div class="text-center d-none d-md-inline">
<button class="rounded-circle border-0" id="sidebarToggle"></button>
</div>
<!-- Divider -->
<?php include "Front-Additional/sidebar-menu.php";?>
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<!-- Topbar -->
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
<!-- Sidebar Toggle (Topbar) -->
<?php include "Front-Additional/button-mobile.php";?>
<!-- Topbar Navbar -->
<?php include "Front-Additional/user-profile.php";?>
</nav>
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Page Heading -->
<h1 class="h3 mb-2 text-gray-800">Dashboard</h1>
<!-- <p class="mb-4">Data Koorkab</p> -->
<!-- Page Heading -->
<div class="jumbotron">
<div class="text-center">
<img src="img/logo.png" class="img-fluid" alt="Responsive image">
</div>
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="font-italic h3 mb-0 text-gray-800">Vote Builder, Constituent Relations Management</h1>
</div>
<hr><p class="text-start fw-semibold">Sebuah platform berbasis web yang mempermudah dalam mengelola data pemilih, menganalisis, mendapatkan insight lapangan secara langsung untuk kemenangan politik di semua tingkatan.</p>
</div>
<!-- Content Row -->
<div class="row">
<!-- Content Column -->
<div class="col-lg-12">
<!-- Project Card Example -->
<!-- <div class="card shadow mb-4">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">PETA PENYEBARAN</h6>
</div>
<div class="card-body">
<div id="map">
<div class="embed-responsive embed-responsive-21by9">
<iframe class="embed-responsive-item" src="maps.php"></iframe>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
<a class="btn btn-primary" href="logout.php">Logout</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © Tscore.id 2023</span>
</div>
</div>
</footer>
<!-- End of Footer -->
</div>
<!-- End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Logout Modal-->
<?php include "style/footer.php";?>
<!-- Bootstrap core JavaScript-->
</body>
</html> |