Files
backend/resources/views/rmto-preview/pages/management/user-projects-list-admin.blade.php
2024-02-01 09:53:53 +00:00

523 lines
22 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!-- <meta name="csrf-token" content="{{ csrf_token() }}"> -->
<title>مدیریت پروژه‌های ثبت شده</title>
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="../plugins/fontawesome-free/css/all.min.css" />
<!-- <link rel="stylesheet" href=".././.../plugins/"> -->
<!-- IRANSans Font -->
<link rel="stylesheet" href="../dist/css/fontiran.css" />
<!-- <link rel="stylesheet" href="../plugins/datatables/css/dataTables.bootstrap4.min.css"> -->
<link rel="stylesheet" href="../dist/css/dataTables.bootstrap4.min.css" />
<link rel="stylesheet" href="../dist/css/persian-datepicker.min.css" />
<link rel="stylesheet" href="../dist/css/buttons.dataTables.min.css" />
<!-- Theme style -->
<link rel="stylesheet" href="../dist/css/adminlte.css" />
<style>
/* by mohammad */
/* change color of header of this datatable */
.header-color {
background-color: #286893;
color: white;
}
/* bring table length selector to left side */
#example_length {
float: left;
}
/* change padding of second table of this page */
.admin-panel-managment-page td {
padding: 10px;
}
/* remove arrow from table header */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
visibility: hidden;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
right: 0.5em;
content: "\2193";
display: none;
}
.dataTables_length {
float: left;
}
.table-footer-style {
text-align: right;
background-color: #286893;
color: #fff;
font-size: 13px;
}
/* changing white space from top of the table its done inline*/
</style>
</head>
<body
class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed starter-project-page admin-panel-managment-page"
>
<div class="wrapper">
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- TOP MENU -->
<header>
<div class="menu_top" id="navbarmenu_top">
<div class="rahdariLogo">
<a href="#"
><img
src="../dist/images/icons/alertInstallAppLogo.png"
alt=""
title="سازمان راهداری و حمل و نقل جاده ای"
/></a>
</div>
<button
class="responsiveTopMenuBtn routinghover"
onclick="window.open('/rmto', '_self');"
>
<img src="../dist/images/icons/home.svg" />صفحه اصلی
</button>
<!-- button of logout deleted -->
<div class="clearfix"></div>
<form
id="logout-form"
action="{{ route('logout') }}"
method="POST"
style="display: none;"
>
@csrf
</form>
</div>
</header>
<!-- END TOP MENU -->
<!-- Main content -->
<div class="content">
<div class="starter-loader-container">
<div class="starter-loader"></div>
</div>
<div class="container-fluid">
<div class="row m-0">
<div class="col-sm-12">
<div class="keshvar-main">
<!-- Default box -->
<div class="card">
<div class="card-header">
<h3 class="card-title">
فعالیت‌های روزانه و جاری راهداری به تفکیک مورد
</h3>
<div class="card-tools">
<div class="form-row">
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder="از تاریخ"
id="datepickfromdatekeshvar"
autocomplete="off"
/>
</div>
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder=" تا تاریخ"
id="datepicktodatekeshvar"
autocomplete="off"
disabled
/>
</div>
<div class="form-group col-md-2 find-date">
<button
class="btn btn-info btn-sm"
id="sort_datekeshvar"
>
جستجو
</button>
</div>
</div>
</div>
</div>
<div
class="card-body table-responsive p-2"
style="margin-top: 4px;"
>
<table
class="table table-striped table-bordered projects"
id="examplekeshvar"
>
<thead class="header-color">
<tr>
<th style="width: 8%;">مرمت رویه</th>
<th style="width: 8%;">پاکسازی</th>
<th style="width: 8%;">علائم</th>
<th style="width: 8%;">حفاظ</th>
<th style="width: 8%;">روشنایی</th>
<th style="width: 8%;">خط کشی</th>
<th style="width: 8%;">رنگ آمیزی</th>
<th style="width: 8%;">شتستشو</th>
<th style="width: 8%;">ایمن سازی</th>
<th style="width: 8%;">حریم</th>
<th style="width: 8%;">پل</th>
<th style="width: 8%;">تونل و گالری</th>
<th style="width: 8%;">عملیات زمستانی</th>
<th style="width: 8%;">ماشین آلات</th>
<th style="width: 8%;">راهدارخانه</th>
<th style="width: 8%;">موارد اضطراری</th>
<th style="width: 8%;">مجموع</th>
</tr>
</thead>
</table>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div>
<div class="admin-main">
<!-- Default box -->
<div id="admin-card" class="card">
<div class="card-header">
<h3 class="card-title">
تعداد فعالیت های ثبت شده استان ها
</h3>
<div class="card-tools">
<div class="form-row">
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder="از تاریخ"
id="datepickfromdate"
autocomplete="off"
/>
</div>
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder=" تا تاریخ"
id="datepicktodate"
autocomplete="off"
disabled
/>
</div>
<div class="form-group col-md-2 find-date">
<button class="btn btn-info btn-sm" id="sort_date">
جستجو
</button>
</div>
</div>
</div>
</div>
<div
class="card-body table-responsive p-2"
style="margin-top: 4px;"
>
<table
class="table table-striped table-bordered projects"
id="example"
>
<thead class="header-color">
<tr>
<th style="width: 5%;">ردیف</th>
<th style="width: 10%;">استان</th>
<th style="width: 10%;">
فعالیت های روزانه و جاری راهداری
</th>
<th style="width: 15%;">گشت راهداری و ترابری</th>
<th style="width: 10%;">واکنش سریع</th>
<th style="width: 8%;">مجموع</th>
<th style="width: 3%;" class="text-center">
عملیات
</th>
</tr>
</thead>
<tfoot>
<tr>
<th colspan="1" style="text-align: right;">
مجموع
</th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</tfoot>
</table>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div>
<div class="ostan-main" style="display: none;">
<div class="card">
<div class="card-header">
<h3 class="card-title">
تعداد فعالیت های ثبت شده اداره کل
</h3>
<div class="card-tools">
<div class="form-row">
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder="از تاریخ"
id="datepickfrommdate"
autocomplete="off"
/>
</div>
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder=" تا تاریخ"
id="datepicktoodate"
autocomplete="off"
disabled
/>
</div>
<div class="form-group col-md-2 find-date">
<button class="btn btn-info btn-sm" id="sortt_date">
جستجو
</button>
</div>
</div>
</div>
</div>
<div
class="card-body table-responsive p-2"
style="margin-top: 3px;"
>
<table
class="table table-striped table-bordered projects"
id="examplee"
>
<thead class="header-color">
<tr>
<th style="width: 5%;">ردیف</th>
<th style="width: 10%;">شهرستان</th>
<th style="width: 10%;">
فعالیت های روزانه و جاری راهداری
</th>
<th style="width: 15%;">گشت راهداری و ترابری</th>
<th style="width: 8%;">مجموع</th>
</tr>
</thead>
<tfoot>
<tr>
<th colspan="1" style="text-align: right;">
مجموع
</th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<div class="riz-main" style="display: none;">
<!-- Default box -->
<div class="card">
<div class="card-header">
<h3 class="card-title">
فهرست فعالیت های ثبت شده اداره کل استان
</h3>
<div class="card-tools">
<div class="form-row">
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder="از تاریخ"
id="datepickfromriz"
autocomplete="off"
/>
</div>
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder=" تا تاریخ"
id="datepicktoriz"
autocomplete="off"
disabled
/>
</div>
<div class="form-group col-md-2 find-date">
<button
class="btn btn-info btn-sm"
id="sortt_dateriz"
>
جستجو
</button>
</div>
</div>
</div>
</div>
<div
class="card-body table-responsive p-2"
style="margin-top: 3px;"
>
<table
class="table table-striped table-bordered projects"
id="exampleriz"
>
<thead class="header-color">
<tr>
<th style="width: 2%;">ردیف</th>
<th style="width: 7%;">کاربر ثبت کننده</th>
<th style="width: 10%;">نوع فعالیت</th>
<th style="width: 7%;">آیتم راهداری</th>
<th style="width: 17%;">ریز فعالیت</th>
<th style="width: 5%;">مقدار</th>
<th style="width: 10%;">واحد</th>
<th style="width: 7%;">تاریخ ثبت</th>
<th style="width: 7%;">عملیات</th>
</tr>
</thead>
</table>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div>
<!-- mohammad edits start -->
<div>
<!-- Default box -->
<div class="card">
<div class="card-header">
<h3 class="card-title">
فعالیت های روزانه و جاری راهداری ثبت شده به تفکیک ایتم
های راهداری
</h3>
{{-- <div class="card-tools">
<div class="form-row">
</div>
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder="از تاریخ"
id="datepickfromdateTestItems"
autocomplete="off"
/>
</div>
<div class="form-group col-md-5">
<input
type="text"
class="form-control"
placeholder=" تا تاریخ"
id="datepicktodateTestItems"
autocomplete="off"
disabled
/>
</div>
<div class="form-group col-md-2 find-date">
<button
class="btn btn-info btn-sm"
id="sort_dateTestItems"
>
جستجو
</button>
</div>
</div>
</div> --}}
</div>
<div
class="card-body table-responsive p-2"
style="margin-top: 4px;"
>
<table
class="table table-striped table-bordered projects"
id="exampleTestItems"
>
<thead class="header-color">
<tr>
<th style="width: 8%;">کاربر ثبت کننده</th>
<th style="width: 8%;">مرمت رویه</th>
<th style="width: 8%;">پاکسازی</th>
<th style="width: 8%;">علائم</th>
<th style="width: 8%;">حفاظ</th>
<th style="width: 8%;">روشنایی</th>
<th style="width: 8%;">خط کشی</th>
<th style="width: 8%;">رنگ آمیزی</th>
<th style="width: 8%;">شتستشو</th>
<th style="width: 8%;">ایمن سازی</th>
<th style="width: 8%;">حریم</th>
<th style="width: 8%;">پل</th>
<th style="width: 8%;">تونل و گالری</th>
<th style="widtfh: 8%;">عملیات زمستانی</th>
<th style="width: 8%;">ماشین آلات</th>
<th style="width: 8%;">راهدارخانه</th>
<th style="width: 8%;">موارد اضطراری</th>
<th style="width: 8%;">
آیتم های بازدید بررسی کنترل
</th>
<th style="width: 8%;">مجموع</th>
</tr>
</thead>
</table>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div>
<!-- mohammad edits end -->
</div>
</div>
</div>
</div>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
</div>
<!-- ././wrapper -->
<!-- REQUIRED SCRIPTS -->
<!-- jQuery -->
<script src="../plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Persian DatePicker -->
<script src="../dist/js/persian-date.min.js"></script>
<script src="../dist/js/persian-datepicker.min.js"></script>
<!-- AdminLTE App -->
<script src="../dist/js/adminlte.min.js"></script>
<script src="../plugins/datatables/jquery.dataTables.min.js"></script>
<script src="../dist/js/dataTables.bootstrap4.min.js"></script>
<script src="../dist/js/datatables/persian.js"></script>
<script src="../plugins/datatables-buttons/js/dataTables.buttons.min.js"></script>
<script src="../plugins/datatables-buttons/js/buttons.html5.min.js"></script>
<!-- <script src="../plugins/datatables-buttons/js/buttons.print.min.js"></script> -->
<script src="../dist/js/jszip.min.js"></script>
<script src="../plugins/sweetalert2/sweetalert2.all.min.js"></script>
<!-- Moment.js -->
<script src="../plugins/moment/moment.min.js"></script>
<script src="../dist/js/jalali-moment.browser.js"></script>
<!-- Page Script -->
<script src="../dist/js/panel-admin.js?v=0.17"></script>
<!-- <script src="../dist/js/panel.js"></script>
<script src="../dist/js/panel-managment.js"></script> -->
<!-- Page Script -->
<!-- <script src="../dist/js/user-list.js"></script> -->
</body>
</html>