1845 lines
59 KiB
PHP
1845 lines
59 KiB
PHP
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<title>رسیدگی به شکایات</title>
|
|
<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">
|
|
<!-- bootstrap slider -->
|
|
<link rel="stylesheet" href="../plugins/bootstrap-slider/css/bootstrap-slider.min.css" />
|
|
<!-- chartjs -->
|
|
<link rel="stylesheet" href="../plugins/chart.js/Chart.min.css" />
|
|
<!-- leaflet -->
|
|
<link rel="stylesheet" href="../dist/css/leaflet.css">
|
|
<!-- persian-datepicker -->
|
|
<link rel="stylesheet" href="../dist/css/persian-datepicker.min.css">
|
|
<!-- select2 -->
|
|
<link rel="stylesheet" href="../plugins/select2/css/select2.min.css" />
|
|
<!-- datatable -->
|
|
<link rel="stylesheet" href="../plugins/datatables-bs4/css/dataTables.bootstrap4.min.css">
|
|
<!-- datatable button -->
|
|
<link rel="stylesheet" href="../plugins/datatables-buttons/css/buttons.bootstrap4.min.css">
|
|
<link rel="stylesheet" href="../dist/css/footer.css" />
|
|
<link rel="stylesheet" href="../dist/css/responsive.css" />
|
|
<link rel="stylesheet" href="../dist/css/responsivefast.css" />
|
|
|
|
|
|
|
|
<!-- counter -->
|
|
<link href="../plugins/increment-numeric-counter/counter.css" rel="stylesheet" type="text/css">
|
|
<link rel="icon" href="../dist/images/fav.ico" type="image/ico" sizes="16x16">
|
|
<style>
|
|
.loader {
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 40px;
|
|
position: relative;
|
|
border: 4px solid #ff5c0f;
|
|
top: 0;
|
|
animation: loader 2s infinite ease;
|
|
}
|
|
|
|
.navbar {
|
|
padding: 5px 10px 0px 10px !important;
|
|
}
|
|
|
|
.loader-inner {
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
animation: loader-inner 2s infinite ease-in;
|
|
}
|
|
|
|
.navbar-nav .dropdown-menu {
|
|
position: absolute !important;
|
|
}
|
|
|
|
@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%;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.counter {
|
|
font-family: "IRANSansFaNum";
|
|
}
|
|
|
|
.counter {
|
|
display: table-cell;
|
|
font-size: 20px;
|
|
width: 50px;
|
|
border-radius: 6px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
background-color: #3d9970;
|
|
color: #fff;
|
|
padding: 4px 14px;
|
|
box-shadow: 10px 10px 10px #999999;
|
|
}
|
|
|
|
.show-done {
|
|
margin-bottom: 50px;
|
|
margin-right: 50px;
|
|
|
|
}
|
|
|
|
.show-done-unselected {
|
|
background-color: rgb(255, 92, 15);
|
|
color: "ffffff" !important;
|
|
}
|
|
|
|
.show-done-selected {
|
|
background-color: rgb(92, 92, 92);
|
|
}
|
|
|
|
|
|
table {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
clear: both;
|
|
border-collapse: collapse;
|
|
table-layout: fixed; // ***********add this
|
|
word-wrap: break-word; // ***********and this
|
|
}
|
|
|
|
|
|
.map-latlng-form {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.zoom {
|
|
height: 30px;
|
|
width: 30px;
|
|
transition: transform .2s;
|
|
|
|
}
|
|
|
|
.zoom:hover {
|
|
-ms-transform: scale(3);
|
|
-webkit-transform: scale(3);
|
|
transform: scale(3);
|
|
}
|
|
|
|
.firstImg:hover {
|
|
-ms-transform: scale(1.5);
|
|
-webkit-transform: scale(1.5);
|
|
transform: scale(1.5);
|
|
}
|
|
|
|
.secondImg:hover {
|
|
-ms-transform: scale(1.5);
|
|
-webkit-transform: scale(1.5);
|
|
transform: scale(1.5);
|
|
}
|
|
|
|
.abrar-map-layout {
|
|
position: relative;
|
|
height: 400px;
|
|
}
|
|
|
|
.abrar-map-layout>#abrar-map {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout>#abrar-map-static {
|
|
height: 100%;
|
|
border: 1px solid #dee2e6;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.abrar-map-layout>.pin-container {
|
|
position: absolute;
|
|
top: 34%;
|
|
right: 44%;
|
|
z-index: 1009;
|
|
}
|
|
|
|
body {
|
|
font-family: "iransans";
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.navbar-nav {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.navbar-sp {
|
|
color: #ffffff !important;
|
|
font-size: 10px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.navbar-it {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.line {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.havig {
|
|
text-align: center;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.profile {
|
|
margin-left: 60px;
|
|
border: 2px solid #ff5c0f;
|
|
padding: 10px 15px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
header {
|
|
background-color: #ffffff;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.logoPart {
|
|
padding: 15px 40px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.contactUsPart {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.contactUsPart .time {
|
|
color: #ff5c0f;
|
|
unicode-bidi: embed;
|
|
}
|
|
|
|
.dropdown:hover .multi-level {
|
|
display: block;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.multi-level {
|
|
padding: 10px;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
background-image: linear-gradient(#212529, white);
|
|
}
|
|
|
|
.dropdown-item {
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.dropdown-item-bottom {
|
|
color: black;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown-item:hover {
|
|
background-color: #ff5c0f;
|
|
color: white;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.dropdown-item a {
|
|
color: black;
|
|
}
|
|
|
|
.dropdown-item a:hover {
|
|
color: white;
|
|
}
|
|
|
|
.dropdown-submenu {
|
|
position: relative;
|
|
}
|
|
|
|
.dropdown-submenu>.dropdown-menu {
|
|
top: 0;
|
|
left: 100%;
|
|
margin-top: -6px;
|
|
margin-left: -1px;
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
-moz-border-radius: 0 6px 6px;
|
|
border-radius: 0 6px 6px 6px;
|
|
}
|
|
|
|
.dropdown-submenu:hover>.dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
.dropdown-submenu:hover>a:after {
|
|
border-left-color: #fff;
|
|
}
|
|
|
|
.dropdown-submenu.pull-left>.dropdown-menu {
|
|
left: -78%;
|
|
margin-left: 10px;
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
border-radius: 6px 0 6px 6px;
|
|
}
|
|
|
|
#dropdown-project {
|
|
left: -99%;
|
|
}
|
|
|
|
.table thead tr {
|
|
font-size: 12px;
|
|
background-color: #015688;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.dt-buttons {
|
|
float: left;
|
|
}
|
|
|
|
.dataTables_length {
|
|
float: right;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.dataTables_filter {
|
|
float: right;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.table tbody {
|
|
font-size: 12px;
|
|
font-family: 'IRANSansFaNum';
|
|
}
|
|
|
|
button.dt-button {
|
|
background-color: white;
|
|
border: 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.icon-color {
|
|
color: rgb(43, 125, 43);
|
|
font-size: 19px;
|
|
}
|
|
|
|
.dataTables_paginate {
|
|
margin-top: 20px !important;
|
|
}
|
|
|
|
.dataTables_paginate .pagination li.page-item a {
|
|
border: 0 !important;
|
|
color: black;
|
|
}
|
|
|
|
.page-item.active .page-link {
|
|
color: white !important;
|
|
background-color: rgb(255, 92, 15) !important;
|
|
}
|
|
|
|
.line-empty-col {
|
|
background-color: rgb(255, 92, 15);
|
|
width: 50px;
|
|
height: 1px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.content-center-dataTable {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
font-size: 12px;
|
|
top: 10px;
|
|
}
|
|
|
|
.content-center-excel button {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
background-color: #00669f !important;
|
|
color: white;
|
|
}
|
|
|
|
.content-center-dataTable button {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
}
|
|
|
|
.scrollbar::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.scrollbar::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
.btn-dataTable {
|
|
border: 0;
|
|
background-color: rgba(220, 220, 220, 0);
|
|
}
|
|
|
|
.btn-dataTable i {
|
|
color: rgb(43, 125, 43);
|
|
font-size: 18px;
|
|
}
|
|
|
|
.line-btn-table {
|
|
width: 1px;
|
|
height: 20px;
|
|
background-color: rgb(255, 92, 15);
|
|
}
|
|
|
|
.btn-closeModal {
|
|
background-color: white;
|
|
border: 0;
|
|
}
|
|
|
|
.btn-closeModal span {
|
|
font-size: 25px;
|
|
}
|
|
|
|
.modal-header-me span {
|
|
letter-spacing: -0.8px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.parent-filter {
|
|
width: 245px;
|
|
min-height: 200px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 0;
|
|
box-shadow: 0 0 3px;
|
|
}
|
|
|
|
.parent-filter-new {
|
|
width: 245px;
|
|
min-height: 200px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 175px;
|
|
box-shadow: 0 0 3px;
|
|
}
|
|
|
|
.select2-search__field {
|
|
font-size: 10px !important;
|
|
}
|
|
|
|
.select2-results__options {
|
|
font-size: 10px !important;
|
|
}
|
|
|
|
.select2-selection__rendered {
|
|
font-size: 10px !important;
|
|
}
|
|
|
|
.form-control-me {
|
|
display: block;
|
|
width: 77%;
|
|
height: 33px;
|
|
padding: 0.375rem 0.75rem;
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #ffffff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
}
|
|
|
|
.select2-container--default {
|
|
width: 176px !important;
|
|
}
|
|
|
|
.btn-increase {
|
|
border: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 10px;
|
|
color: white;
|
|
background-color: rgb(255, 92, 15);
|
|
z-index: 999;
|
|
}
|
|
|
|
.btn-increasedown {
|
|
border: 0;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 10px;
|
|
color: white;
|
|
background-color: rgb(255, 92, 15);
|
|
z-index: 999;
|
|
}
|
|
|
|
.btn-set-filter {
|
|
background-color: rgb(43, 125, 43);
|
|
border: 0;
|
|
margin-bottom: 5px;
|
|
border-radius: 5px;
|
|
font-size: 12px;
|
|
color: white;
|
|
}
|
|
|
|
button:disabled {
|
|
cursor: no-drop;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.modal-body-me {
|
|
position: relative;
|
|
flex: 1 1 auto;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#abrar-map {
|
|
width: 100%;
|
|
height: 250px;
|
|
}
|
|
|
|
.parent-onmapButton {
|
|
width: 140px;
|
|
}
|
|
|
|
.parent-onmapButton button {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 160px;
|
|
z-index: 400;
|
|
border: 0;
|
|
color: white;
|
|
border-radius: 3px;
|
|
font-size: 10px;
|
|
height: 40px;
|
|
background-color: rgb(72, 99, 170);
|
|
}
|
|
|
|
.parent-onmapButton P {
|
|
position: absolute;
|
|
left: 5px;
|
|
text-align: center;
|
|
top: 206px;
|
|
z-index: 1000;
|
|
border: 0;
|
|
padding: 12px;
|
|
margin-top: auto;
|
|
color: white;
|
|
margin-bottom: auto;
|
|
width: 133px;
|
|
border-radius: 3px;
|
|
font-size: 10px;
|
|
height: 40px;
|
|
background-color: rgb(72, 99, 170);
|
|
}
|
|
|
|
.map-latlng-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.map-latlng-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.input-cord {
|
|
font-family: "IRANSans" !important;
|
|
text-align: center !important;
|
|
direction: ltr !important;
|
|
}
|
|
|
|
.form-control:focus {
|
|
background-color: #ffffff;
|
|
border-color: #80bdff;
|
|
outline: 0;
|
|
}
|
|
|
|
.is-invalid-input {
|
|
color: #dc3545 !important;
|
|
}
|
|
|
|
.parent-Coordinates {
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 180px;
|
|
z-index: 999;
|
|
}
|
|
|
|
.parent-Coordinates input {
|
|
width: 131px;
|
|
font-size: 12px;
|
|
height: 30px;
|
|
margin-top: 10px;
|
|
border-radius: 4px;
|
|
background-color: rgb(255, 205, 2);
|
|
}
|
|
|
|
.parent-filter::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-filter::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.stylescroll::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.stylescroll::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.select2-results__options::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.select2-results__options::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-data-project label {
|
|
font-size: 10;
|
|
}
|
|
|
|
.pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 71px;
|
|
font-family: "IRANSans";
|
|
}
|
|
|
|
.parent-data-project input {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.parent-data-project select {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.pin-marker.pin-move>.map-pin-marker {
|
|
transform: scale(0.75);
|
|
}
|
|
|
|
.pin-marker.pin-set>.map-pin-marker>.pin-title-circle {
|
|
background-color: #009900;
|
|
}
|
|
|
|
.pin-marker.pin-warn>.map-pin-marker>.pin-title-circle {
|
|
background-color: #e90a0a;
|
|
}
|
|
|
|
.pin-marker.pin-move>.pin-main-shadow {
|
|
transform: scale(1.35);
|
|
}
|
|
|
|
.map-pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 65px;
|
|
z-index: 10;
|
|
transform-origin: 22.5px 0;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.map-pin-marker>.pin-main-circle {
|
|
position: absolute;
|
|
width: 45px;
|
|
height: 45px;
|
|
left: 0;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
z-index: 12;
|
|
}
|
|
|
|
.map-pin-marker>.pin-white-circle {
|
|
position: absolute;
|
|
width: 39px;
|
|
height: 39px;
|
|
left: 3px;
|
|
top: 3px;
|
|
background-color: #ffffff;
|
|
border-radius: 50%;
|
|
z-index: 13;
|
|
}
|
|
|
|
.map-pin-marker>.pin-title-circle {
|
|
position: absolute;
|
|
width: 35px;
|
|
height: 35px;
|
|
left: 5px;
|
|
top: 5px;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 14;
|
|
transition: background-color 0.3s;
|
|
}
|
|
|
|
.map-pin-marker>.pin-title-circle>.title-circle-text {
|
|
line-height: 1;
|
|
font-size: 10px;
|
|
color: #ffffff;
|
|
font-weight: 600;
|
|
z-index: 15;
|
|
}
|
|
|
|
.map-pin-marker>.pin-main-line {
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 25px;
|
|
z-index: 11;
|
|
background-color: #000000;
|
|
top: 40px;
|
|
left: 20px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
|
|
.pin-marker>.pin-main-shadow {
|
|
position: absolute;
|
|
width: 11px;
|
|
height: 11px;
|
|
left: 17px;
|
|
top: 58px;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 10;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.pin-marker>.pin-main-shadow>.shadow-dot {
|
|
position: relative;
|
|
width: 1px;
|
|
height: 1px;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #000000;
|
|
border-radius: 50%;
|
|
z-index: 10;
|
|
}
|
|
|
|
.leaflet-div-icon {
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.parent-data-project .form-control {
|
|
height: 32px !important;
|
|
}
|
|
|
|
.btn-increase-col {
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
color: rgb(43, 125, 43);
|
|
height: 20px;
|
|
}
|
|
|
|
.btn-decrease-col {
|
|
background-color: transparent;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
color: red;
|
|
height: 20px;
|
|
}
|
|
|
|
.btn-orange-me {
|
|
background-color: rgb(255, 92, 15);
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.modal-footer button {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.modal-footer-me {
|
|
padding: 0 !important;
|
|
border-top: 0;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.modal-content {
|
|
border-radius: 3px;
|
|
border: 1px solid rgb(255, 92, 15);
|
|
}
|
|
|
|
#title-update {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
top: 10px;
|
|
letter-spacing: -0.8px;
|
|
}
|
|
|
|
#distance-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
top: 10px;
|
|
letter-spacing: -0.8px;
|
|
}
|
|
|
|
.update-main .card-title {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.tool-main .card-title {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.add-project-update {
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.parent-add-project-update {
|
|
position: absolute;
|
|
left: 35px;
|
|
top: 43px;
|
|
z-index: 999;
|
|
}
|
|
|
|
.tooltiptextstart {
|
|
visibility: hidden;
|
|
width: 150px;
|
|
background-color: black;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
padding: 5px 0;
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 35px;
|
|
left: 100%;
|
|
font-size: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tooltiptextstart::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 100%;
|
|
margin-top: -5px;
|
|
border-width: 5px;
|
|
border-style: solid;
|
|
border-color: transparent black transparent transparent;
|
|
}
|
|
|
|
.tooltipstart1:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart2:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart3:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart4:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart5:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart6:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart7:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart8:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart9:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart10:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart11:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart12:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstart13:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.tooltipstartcost:hover .tooltiptextstart {
|
|
visibility: visible;
|
|
}
|
|
|
|
.slider.slider-horizontal {
|
|
width: 80%;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#abrar-map-2 {
|
|
height: 408px;
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.modal-body-scroll {
|
|
overflow-y: scroll;
|
|
height: 500px;
|
|
}
|
|
|
|
table.dataTable tbody tr.selected {
|
|
background-color: rgba(82, 196, 92);
|
|
}
|
|
|
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
background-color: #007bff !important;
|
|
}
|
|
|
|
.footer-new-style {
|
|
background-color: #fff;
|
|
position: fixed;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
left: 0px;
|
|
font-family: "IRANSansFaNum";
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
z-index: 10000000000;
|
|
box-shadow: -1px -1px 6px #000000;
|
|
}
|
|
|
|
.body-table-style {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.navbar-it {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#dropdown1 {
|
|
left: -113%;
|
|
}
|
|
|
|
#dropdown2 {
|
|
left: -302%;
|
|
}
|
|
|
|
#dropdown3 {
|
|
left: -160%;
|
|
}
|
|
|
|
.queen-ul-style {
|
|
display: none;
|
|
}
|
|
|
|
.second-top-menu {
|
|
display: none;
|
|
}
|
|
|
|
.new-style-profile {
|
|
display: none;
|
|
}
|
|
|
|
.eight-step-res {
|
|
display: none;
|
|
}
|
|
|
|
table.table-bordered.dataTable th:last-child,
|
|
table.table-bordered.dataTable th:last-child,
|
|
table.table-bordered.dataTable td:last-child,
|
|
table.table-bordered.dataTable td:last-child {
|
|
border-right-width: 1px;
|
|
}
|
|
@media only screen and (min-width: 1700px) {
|
|
.justify-content-center {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 700px) {
|
|
.king-size-nav {
|
|
display: none;
|
|
}
|
|
|
|
.new-style-profile {
|
|
display: block;
|
|
width: 20%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: center;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.navbar-sp {
|
|
font-size: 12px;
|
|
margin-top: 2px;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
.eight-step-res {
|
|
display: none;
|
|
}
|
|
|
|
.second-top-menu {
|
|
display: flow-root;
|
|
position: relative;
|
|
background-color: #2c343f;
|
|
height: 40px;
|
|
width: 100%;
|
|
transition: all 0.4s;
|
|
z-index: 3;
|
|
}
|
|
|
|
.second-menu-img {
|
|
position: absolute;
|
|
margin-right: 12px;
|
|
margin-top: -8px;
|
|
width: 25px;
|
|
height: 55px;
|
|
}
|
|
|
|
.difrent-img-size {
|
|
width: 27px;
|
|
height: 26px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.queen-responsive-navbar {
|
|
justify-content: center;
|
|
margin-bottom: 20px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.queen-ul-style {
|
|
display: block;
|
|
}
|
|
|
|
.queen-size-nav {
|
|
display: none;
|
|
background-color: #ffffff;
|
|
box-shadow: -1px 1px 4px #212529;
|
|
width: 40%;
|
|
height: 55%;
|
|
border-bottom-left-radius: 10px;
|
|
margin-top: 40px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: 2;
|
|
}
|
|
|
|
.first-step-res-design {
|
|
text-align: center;
|
|
list-style-type: none;
|
|
margin-top: 10px;
|
|
padding: 3px;
|
|
}
|
|
|
|
.first-step-res {
|
|
display: none;
|
|
padding-inline-start: 0px;
|
|
font-size: 11px;
|
|
border-bottom: 2px solid #ff5c0f;
|
|
border-top: 2px solid #ff5c0f;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
footer {
|
|
position: fixed !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 530px) {
|
|
.queen-size-nav {
|
|
width: 50%;
|
|
}
|
|
|
|
.page-link {
|
|
padding: 0.4rem 0.55rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 450px) {
|
|
.queen-size-nav {
|
|
height: 60%;
|
|
}
|
|
|
|
.page-link {
|
|
padding: 0.4rem 0.40rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 370px) {
|
|
#example_length {
|
|
float: none !important;
|
|
}
|
|
|
|
#example_filter {
|
|
float: none !important;
|
|
}
|
|
|
|
.page-link {
|
|
padding: 0.4rem 0.35rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1000px) {
|
|
#dropdown1 {
|
|
position: absolute !important;
|
|
}
|
|
}
|
|
|
|
html,
|
|
body {
|
|
max-width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_paginate {
|
|
margin: 0;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
font-family: 'IRANSansFaNum';
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_info {
|
|
padding-top: 0.85em;
|
|
font-family: 'IRANSansFaNum';
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.modal-header .close,
|
|
.modal-header .mailbox-attachment-close {
|
|
padding: 1rem;
|
|
margin: -1rem auto -1rem -1rem;
|
|
}
|
|
|
|
.showshekayat {
|
|
text-align: end;
|
|
font-weight: bold;
|
|
line-height: 38px;
|
|
}
|
|
|
|
.listname {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#exampleexcel .table tbody {
|
|
display: none !important;
|
|
}
|
|
|
|
.colorborder {
|
|
border-color: #00669f
|
|
}
|
|
|
|
.colorbutton {
|
|
background-color: #00669f !important
|
|
}
|
|
|
|
.map-latlng-input-row {
|
|
position: absolute;
|
|
bottom: -11px;
|
|
z-index: 1000;
|
|
width: 240px;
|
|
left: 5px;
|
|
}
|
|
|
|
.map-latlng-label {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
border-radius: 0.25rem;
|
|
padding: 3px 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border: 1px solid #ced4da;
|
|
color: #000000;
|
|
border-bottom: 0;
|
|
margin: 0;
|
|
font-size: 12px;
|
|
}
|
|
.excel-center-box{
|
|
border: 1px solid #cdcdcd;
|
|
padding: 25px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.parent-excel {
|
|
width: 223px;
|
|
min-height: 200px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 0;
|
|
box-shadow: 0 0 3px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.parent-excel::-webkit-scrollbar {
|
|
background-color: rgb(178, 178, 178);
|
|
border-radius: 10px;
|
|
border: 4px solid rgb(128, 128, 128);
|
|
}
|
|
|
|
.parent-excel::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.form-control {
|
|
font-size: 12px !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@include('layouts.header')
|
|
|
|
<div class="divloader">
|
|
<span class="loader"><span class="loader-inner"></span></span>
|
|
</div>
|
|
|
|
<div class="col-ms-12">
|
|
<div class="row">
|
|
|
|
<div class="form-group col-md-3 px-4 mt-3 showshekayat" style="">تعداد شکایات در حال بررسی</div>
|
|
<div class="form-group col-md-3 px-4 mt-3" style="">
|
|
<span id="pending" class="counter" data-count=""></span>
|
|
</div>
|
|
<div class="form-group col-md-3 px-4 mt-3 showshekayat">تعداد شکایات رسیدگی شده</div>
|
|
<div class="form-group col-md-3 px-4 mt-3">
|
|
<span id="done" class="counter" data-count=""></span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="container-fluid">
|
|
<div class="row pt-3 px-4 body-table-style">
|
|
<div class="col-12 d-flex justify-content-center">
|
|
<div class="excel-center-box d-flex">
|
|
<div class="d-flex content-center-excel">
|
|
|
|
<div class="form-row align-items-center">
|
|
<div class="form-group col-md-4">
|
|
<input type="text" class="form-control colorborder" placeholder="از تاریخ" id="datepickfrom"
|
|
autocomplete="off" />
|
|
</div>
|
|
<div class="form-group col-md-4">
|
|
<input type="text" class="form-control colorborder" placeholder=" تا تاریخ" id="datepickto"
|
|
autocomplete="off" disabled />
|
|
</div>
|
|
<div class="form-group col-md-3 find-date">
|
|
<button class="btn btn-sm colorbutton" id="sort_test">
|
|
گزارش گیری
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<table id="exampleexcel" dir="rtl" class="table " style="width: 100%;display:none">
|
|
<thead style="display:none">
|
|
<tr class="headercolortable">
|
|
<th class="tablefontheader" style="width: 1%"> کد پیگیری </th>
|
|
<th class="tablefontheader" style="width: 1%"> اداره کل </th>
|
|
<th class="tablefontheader" style="width: 1%"> شهرستان </th>
|
|
<th class="tablefontheader" style="width: 11%"> موضوع گزارش </th>
|
|
<th class="tablefontheader" style="width: 6%"> نوع گزارش </th>
|
|
<th class="tablefontheader" style="width: 10%"> توضیح گزارش </th>
|
|
<th class="tablefontheader" style="width: 6%"> موقعیت مکانی </th>
|
|
<th class="tablefontheader" style="width: 6%"> شماره تماس گیرنده </th>
|
|
<th class="tablefontheader" style="width: 1% ; text-align: center;"> تاریخ ثبت گزارش </th>
|
|
<th class="tablefontheader" style="width: 9%;text-align:center"> اقدامات </th>
|
|
<th class="tablefontheader" style="width: 9%;text-align:center"> تاریخ ثبت اقدام </th>
|
|
|
|
<th class="tablefontheader" style="width: 0%"> توضیحات </th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="d-flex content-center-dataTable">
|
|
<span class="ml-1 pt-1 listname">لیست شکایات در حال بررسی</span>
|
|
</div>
|
|
<table id="example" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
|
<thead>
|
|
<tr class="headercolortable">
|
|
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> کد پیگیری </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> اداره کل </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> شهرستان </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 11%"> موضوع گزارش </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 6%"> نوع گزارش </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 10%"> توضیح گزارش </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 6%"> موقعیت مکانی </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 6%"> شماره تماس گیرنده </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1% ; text-align: center;"> تاریخ ثبت
|
|
گزارش </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 9%;text-align:center"> اقدامات </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> ثبت موقعیت </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 7% ; text-align: center;"> تصاویر
|
|
اقدام </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 0%"> توضیحات </th>
|
|
<th rowspan="2" class="tablefontheader text-center" style="width: 11%"> عملیات </th>
|
|
|
|
</tr>
|
|
<tr style="background-color: #ff5c0f">
|
|
<th class="tablefontheader"> قبل</th>
|
|
<th class="tablefontheader"> بعد </th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<button type="button" class="btn show-done-unselected show-done">رسیدگی شده</button>
|
|
|
|
<div class="container-fluid whole-table2" style="display:none">
|
|
<div class="row pt-3 px-4 body-table-style">
|
|
<div class="col-12">
|
|
<div class="d-flex content-center-dataTable">
|
|
<span class="ml-1 pt-1 listname">لیست شکایات رسیدگی شده</span>
|
|
</div>
|
|
<table id="example2" dir="rtl" class="table table-striped table-bordered" style="width: 100%;">
|
|
<thead>
|
|
<tr class="headercolortable">
|
|
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> کد پیگیری </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> اداره کل </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> شهرستان </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 11%"> موضوع شکایت </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 6%"> نوع شکایت </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 10%"> توضیح شکایت </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 6%"> محدوده شکایات </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 5%"> شماره تماس گیرنده </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1% ; text-align: center;"> تاریخ ثبت
|
|
شکایت </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 9%;text-align:center"> اقدامات </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1%"> ثبت موقعیت </th>
|
|
<th colspan="2" class="tablefontheader" style="width: 7% ; text-align: center;"> تصاویر
|
|
اقدام </th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 1% ; text-align: center;"> تاریخ اقدام
|
|
</th>
|
|
<th rowspan="2" class="tablefontheader" style="width: 0%"> توضیحات </th>
|
|
<th rowspan="2" class="tablefontheader text-center" style="width: 11%"> عملیات </th>
|
|
|
|
</tr>
|
|
<tr style="background-color: #ff5c0f">
|
|
<th class="tablefontheader"> قبل</th>
|
|
<th class="tablefontheader"> بعد </th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div>
|
|
</div>
|
|
|
|
<div id="show-projecttool" class="modal animated zoomIn fade">
|
|
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
|
<div class="modal-content">
|
|
<div class="modal-header-me w-100">
|
|
<div class="text-left">
|
|
<button class="btn-closeModal ml-2 mt-2" type="button" data-dismiss="modal" aria-label="Close">
|
|
<i class="fa fa-times"></i>
|
|
</button>
|
|
</div>
|
|
<div class="text-center">
|
|
<span>
|
|
طول پروژه به کیلومتر
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<!-- Modal body -->
|
|
<div class="modal-body stylescroll">
|
|
<div class="col-md-12">
|
|
<div class="row parent-data-project">
|
|
<div class="col-md-12">
|
|
<div class="row ">
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
روکش آسفالت
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-1"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
ماسه آسفالت
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-2"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
بازیافت سرد/گرم
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-3"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
میکروسرفیسینگ
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-4"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
چیپ سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-5"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
اسلاری سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-6"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
اسکراب سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-7"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
فوگ سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-8"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
سیل کت
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-9"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row">
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
کیپ سیل
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-10"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
آسفالت سرد/ردمیکس
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-11"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
لکه گیری
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-12"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="row d-flex justify-content-center">
|
|
<div class="form-group col-md-4 px-4">
|
|
<label class="d-flex justify-content-center">
|
|
درزگیری
|
|
</label>
|
|
<input type="number" class="form-control" name="axis-name"
|
|
id="project-distance-input-13"
|
|
oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
|
|
placeholder="کیلومتر" min="0" maxlength="7" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Modal footer -->
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-success btn-applyChange" id="submitoolfinal">
|
|
ثبت تغییرات
|
|
</button>
|
|
<button type="button" class="btn btn-danger btn-prev cancel" class="cancel" id="rejectoolfinal">
|
|
انصراف
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Edit Modal -->
|
|
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog"
|
|
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="exampleModalLongTitle">ثبت موقعیت</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
|
|
|
|
<div style="width: 100%;">
|
|
<div class="row">
|
|
<div class="col-md-12 mb-3">
|
|
|
|
<div class="abrar-map-layout">
|
|
|
|
<span class="abrar-map-title d-inline">ثبت موقعیت پروژه روی نقشه</span>
|
|
<div id="abrar-map"></div>
|
|
|
|
<div class="row map-latlng-input-row">
|
|
<div class="col-md-12">
|
|
<div class="form-group map-latlng-form">
|
|
<label class="required-label d-block text-center map-latlng-label"> ثبت
|
|
دستی مختصات
|
|
</label>
|
|
<input name="abrar-project-latlng-start" type="text"
|
|
class="form-control input-cord map-latlng-input map-latlng-first-input"
|
|
data-inputmask="'mask': '(99.9999999999) - (99.9999999999)'"
|
|
data-mask
|
|
placeholder="(موقعیت) => (طول جغرافیایی) - (عرض جغرافیایی)">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev" data-dismiss="modal">انصراف</button>
|
|
<button type="button" class="btn btn-primary" id="submitMap" project-id="">ثبت تغییرات</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="modal fade" id="exampleModalCenterStatic" tabindex="-1" role="dialog"
|
|
aria-labelledby="exampleModalCenterTitleStatic" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="exampleModalLongTitleStatic">موقعیت محلی</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
|
|
|
|
<div style="width: 100%;">
|
|
<div class="row">
|
|
<div class="col-md-12 mb-3">
|
|
|
|
<div class="abrar-map-layout">
|
|
|
|
<span class="abrar-map-title d-inline">مشاهده موقعیت پروژه روی نقشه</span>
|
|
<div id="abrar-map-static"></div>
|
|
|
|
<div class="row map-latlng-input-row">
|
|
<div class="col-md-12">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev" data-dismiss="modal">انصراف</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="modal fade" id="ImageModalCenter" tabindex="-1" role="dialog"
|
|
aria-labelledby="exampleModalCenterTitleStatic" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="imageModalLongTitle">Modal title</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
|
|
|
|
<div style="width: 100%;">
|
|
<div class="row">
|
|
<div class="col-md-12 mb-3">
|
|
|
|
<div class="abrar-map-layout">
|
|
|
|
<img width="100%" height="auto" id="imageCenter"></img>
|
|
|
|
<div class="row map-latlng-input-row">
|
|
<div class="col-md-12">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-danger btn-prev" data-dismiss="modal">انصراف</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="modal fade" id="referModal" tabindex="-1" role="dialog" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="imageModalLongTitle">ارجاع به شهرستان</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
|
|
|
|
<div style="width: 100%;">
|
|
<div class="row">
|
|
<div class="col-md-12 mb-3">
|
|
|
|
|
|
<select class="form-control mr-1" id="citySelect">
|
|
|
|
</select>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-success btn-prev referSub">تایید</button>
|
|
<button type="button" class="btn btn-danger btn-prev" data-dismiss="modal">انصراف</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- End Edit Modal -->
|
|
@include('layouts.footer')
|
|
|
|
</body>
|
|
|
|
<!-- jQuery -->
|
|
<script src="../plugins/jquery/jquery.min.js"></script>
|
|
<script src="../dist/js/jquery.rollNumber.js"></script>
|
|
<!-- Bootstrap 4 -->
|
|
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
<!-- ChartJS -->
|
|
<script src="../plugins/chart.js/Chart.min.js"></script>
|
|
<!-- leaflet -->
|
|
<script src="../dist/js/leaflet.js"></script>
|
|
<script src="../dist/js/leaflet.markercluster.js"></script>
|
|
<script src="../dist/js/leaflet-routing-machine.js"></script>
|
|
<!-- persian-datepicker -->
|
|
<script src="../dist/js/persian-datepicker.min.js"></script>
|
|
<script src="../dist/js/persian-date.min.js"></script>
|
|
<!-- datatable -->
|
|
<script src="../plugins/datatables/jquery.dataTables.min.js"></script>
|
|
<script src="../plugins/datatables-bs4/js/dataTables.bootstrap4.js"></script>
|
|
<!-- datable button -->
|
|
<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>
|
|
<!-- select2 -->
|
|
<script src="../plugins/select2/js/select2.full.min.js"></script>
|
|
<!-- inputmask -->
|
|
<script src="../plugins/inputmask/min/jquery.inputmask.bundle.min.js"></script>
|
|
<script src="../dist/js/sweetalert2js.js"></script>
|
|
|
|
|
|
<!-- counter -->
|
|
<script src="../plugins/increment-numeric-counter/counter.js"></script>
|
|
<script src="../plugins/moment/moment.min.js"></script>
|
|
<script src="../dist/js/jalali-moment.browser.js"></script>
|
|
<!-- slider-bootstarp -->
|
|
<script src="../dist/js/static.js"></script>
|
|
|
|
<script src="../plugins/bootstrap-slider/bootstrap-slider.min.js"></script>
|
|
<!-- script page -->
|
|
<script src="../dist/js/fastnewReactDev.js"></script>
|
|
|
|
</html> |