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

202 lines
11 KiB
PHP

<!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">
</head>
<body class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed starter-project-page 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>
<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="manag-main">
<!-- Default box -->
<div id="manage-card" class="card">
<div class="card-header">
<h3 class="card-title">
تعداد فعالیت های ثبت شده اداره کل {{ Auth::user()->province->name_fa }}
</h3>
<div class="card-tools">
<div class="form-row">
<div class="form-group col-md-5">
<input type="text" class="form-control" placeholder="از تاریخ"
id="datepickfrom" autocomplete="off" />
</div>
<div class="form-group col-md-5">
<input type="text" class="form-control" placeholder=" تا تاریخ"
id="datepickto" 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: 16px;">
<table class="table table-striped table-bordered projects" id="example">
<thead>
<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>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div> --}}
<div class="manage-main">
<!-- Default box -->
<div class="card">
<div class="card-header">
<h3 class="card-title">
فهرست فعالیت های ثبت شده اداره کل {{ Auth::user()->province->name_fa }}
</h3>
<div class="card-tools">
<div class="form-row">
<div class="form-group col-md-5">
<input type="text" class="form-control" placeholder="از تاریخ"
id="datepickfromm" autocomplete="off">
</div>
<div class="form-group col-md-5">
<input type="text" class="form-control" placeholder=" تا تاریخ"
id="datepicktoo" 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: 16px;">
<table class="table table-striped table-bordered projects" id="examplee">
<thead>
<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>
</div>
</div>
</div>
<!-- /.container-fluid -->
<!--modal change password-->
</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.js?v=0.1"></script>
<script src="../../dist/js/panel-managment.js?v=1.0"></script>
<!-- Page Script -->
<!-- <script src="../../dist/js/user-list.js"></script> -->
</body>
</html>