166 lines
6.1 KiB
PHP
166 lines
6.1 KiB
PHP
<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.0">
|
||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||
<link rel="stylesheet" href="./plugins/fontawesome-free/css/all.min.css" />
|
||
<link rel="stylesheet" href="./dist/css/adminlte.css" />
|
||
<link rel="stylesheet" href="./dist/css/fontiran.css">
|
||
<link rel="stylesheet" href="./dist/css/footer.css" />
|
||
|
||
<link rel="icon" href="../dist/images/fav.ico" type="image/ico" sizes="16x16">
|
||
<title>گزارشات</title>
|
||
<style>
|
||
.header-excel {
|
||
text-align: center;
|
||
}
|
||
|
||
.parent-excels-cel {
|
||
height: 30%;
|
||
}
|
||
|
||
.excel-cels {
|
||
text-align: center;
|
||
}
|
||
|
||
.excel-cels i {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.btn-inside-cels {
|
||
width: 80%;
|
||
height: 80%;
|
||
margin-right: auto;
|
||
margin-left: auto;
|
||
box-shadow: 10px 10px 10px #eeeeee;
|
||
}
|
||
|
||
.divloader {
|
||
display: none;
|
||
justify-content: center;
|
||
align-items: center;
|
||
position: fixed;
|
||
right: 0;
|
||
left: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
background-color: rgba(0, 0, 0, 0.4);
|
||
z-index: 20;
|
||
}
|
||
|
||
.loader {
|
||
display: inline-block;
|
||
width: 40px;
|
||
height: 40px;
|
||
position: relative;
|
||
border: 4px solid #ff5c0f;
|
||
top: 0;
|
||
animation: loader 2s infinite ease;
|
||
}
|
||
|
||
.loader-inner {
|
||
vertical-align: top;
|
||
display: inline-block;
|
||
width: 100%;
|
||
background-color: #fff;
|
||
animation: loader-inner 2s infinite ease-in;
|
||
}
|
||
|
||
@keyframes loader {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
25% {
|
||
transform: rotate(180deg);
|
||
}
|
||
50% {
|
||
transform: rotate(180deg);
|
||
}
|
||
75% {
|
||
transform: rotate(360deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
|
||
@keyframes loader-inner {
|
||
0% {
|
||
height: 0%;
|
||
}
|
||
25% {
|
||
height: 0%;
|
||
}
|
||
50% {
|
||
height: 100%;
|
||
}
|
||
75% {
|
||
height: 100%;
|
||
}
|
||
100% {
|
||
height: 0%;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="divloader">
|
||
<span class="loader"><span class="loader-inner"></span></span>
|
||
</div>
|
||
@include('layouts.header')
|
||
<div class="container-fluid">
|
||
<h4 class="header-excel py-3">گزارشات سامانه جامع راهداری</h4>
|
||
<div class="row parent-excels-cel">
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrlTech()"><i class="fas fa-file-excel"></i>جمع بندی ابنیه فنی</button>
|
||
</div>
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrldanger()"><i class="fas fa-file-excel"></i>جمع بندی نقاط حادثه خیز</button>
|
||
</div>
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrlupgrade()"><i class="fas fa-file-excel"></i>جمع بندی ارتقای ایمنی</button>
|
||
</div>
|
||
</div>
|
||
<div class="row parent-excels-cel">
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrltoll()"><i class="fas fa-file-excel"></i>جمع بندی راهدارخانه ها</button>
|
||
</div>
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrlvilage()"><i class="fas fa-file-excel"></i>جمع بندی ساخت راه روستایی</button>
|
||
</div>
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrlmaintanance()"><i class="fas fa-file-excel"></i>جمع بندی روکش آسفالت</button>
|
||
</div>
|
||
</div>
|
||
<div class="row parent-excels-cel">
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrlroaditem1()" ><i class="fas fa-file-excel"></i>گزارشگیری فعالیت روزانه و جاری-جدول اول</button>
|
||
</div>
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrlroaditem2()"><i class="fas fa-file-excel"></i>گزارشگیری فعالیت روزانه و جاری-جدول دوم</button>
|
||
</div>
|
||
<div class="col excel-cels d-flex align-items-start">
|
||
<button class="btn btn-default btn-inside-cels" onclick="GotoUrlroaditem3()"><i class="fas fa-file-excel"></i>گزارشگیری فعالیت روزانه و جاری-جدول سوم</button>
|
||
</div>
|
||
</div>
|
||
@include('layouts.footer')
|
||
</body>
|
||
<script src="./plugins/jquery/jquery.min.js"></script>
|
||
<!-- Bootstrap 4 -->
|
||
<script src="./plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
<!-- moment -->
|
||
<script src="./plugins/moment/moment.min.js"></script>
|
||
<script src="./dist/js/jalali-moment.browser.js"></script>
|
||
<!-- slider-bootstarp -->
|
||
<script src="./dist/js/sweetalert2js.js"></script>
|
||
<script src="./dist/js/static.js"></script>
|
||
<script src="./dist/js/header.js"></script>
|
||
<script src="./dist/js/jquery.fileDownload.js"></script>
|
||
<script src="./dist/js/excel.js"></script>
|
||
|
||
</script>
|
||
|
||
</html> |