2024-02-01 11:37:15 +08:00
|
|
|
|
<!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, shrink-to-fit=no">
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
2024-02-06 19:48:31 +08:00
|
|
|
|
<title>雲科校園停車場</title>
|
2024-02-01 11:37:15 +08:00
|
|
|
|
|
|
|
|
|
<!-- Custom fonts for this template-->
|
|
|
|
|
<link href="~/bootstrap_1/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
|
|
|
|
|
rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
<!-- Custom styles for this template-->
|
|
|
|
|
<link href="~/bootstrap_1/css/sb-admin-2.min.css" rel="stylesheet">
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body id="page-top" >
|
|
|
|
|
|
|
|
|
|
<!-- Page Wrapper -->
|
|
|
|
|
<div id="wrapper">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
<!-- 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">
|
|
|
|
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" asp-area="" asp-controller="Park_spaces" asp-action="Parking_spaces_total_table">
|
|
|
|
|
<!--
|
|
|
|
|
<div class="sidebar-brand-icon rotate-n-15">
|
|
|
|
|
<i class="fas fa-laugh-wink"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="sidebar-brand-text mx-3">工程模式 <sup>2</sup></div>-->
|
|
|
|
|
<div class="sidebar-brand-text mx-3">
|
|
|
|
|
<img class="img-profile rounded-circle" style="width:20%" src="~/bootstrap_1/img/Yuntech.png">
|
|
|
|
|
停車位
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<!-- Sidebar Toggle (Topbar) -->
|
|
|
|
|
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
|
|
|
|
|
<i class="fa fa-bars"></i>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul class="navbar-nav ml-auto">
|
|
|
|
|
|
|
|
|
|
<li class="nav-item dropdown no-arrow mx-1">
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<!-- Nav Item - Messages -->
|
|
|
|
|
<li class="nav-item dropdown no-arrow mx-1">
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<div class="topbar-divider d-none d-sm-block"></div>
|
|
|
|
|
|
|
|
|
|
<!-- Nav Item - User Information -->
|
|
|
|
|
<li class="nav-item dropdown no-arrow">
|
|
|
|
|
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button"
|
|
|
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
|
|
<span class="mr-2 d-none d-lg-inline text-gray-600 small">使用者</span>
|
|
|
|
|
<img class="img-profile rounded-circle"
|
|
|
|
|
src="~/bootstrap_1/img/undraw_profile.svg">
|
|
|
|
|
</a>
|
|
|
|
|
<!-- Dropdown - User Information -->
|
|
|
|
|
|
|
|
|
|
<div class="dropdown-menu dropdown-menu-right shadow animated--grow-in"
|
|
|
|
|
aria-labelledby="userDropdown">
|
|
|
|
|
|
|
|
|
|
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal" onclick="Logout_clicked()">
|
|
|
|
|
<i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
|
|
|
Logout
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<!-- Begin Page Content -->
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
|
@RenderBody()
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /.container-fluid -->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</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-->
|
|
|
|
|
<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="login.html">Logout</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript-->
|
|
|
|
|
<script src="~/bootstrap_1/vendor/jquery/jquery.min.js"></script>
|
|
|
|
|
<script src="~/bootstrap_1/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Core plugin JavaScript-->
|
|
|
|
|
<script src="~/bootstrap_1/vendor/jquery-easing/jquery.easing.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Custom scripts for all pages-->
|
|
|
|
|
<script src="~/bootstrap_1/js/sb-admin-2.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Page level plugins -->
|
|
|
|
|
<script src="~/bootstrap_1/vendor/chart.js/Chart.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Page level custom scripts -->
|
|
|
|
|
<script src="~/bootstrap_1/js/demo/chart-area-demo.js"></script>
|
|
|
|
|
<script src="~/bootstrap_1/js/demo/chart-pie-demo.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--登出-->
|
|
|
|
|
<script>
|
|
|
|
|
function Logout_clicked() {
|
|
|
|
|
localStorage.removeItem('token_park_space');
|
|
|
|
|
window.location.href = '/';
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|