2511 lines
100 KiB
PHP
2511 lines
100 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" />
|
||
|
||
<link rel="icon" href="../dist/images/fav.ico" type="image/ico" sizes="16x16">
|
||
|
||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||
<!-- <meta name="csrf-token" content="w2J0Tbwoc3tnOE5stN3Jo2ukjrlTXJoWEeqiv8Dm"> -->
|
||
|
||
<title>فهرست راهدارخانه ها</title>
|
||
|
||
<!-- Font Awesome Icons -->
|
||
<link rel="stylesheet" href="../plugins/fontawesome-free/css/all.min.css" />
|
||
<!-- icheck bootstrap -->
|
||
<link rel="stylesheet" href="./plugins/icheck-bootstrap/icheck-bootstrap.min.css" />
|
||
<!-- Persian Datepicker -->
|
||
<link rel="stylesheet" href="../dist/css/persian-datepicker.min.css" />
|
||
<link rel="stylesheet" href="../dist/css/dataTables.bootstrap4.min.css" />
|
||
<!-- bootstrap slider -->
|
||
<link rel="stylesheet" href="./plugins/bootstrap-slider/css/bootstrap-slider.min.css" />
|
||
<link rel="stylesheet" href="../plugins/select2/css/select2.min.css" />
|
||
|
||
<!-- Leaflet -->
|
||
<link rel="stylesheet" href="../dist/css/leaflet.css" />
|
||
<!-- IRANSans Font -->
|
||
<link rel="stylesheet" href="../dist/css/fontiran.css" />
|
||
<!-- Theme style -->
|
||
<link rel="stylesheet" href="../dist/css/adminlte.css" />
|
||
<link rel="stylesheet" href="../dist/css/footer.css" />
|
||
<link rel="stylesheet" href="../dist/css/tablestyle.css" />
|
||
<link rel="stylesheet" href="../dist/css/fullstyle.css" />
|
||
<link rel="stylesheet" href="../dist/css/responsive.css" />
|
||
|
||
<style>
|
||
.swal2-title {
|
||
font-size: 20px !important;
|
||
}
|
||
|
||
.zoom {
|
||
height: 30px;
|
||
width: 30px;
|
||
transition: transform 0.2s;
|
||
}
|
||
|
||
.zoom:hover {
|
||
-ms-transform: scale(2);
|
||
/* IE 9 */
|
||
-webkit-transform: scale(2);
|
||
/* Safari 3-8 */
|
||
transform: scale(2);
|
||
}
|
||
|
||
.card-header {
|
||
padding: 0.75rem 1.25rem 0.2rem;
|
||
}
|
||
|
||
/* th {
|
||
font-size: 13px;
|
||
} */
|
||
/* td {
|
||
font-size: 14px;
|
||
} */
|
||
|
||
button.btn {
|
||
font-size: 12px;
|
||
}
|
||
|
||
i {
|
||
font-size: 10px;
|
||
}
|
||
|
||
label {
|
||
font-size: 0.8rem;
|
||
font-weight: 500 !important;
|
||
color: #000;
|
||
}
|
||
|
||
.icheck-primary label {
|
||
font-weight: 400 !important;
|
||
}
|
||
|
||
.form-control {
|
||
font-size: 13px;
|
||
font-family: 'IRANSansFaNum';
|
||
}
|
||
|
||
.required-label::after {
|
||
content: "*";
|
||
position: relative;
|
||
right: 2px;
|
||
color: #dc3545;
|
||
}
|
||
|
||
.card-body .radio-header {
|
||
font-size: 0.8rem;
|
||
font-weight: 500;
|
||
color: rgba(0, 0, 0, 0.5);
|
||
display: inline-block;
|
||
margin-bottom: 0.5rem;
|
||
}
|
||
|
||
.abrar-project-slider .tooltip {
|
||
font-family: "IRANSansFaNum" !important;
|
||
}
|
||
|
||
.abrar-project-slider .slider-selection,
|
||
.abrar-project-slider .slider-handle,
|
||
.abrar-project-slider .slider-tick.in-selection {
|
||
background: #007bff;
|
||
}
|
||
|
||
[class*="icheck-"] {
|
||
margin-top: 15px !important;
|
||
margin-bottom: 15px !important;
|
||
}
|
||
|
||
.abrar-map-layout {
|
||
position: relative;
|
||
height: 409px;
|
||
margin-bottom: 15px;
|
||
}
|
||
|
||
.abrar-map-layout>#abrar-map,
|
||
#abrar-map-2 , #edit-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>#abrarshow-map {
|
||
height: 100%;
|
||
border: 1px solid #dee2e6;
|
||
border-radius: 0.25rem;
|
||
}
|
||
|
||
.abrar-map-layout>.pin-container {
|
||
position: absolute;
|
||
top: 34%;
|
||
right: 44%;
|
||
z-index: 1009;
|
||
}
|
||
|
||
.input-cord {
|
||
font-family: "IRANSans" !important;
|
||
text-align: center !important;
|
||
direction: ltr !important;
|
||
}
|
||
|
||
.listproject-main {
|
||
margin-top: 95px;
|
||
padding: 0 10px;
|
||
}
|
||
|
||
.update-main {
|
||
margin-top: 36px;
|
||
padding: 0 10px;
|
||
}
|
||
|
||
.tool-main {
|
||
margin-top: 70px;
|
||
padding: 0 10px;
|
||
}
|
||
|
||
.card-footer {
|
||
text-align: left;
|
||
}
|
||
|
||
.map-btn {
|
||
border-radius: 0.25rem !important;
|
||
}
|
||
|
||
.is-invalid-input {
|
||
color: #dc3545 !important;
|
||
border-color: #dc3545;
|
||
}
|
||
.is-invalid-file {
|
||
color: #dc3545 !important;
|
||
border: 1px solid #dc3545 !important;
|
||
}
|
||
|
||
.is-invalid-text {
|
||
color: #dc3545 !important;
|
||
}
|
||
|
||
.is-invalid-box {
|
||
border-color: #dc3545;
|
||
}
|
||
|
||
.menu_top {
|
||
z-index: 1040 !important;
|
||
}
|
||
|
||
.leaflet-div-icon {
|
||
background: transparent !important;
|
||
border: none !important;
|
||
}
|
||
|
||
.pin-marker {
|
||
position: relative;
|
||
width: 45px;
|
||
height: 71px;
|
||
font-family: "IRANSans";
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.map-latlng-input-row {
|
||
position: absolute;
|
||
bottom: 6px;
|
||
z-index: 1000;
|
||
width: 240px;
|
||
left: 5px;
|
||
}
|
||
|
||
.map-latlng-form {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.map-latlng-input {
|
||
background-color: rgba(255, 255, 255, 0.8);
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.map-latlng-first-input {
|
||
border-radius: 0;
|
||
font-size: 12px;
|
||
color: #009900;
|
||
}
|
||
|
||
.map-latlng-first-input::placeholder {
|
||
font-size: 10px;
|
||
}
|
||
|
||
|
||
.map-latlng-first-input-edit {
|
||
border-radius: 0;
|
||
font-size: 12px;
|
||
color: #009900;
|
||
}
|
||
|
||
.map-latlng-first-input-edit::placeholder {
|
||
font-size: 10px;
|
||
}
|
||
|
||
.map-latlng-sec-input {
|
||
border-top-right-radius: 0;
|
||
border-top-left-radius: 0;
|
||
font-size: 12px;
|
||
color: #009900;
|
||
}
|
||
|
||
.map-latlng-sec-input::placeholder {
|
||
font-size: 10px;
|
||
}
|
||
|
||
.abrar-map-title {
|
||
position: absolute;
|
||
top: 5px;
|
||
right: 5px;
|
||
z-index: 1000;
|
||
padding: 4px 7px;
|
||
color: #000;
|
||
font-size: 13px;
|
||
font-weight: 500;
|
||
border-radius: 0.25rem;
|
||
background-color: rgba(255, 193, 7, 0.8);
|
||
}
|
||
|
||
@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: 1052;
|
||
}
|
||
.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;
|
||
}
|
||
.distance-input {
|
||
margin-top: 10px;
|
||
margin-bottom: 10px;
|
||
padding-left: 16px;
|
||
padding-right: 16px;
|
||
}
|
||
|
||
.card-tools {
|
||
margin-bottom: 0.75rem;
|
||
}
|
||
|
||
.error-message {
|
||
display: none;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.second-round-title {
|
||
font-size: 15px;
|
||
font-weight: 500;
|
||
}
|
||
|
||
.edit-description {
|
||
border: 1px solid #ced4da;
|
||
border-radius: 0.25rem;
|
||
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
||
}
|
||
|
||
/* .tablefontheader {
|
||
font-size: 12px;
|
||
}
|
||
|
||
table.table-bordered.dataTable tbody th,
|
||
table.table-bordered.dataTable tbody td {
|
||
border-bottom-width: 0;
|
||
font-size: 11px;
|
||
}
|
||
|
||
.headercolortable {
|
||
background-color: #286893;
|
||
color: white;
|
||
}
|
||
|
||
table.dataTable tbody tr.selected {
|
||
background-color: #99cc99;
|
||
}
|
||
|
||
.div.dataTables_wrapper div.dataTables_length label {
|
||
float: left;
|
||
}
|
||
|
||
.dataTables_length {
|
||
float: left;
|
||
}
|
||
|
||
table.dataTable thead>tr>th.sorting_asc,
|
||
table.dataTable thead>tr>th.sorting_desc,
|
||
table.dataTable thead>tr>th.sorting,
|
||
table.dataTable thead>tr>td.sorting_asc,
|
||
table.dataTable thead>tr>td.sorting_desc,
|
||
table.dataTable thead>tr>td.sorting {
|
||
padding-right: 10px;
|
||
}
|
||
|
||
.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 {
|
||
display: none;
|
||
}
|
||
|
||
.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 {
|
||
display: none;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_info {
|
||
padding-top: 0.85em;
|
||
white-space: nowrap;
|
||
font-size: 12px;
|
||
} */
|
||
|
||
.preview-template {
|
||
border-left: 2px solid black;
|
||
border-right: 2px solid black;
|
||
}
|
||
|
||
.template-section {
|
||
border-top: 2px solid black;
|
||
border-bottom: 2px solid black;
|
||
}
|
||
|
||
.section-title {
|
||
font-size: 11px;
|
||
text-align: center;
|
||
background-color: lightgrey;
|
||
font-weight: 600;
|
||
padding: 10px 15px;
|
||
border-bottom: 2px solid black;
|
||
}
|
||
|
||
/* .section-table>table {
|
||
width: 100%;
|
||
}
|
||
|
||
.section-table>table,
|
||
th,
|
||
td {
|
||
border: 1px solid black;
|
||
border-collapse: collapse;
|
||
}
|
||
|
||
.section-table th {
|
||
text-align: center;
|
||
font-size: 8px;
|
||
font-weight: 600;
|
||
padding: 4px 5px;
|
||
}
|
||
|
||
.section-table th.sub-title {
|
||
text-align: center;
|
||
font-size: 8px;
|
||
font-weight: 500;
|
||
padding: 4px 5px;
|
||
}
|
||
|
||
.section-table td {
|
||
text-align: center;
|
||
padding: 4px 2px;
|
||
}
|
||
|
||
.section-table th.w-2 {
|
||
width: 3%;
|
||
}
|
||
|
||
.section-table th.w-3 {
|
||
width: 3%;
|
||
}
|
||
|
||
.section-table th.w-4 {
|
||
width: 4%;
|
||
}
|
||
|
||
.section-table th.w-5 {
|
||
width: 5%;
|
||
} */
|
||
/* div.dataTables_wrapper div.dataTables_processing {
|
||
position: absolute;
|
||
top: 70%;
|
||
left: 50%;
|
||
width: 200px;
|
||
margin-left: -100px;
|
||
margin-top: -26px;
|
||
text-align: center;
|
||
padding: 1em 0; */
|
||
/* z-index: 10000; */
|
||
/* } */
|
||
|
||
.file-input-modal-container {
|
||
width: 100%;
|
||
}
|
||
|
||
.file-input-modal {
|
||
justify-content: center;
|
||
font-size: 11px;
|
||
display: flex;
|
||
align-items: center;
|
||
width: 100%;
|
||
height: 80px;
|
||
cursor: pointer;
|
||
text-align: center;
|
||
border: 1px solid #ced4da;
|
||
border-radius: 0.25rem;
|
||
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
||
background-color: #ffffff;
|
||
}
|
||
|
||
.file-input {
|
||
display: none;
|
||
}
|
||
|
||
.modal {
|
||
height: 90% !important;
|
||
width: 100%;
|
||
}
|
||
|
||
.modal-error-message {
|
||
display: none;
|
||
}
|
||
|
||
.zoomimage {
|
||
width: 100%;
|
||
height: 80px;
|
||
}
|
||
|
||
.slideroverlay {
|
||
display: none;
|
||
text-align: right;
|
||
direction: rtl;
|
||
position: fixed;
|
||
z-index: 1051;
|
||
padding-top: 77px;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: auto;
|
||
background-color: rgb(0, 0, 0);
|
||
background-color: rgba(0, 0, 0, 0.4);
|
||
}
|
||
|
||
.slideroverlay>.upload-confirm {
|
||
z-index: 50;
|
||
display: block;
|
||
position: absolute;
|
||
background: transparent;
|
||
top: 0;
|
||
right: 0;
|
||
left: 0;
|
||
bottom: 0;
|
||
}
|
||
|
||
.slideroverlay>.modal-content {
|
||
background-color: #ffffff;
|
||
border-radius: 7px;
|
||
margin: auto;
|
||
padding: 20px 1.5% 1px 1.5%;
|
||
border: 1px solid #888;
|
||
width: 70%;
|
||
position: relative;
|
||
z-index: 51;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.close {
|
||
position: absolute;
|
||
text-align: center;
|
||
top: 3px;
|
||
right: 5px;
|
||
color: #979797;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.close::before {
|
||
content: "\00d7";
|
||
font-size: 22px;
|
||
position: absolute;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.close:hover,
|
||
.slideroverlay>.modal-content>.close:focus {
|
||
color: #000;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .mySlides {
|
||
display: none;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow img {
|
||
/* vertical-align: middle;
|
||
width: 100%;
|
||
height: auto;
|
||
opacity: 1;
|
||
max-height: 500px;
|
||
max-width: 100%; */
|
||
vertical-align: middle;
|
||
width: auto;
|
||
height: auto;
|
||
opacity: 1;
|
||
max-height: 500px;
|
||
max-width: 100%;
|
||
margin: 0 auto;
|
||
display: flex;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .slideshow-container {
|
||
max-width: 100%;
|
||
position: relative;
|
||
margin: auto;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .prev,
|
||
.slideroverlay>.modal-content>.slideshow .next {
|
||
cursor: pointer;
|
||
position: absolute;
|
||
top: 50%;
|
||
width: auto;
|
||
padding: 16px;
|
||
margin-top: -22px;
|
||
color: white;
|
||
font-weight: bold;
|
||
font-size: 20px;
|
||
transition: 0.6s ease;
|
||
border-radius: 0 3px 3px 0;
|
||
user-select: none;
|
||
background-color: rgba(0, 0, 0, 0.4);
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .next {
|
||
right: 0;
|
||
border-radius: 0px 3px 3px 0;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .prev {
|
||
left: 0;
|
||
border-radius: 3px 0 0 3px;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .prev:hover,
|
||
.slideroverlay>.modal-content>.slideshow .next:hover {
|
||
background-color: rgba(0, 0, 0, 0.8);
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .text {
|
||
color: #f2f2f2;
|
||
background-color: rgba(0, 0, 0, 0.8);
|
||
padding: 10px 15px;
|
||
position: absolute;
|
||
bottom: -3px;
|
||
width: 100%;
|
||
text-align: center;
|
||
font-family: "IRANSans";
|
||
font-size: 12px;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .numbertext {
|
||
color: #f2f2f2;
|
||
font-size: 14px;
|
||
padding: 8px 12px;
|
||
position: absolute;
|
||
background-color: rgba(0, 0, 0, 0.8);
|
||
top: 0;
|
||
border-radius: 3px;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow #slideshow-dot {
|
||
margin-top: 15px !important;
|
||
margin-bottom: 10px;
|
||
direction: ltr;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .dot {
|
||
cursor: pointer;
|
||
height: 12px;
|
||
width: 12px;
|
||
margin: 0 2px;
|
||
background-color: #bbb;
|
||
border-radius: 50%;
|
||
display: inline-block;
|
||
transition: background-color 0.6s ease;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .active,
|
||
.slideroverlay>.modal-content>.slideshow .dot:hover {
|
||
background-color: #717171;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .fade {
|
||
-webkit-animation-name: fade;
|
||
-webkit-animation-duration: 1.5s;
|
||
animation-name: fade;
|
||
animation-duration: 1.5s;
|
||
}
|
||
|
||
.colorset {
|
||
background-color: #286893;
|
||
color: white;
|
||
}
|
||
|
||
/* .table th,
|
||
.table td {
|
||
padding: 8px;
|
||
} */
|
||
|
||
.remove-image-container501 {
|
||
display: flex;
|
||
flex-direction: row;
|
||
color: #c32323;
|
||
position: absolute;
|
||
top: -16px;
|
||
left: 6px;
|
||
font-weight: bold;
|
||
cursor: pointer;
|
||
font-size: 14px;
|
||
}
|
||
|
||
.tooltipstart1 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart2 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart3 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart4 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart5 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart6 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart7 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart8 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart9 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart10 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart11 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart12 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstart13 {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.tooltipstartcost {
|
||
position: relative;
|
||
/* display: inline-block; */
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow .textt {
|
||
color: #f2f2f2;
|
||
background-color: rgba(0, 0, 0, 0.8);
|
||
padding: 10px 15px;
|
||
position: absolute;
|
||
bottom: -38px;
|
||
width: 100%;
|
||
text-align: center;
|
||
font-family: "IRANSans";
|
||
font-size: 12px;
|
||
}
|
||
|
||
.slideroverlay>.modal-content>.slideshow #slideshow-dot {
|
||
margin-top: 15px !important;
|
||
margin-bottom: 10px;
|
||
direction: ltr;
|
||
}
|
||
|
||
/* button.dt-button:hover:not(.disabled),
|
||
div.dt-button:hover:not(.disabled),
|
||
a.dt-button:hover:not(.disabled) {
|
||
background-image: linear-gradient(to bottom, #007e49 0%, #007e49 100%);
|
||
color: white;
|
||
} */
|
||
/* .dt-button:nth-child(2) {
|
||
background: #007bff !important;
|
||
border-color: #007bff !important;
|
||
}
|
||
|
||
.dt-button:nth-child(1) {
|
||
background: #007bff !important;
|
||
border-color: #007bff !important;
|
||
color: white !important;
|
||
line-height: 30.5px;
|
||
} */
|
||
/* div.dt-buttons {
|
||
position: relative;
|
||
float: right;
|
||
} */
|
||
/* div.dataTables_wrapper div.dataTables_filter {
|
||
text-align: left;
|
||
} */
|
||
/* .dt-button:nth-child(1) {
|
||
background: #28a745 !important;
|
||
border-color: #28a745 !important;
|
||
color: white !important;
|
||
line-height: 30.5px;
|
||
}
|
||
|
||
.dt-button:nth-child(2) {
|
||
background: gold !important;
|
||
border-color: gold !important;
|
||
color: white;
|
||
line-height: 30px;
|
||
} */
|
||
/* table.dataTable tbody tr.selected {
|
||
background-color: #29ab87;
|
||
} */
|
||
|
||
.select2 {
|
||
width: 85% !important;
|
||
}
|
||
|
||
span.email-ids {
|
||
float: left;
|
||
/* padding: 4px; */
|
||
margin-right: 5px;
|
||
margin-bottom: 5px;
|
||
background: #007bff !important;
|
||
border-color: #007bff !important;
|
||
padding: 3px 10px;
|
||
color: white;
|
||
border-radius: 5px;
|
||
}
|
||
|
||
span.cancel-email {
|
||
width: 18px;
|
||
display: block;
|
||
float: right;
|
||
text-align: center;
|
||
margin-left: 20px;
|
||
border-radius: 49%;
|
||
height: 18px;
|
||
line-height: 15px;
|
||
margin-top: 1px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.email-id-row {
|
||
border-radius: 5px;
|
||
border: 1px solid #ccc;
|
||
}
|
||
|
||
.email-id-row input {
|
||
border: 0;
|
||
outline: 0;
|
||
}
|
||
|
||
span.to-input {
|
||
display: block;
|
||
float: left;
|
||
padding-right: 11px;
|
||
}
|
||
|
||
.all-tax {
|
||
margin-left: 5px;
|
||
}
|
||
|
||
.btn-add-filter button {
|
||
border-radius: 50%;
|
||
padding: 1px;
|
||
width: 30px;
|
||
height: 30px;
|
||
}
|
||
|
||
.select2-results__options li {
|
||
font-size: 13px;
|
||
}
|
||
|
||
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
|
||
font-size: 13px;
|
||
}
|
||
|
||
#btn_filter_show {
|
||
color: white;
|
||
background: rgb(43, 125, 43);
|
||
border-color: rgb(43, 125, 43);
|
||
}
|
||
|
||
.body-table-style {
|
||
margin-bottom: 100px;
|
||
}
|
||
|
||
.content-center-dataTable {
|
||
position: absolute;
|
||
left: 50%;
|
||
transform: translate(-50%);
|
||
font-size: 11px;
|
||
top: 10px;
|
||
}
|
||
|
||
.content-center-dataTable button {
|
||
border: 0;
|
||
border-radius: 5px;
|
||
background-color: rgb(43, 125, 43);
|
||
color: white;
|
||
}
|
||
|
||
.parent-filter {
|
||
width: 223px;
|
||
min-height: 200px;
|
||
background-color: white;
|
||
border-radius: 5px;
|
||
display: none;
|
||
position: absolute;
|
||
z-index: 9;
|
||
left: 100px;
|
||
box-shadow: 0 0 3px;
|
||
top: 127px;
|
||
padding: 8px;
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.navbar-nav .dropdown-menu {
|
||
position: absolute !important;
|
||
}
|
||
|
||
.dropdown-menu {
|
||
background-image: linear-gradient(#707070, white);
|
||
}
|
||
|
||
.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>.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;
|
||
}
|
||
|
||
/* mohammad added */
|
||
|
||
.imgbox {
|
||
border: 1px solid #ccc;
|
||
width: 150px;
|
||
height: 150px;
|
||
cursor: pointer;
|
||
border-top-left-radius: 8px;
|
||
border-top-right-radius: 8px;
|
||
padding: 0;
|
||
margin: 0;
|
||
color: #666;
|
||
}
|
||
|
||
.img-preview {
|
||
max-width: 100%;
|
||
}
|
||
|
||
.btn-delete-img {
|
||
border-top-left-radius: 0;
|
||
border-top-right-radius: 0;
|
||
}
|
||
|
||
.btn-danger.disabled,
|
||
.btn-danger:disabled {
|
||
font-size: 12px;
|
||
background-color: #007bff;
|
||
border: none;
|
||
}
|
||
|
||
.modal-footer {
|
||
padding: unset !important;
|
||
}
|
||
|
||
.modal-content {
|
||
border-radius: 3px;
|
||
border: 3px solid rgb(255, 92, 15);
|
||
}
|
||
|
||
.table thead tr {
|
||
background-color: #015688;
|
||
}
|
||
|
||
.line-empty-col {
|
||
background-color: rgb(255, 92, 15);
|
||
width: 50px;
|
||
height: 1px;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
|
||
#rahdaredit .displayTitle {
|
||
display: none !important;
|
||
}
|
||
|
||
/* mohammad added */
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
@include('layouts.header')
|
||
<div class="divloader">
|
||
<span class="loader"><span class="loader-inner"></span></span>
|
||
</div>
|
||
<div class="container-fluid">
|
||
<div class="row pt-3 px-4 body-table-style" style="display: unset;">
|
||
<div class="col-12">
|
||
<div class="d-flex content-center-dataTable">
|
||
<span class="ml-1 pt-1">فهرست راهدارخانه های کشور</span>
|
||
<button id="add-project-button">
|
||
راهدارخانه جدید +
|
||
</button>
|
||
</div>
|
||
|
||
<table class="table table-striped table-bordered projects" id="example" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th class="tablefontheader" style="width: 3%; padding-right: 10px">
|
||
ردیف
|
||
</th>
|
||
<th class="tablefontheader" style="width: 8%">
|
||
نام راهدارخانه
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
استان /اداره کل
|
||
</th>
|
||
<th class="tablefontheader" style="width: 3%">
|
||
شهرستان
|
||
</th>
|
||
<th class="tablefontheader" style="width: 3%">
|
||
وضعیت
|
||
</th>
|
||
<th class="tablefontheader" style="width: 3%">
|
||
نوع
|
||
</th>
|
||
<th class="tablefontheader" style="width: 4%">
|
||
تلفن
|
||
</th>
|
||
<th class="tablefontheader" style="width: 4%; font-size: 11px">
|
||
تعداد اکیپ
|
||
</th>
|
||
|
||
<th class="tablefontheader" style="width: 6%">
|
||
تعداد پرسنل
|
||
</th>
|
||
|
||
<th class="tablefontheader" style="width: 7%">
|
||
مسئول
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
شماره مسئول
|
||
</th>
|
||
<th class="tablefontheader" style="width: 8%">
|
||
جانشین
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
شماره جانشین
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
ماشین آلات سبک
|
||
</th>
|
||
<th class="tablefontheader" style="width: 8%">
|
||
ماشین آلات نیمه سنگین
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
ماشین آلات سنگین
|
||
</th>
|
||
<th class="tablefontheader" style="width: 1%">
|
||
عرض جغرافیایی
|
||
</th>
|
||
<th class="tablefontheader" style="width: 1%">
|
||
طول جغرافیایی
|
||
</th>
|
||
<th class="tablefontheader text-nowrap" style="width: 6%">
|
||
آخرین تاریخ بروزرسانی
|
||
</th>
|
||
<th class="tablefontheader" style="width: 18%">
|
||
عملیات
|
||
</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
<!-- /.card -->
|
||
</div>
|
||
<div class="update-main" id="update-main" style="display: none">
|
||
<!-- Default box -->
|
||
<div id="projectupdate-list-card" class="card">
|
||
<div class="card-header" id="update-title">
|
||
<!-- <h3 class="card-title">
|
||
بروزرسانی آخرین وضعیت پروژه
|
||
</h3> -->
|
||
</div>
|
||
<div class="card-body table-responsive p-4">
|
||
<table class="table table-striped table-bordered projects" id="exampleupdate">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th colspan="2" class="tablefontheader" style="width: 3%; padding-right: 10px">
|
||
روکش آسفالت
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 8%">
|
||
ماسه آسفالت و رگلاژی
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 8%">
|
||
بازیافت سرد/گرم
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 12%">
|
||
میکروسرفیسینگ
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 7%">
|
||
چیپ سیل
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 9%">
|
||
اسلاری سیل
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 8%; font-size: 11px">
|
||
اسکراب سیل
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 7%">
|
||
فوگ سیل
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 6%">
|
||
سیل کت
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 6%; white-space: nowrap">
|
||
کیپ سیل
|
||
</th>
|
||
<th colspan="2" class="tablefontheader" style="width: 6%">
|
||
آسفالت سرد/ردمیکس
|
||
</th>
|
||
<th colspan="3" class="tablefontheader" style="width: 6%">
|
||
لکه گیری
|
||
</th>
|
||
<th colspan="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: 8%">
|
||
عملیات
|
||
</th>
|
||
</tr>
|
||
<tr style="background-color: #9abbd3">
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>تناژ</small>
|
||
</th>
|
||
<th style="font-size: 10px; font-weight: 500">
|
||
<small>کیلومتر</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small>متر مربع</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small> تناژ</small>
|
||
</th>
|
||
<th style="
|
||
font-size: 10px;
|
||
font-weight: 500;
|
||
width: 3%;
|
||
">
|
||
<small> کیلومتر</small>
|
||
</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
<!-- /.card-body -->
|
||
</div>
|
||
<!-- /.card -->
|
||
</div>
|
||
<div class="tool-main up" id="tool-main" style="display: none">
|
||
<!-- Default box -->
|
||
<div id="projecttool-list-card" class="card">
|
||
<div class="card-header" id="distance-title">
|
||
<!-- <h3 class="card-title" id="distance-title">
|
||
طول پروژه به کیلومتر
|
||
</h3> -->
|
||
</div>
|
||
<div class="card-body table-responsive p-4">
|
||
<table class="table table-striped table-bordered projects" id="exampletool" style="width: 100%">
|
||
<thead>
|
||
<tr class="headercolortable">
|
||
<th class="tablefontheader" style="width: 6%">
|
||
روکش آسفالت
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
ماسه آسفالت
|
||
</th>
|
||
<th class="tablefontheader" style="width: 7%">
|
||
بازیافت سرد و گرم
|
||
</th>
|
||
<th class="tablefontheader" style="width: 5%">
|
||
میگروسرفیسینگ
|
||
</th>
|
||
<th class="tablefontheader" style="width: 5%">
|
||
چیپ سیل
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
اسلاری سیل
|
||
</th>
|
||
<th class="tablefontheader" style="width: 6%">
|
||
اسکراب سیل
|
||
</th>
|
||
<th class="tablefontheader" style="width: 5%">
|
||
فوگ سیل
|
||
</th>
|
||
<th class="tablefontheader" style="width: 5%">
|
||
سیل کت
|
||
</th>
|
||
<th class="tablefontheader" style="width: 5%">
|
||
کیپ سیل
|
||
</th>
|
||
<th class="tablefontheader" style="width: 9%">
|
||
آسفالت سرد/رد میکس
|
||
</th>
|
||
<th class="tablefontheader" style="width: 5%">
|
||
لگه گیری
|
||
</th>
|
||
<th class="tablefontheader" style="width: 5%">
|
||
درزگیری
|
||
</th>
|
||
<th class="tablefontheader" style="width: 12%; text-align: center">
|
||
عملیات
|
||
</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
<!-- /.card-body -->
|
||
</div>
|
||
<!-- /.card -->
|
||
</div>
|
||
<div class="update-main upnext" id="update-table" style="display: none">
|
||
<div class="card" id="update-card">
|
||
<div class="card-header">
|
||
<!-- <h3 class="card-title" >
|
||
بروزرسانی آخرین وضعیت پروژه
|
||
</h3> -->
|
||
<div id="title-update"></div>
|
||
<div class="card-tools">
|
||
<button class="btn btn-success btn-sm" id="add-project-update">
|
||
<i class="fas fa-plus" style="font-size: 16px; vertical-align: middle"></i>
|
||
<span style="font-size: 14px"><b>بروزرسانی</b></span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
<div class="card-body table-responsive p-5">
|
||
<table class="table table-striped table-bordered projects" id="example-update" style="width: 100%">
|
||
<thead>
|
||
<tr class="colorset">
|
||
<th rowspan="2" style="width: 3%">ردیف</th>
|
||
<th rowspan="2" style="width: 7%">
|
||
تاریخ به روز رسانی
|
||
</th>
|
||
<th colspan="3" style="width: 5%">روکش آسفالت</th>
|
||
<th colspan="3" style="width: 5%">
|
||
ماسه آسفالت و رگلاژی
|
||
</th>
|
||
<th colspan="3" style="width: 5%">
|
||
بازیافت سرد و گرم
|
||
</th>
|
||
<th colspan="3" style="width: 5%">میکروسرفیسینگ</th>
|
||
<th colspan="3" style="width: 5%">چیپ سیل</th>
|
||
<th colspan="3" style="width: 5%">اسلاری سیل</th>
|
||
<th colspan="3" style="width: 5%">اسکراب سیل</th>
|
||
<th colspan="3" style="width: 5%">فوگ سیل</th>
|
||
<th colspan="3" style="width: 5%">سیل کت</th>
|
||
<th colspan="3" style="width: 5%">کیپ سیل</th>
|
||
<th colspan="3" style="width: 5%">
|
||
آسفالت سرد / ردمیکس
|
||
</th>
|
||
<th colspan="4" style="width: 5%">لکه گیری</th>
|
||
<th colspan="2" style="width: 5%">درزگیری</th>
|
||
|
||
<th rowspan="2" style="width: 5%">
|
||
آخرین وضعیت پروژه
|
||
</th>
|
||
|
||
<th rowspan="2" style="width: 10%">
|
||
موقعیت قرارگیری اکیپ
|
||
</th>
|
||
</tr>
|
||
<tr style="background-color: #9abbd3">
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>مترمربع</th>
|
||
<th>تناژ</th>
|
||
<th>درصد</th>
|
||
<th>کیلومتر</th>
|
||
<th>درصد</th>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="modal fade" id="rahdaredit">
|
||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||
<div class="modal-content">
|
||
<!-- Modal Header -->
|
||
<div class="modal-header">
|
||
<h4 class="modal-title">ویرایش راهدارخانه</h4>
|
||
<button type="button" class="close" data-dismiss="modal">
|
||
×
|
||
</button>
|
||
</div>
|
||
|
||
<!-- Modal body -->
|
||
|
||
<div class="modal-body">
|
||
<form>
|
||
<input type="hidden" class="form-control" />
|
||
<div class="form-row">
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> راهدارخانه </label>
|
||
<input type="text" class="form-control" id="houserahdar" name="houserahdar"
|
||
disabled />
|
||
|
||
</select>
|
||
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> اداره کل </label>
|
||
<!-- {{-- <input type="text" class="form-control" id="edarekol" name="edarekol" readonly="readonly" disabled /> --}} -->
|
||
<select class="form-control" name="edarekol" id="edarekol" disabled></select>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label>
|
||
شهرستان
|
||
</label>
|
||
<select class="form-control" style="font-size:12px" name="mainCity" id="mainCity">
|
||
<!-- {{-- <option value="0" style="font-size:10px">انتخاب شهرستان</option> --}} -->
|
||
</select>
|
||
<!-- {{-- <label for="inputCity">شهرستان </label> --}} {{-- <input type="text" class="form-control" id="mainCity" name="mainCity" readonly="readonly" disabled /> --}} -->
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> وضعیت </label>
|
||
<!-- <input type="text" class="form-control" id="sit" name="sit" /> -->
|
||
<select class="form-control" name="sit" id="sit">
|
||
<option value="-1">وضعیت</option>
|
||
<option value="1">فعال</option>
|
||
<option value="0">غیر فعال</option>
|
||
</select>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity">نوع </label>
|
||
<!-- <input type="text" class="form-control" id="type" name="type" /> -->
|
||
<select class="form-control" name="type" id="type">
|
||
<option value="0">نوع</option>
|
||
<option value="1">دائمی</option>
|
||
<option value="3">موقت</option>
|
||
<option value="2">فصلی</option>
|
||
</select>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> تلفن</label>
|
||
<input type="number" class="form-control" id="phone" name="phone" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> تعداد اکیپ </label>
|
||
<input type="number" min="0" class="form-control" id="ekipnum" name="ekipnum" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity">تعداد پرسنل </label>
|
||
<input type="number" min="0" class="form-control" id="personelnum"
|
||
name="personelnum" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> مسئول </label>
|
||
<input type="text" class="form-control" id="masol" name="masol" />
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> شماره تلفن مسئول </label>
|
||
<input type="number" class="form-control" id="masolmobile" name="masolmobile" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> جانشین </label>
|
||
<input type="text" class="form-control" id="janeshin" name="janeshin" />
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> شماره تلفن جانشین </label>
|
||
<input type="number" class="form-control" id="janeshinmobile" name="janeshinmobile" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> ماشین آلات سبک </label>
|
||
<input type="number" min="0" class="form-control" id="lightmachin"
|
||
name="lightmachine" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity">
|
||
ماشین آلات نیمه سنگین
|
||
</label>
|
||
<input type="number" min="0" class="form-control" id="mediummachin"
|
||
name="meduimachin" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> ماشین آلات سنگین </label>
|
||
<input type="number" min="0" class="form-control" id="bigmachin" name="bigmachin" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="col-md-12 mb-3">
|
||
<div class="abrar-map-layout">
|
||
<span class="abrar-map-title d-inline">ثبت موقعیت پروژه روی
|
||
نقشه</span>
|
||
<div id="edit-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-edit"
|
||
data-inputmask="'mask': '(99.999999) - (99.999999)'"
|
||
data-mask
|
||
placeholder="(شروع) => (طول جغرافیایی) - (عرض جغرافیایی)"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<!-- mohammad added -->
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg1">
|
||
<span class="img-title" id="deviceImg1Title">نمای کلی از
|
||
راهدارخانه</span>
|
||
<img class="img-preview" id="deviceImg1Preview" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" id="deleteDeviceImg1" type="button"
|
||
disabled value="1"><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg1" id="deviceImg1" class="img-input d-none"
|
||
accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg2">
|
||
<span class="img-title" id="deviceImg2Title">آشیانه ماشین آلات</span>
|
||
<img class="img-preview" id="deviceImg2Preview" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" id="deleteDeviceImg2" type="button"
|
||
disabled value="2"><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg2" id="deviceImg2" class="img-input d-none"
|
||
accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg3">
|
||
<span class="img-title" id="deviceImg3Title">انبار شن و ماسه</span>
|
||
<img class="img-preview" id="deviceImg3Preview" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" id="deleteDeviceImg3" type="button"
|
||
disabled value="3"><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg3" id="deviceImg3" class="img-input d-none"
|
||
accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg4">
|
||
<span class="img-title" id="deviceImg4Title">محیط کاری</span>
|
||
<img class="img-preview" id="deviceImg4Preview" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" id="deleteDeviceImg4" type="button"
|
||
disabled value="4"><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg4" id="deviceImg4" class="img-input d-none"
|
||
accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg5">
|
||
<span class="img-title" id="deviceImg5Title">سایر تصاویر</span>
|
||
<img class="img-preview" id="deviceImg5Preview" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" id="deleteDeviceImg5" type="button"
|
||
disabled value="5"><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg5" id="deviceImg5" class="img-input d-none"
|
||
accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-primary float-left" id="editrahdar">
|
||
ثبت تغییرات
|
||
</button>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- </div> -->
|
||
<!-- for edit end -->
|
||
<!-- for add -->
|
||
<div class="modal fade" id="rahdariadd">
|
||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
|
||
<div class="modal-content">
|
||
<!-- Modal Header -->
|
||
<div class="modal-header">
|
||
<h4 class="modal-title">افزودن راهدارخانه</h4>
|
||
<button type="button" class="close" data-dismiss="modal">
|
||
×
|
||
</button>
|
||
</div>
|
||
|
||
<!-- Modal body -->
|
||
|
||
<div class="modal-body">
|
||
<form>
|
||
<input type="hidden" class="form-control" id="rahdarid" />
|
||
<div class="form-row">
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> راهدارخانه </label>
|
||
<input type="text" class="form-control addrahdar" id="houserahdaradd" name="houserahdaradd" />
|
||
</select>
|
||
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> اداره کل </label>
|
||
<!-- {{-- <input type="text" class="form-control" id="edarekol" name="edarekol" readonly="readonly" disabled /> --}} -->
|
||
<select class="form-control addrahdar" name="edarekoladd" id="edarekoladd"></select>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label>
|
||
شهرستان
|
||
</label>
|
||
<select class="form-control addrahdar" style="font-size:12px" name="mainCityadd"
|
||
id="mainCityadd">
|
||
<!-- {{-- <option value="0" style="font-size:10px">انتخاب شهرستان</option> --}} -->
|
||
</select>
|
||
<!-- {{-- <label for="inputCity">شهرستان </label> --}} {{-- <input type="text" class="form-control" id="mainCity" name="mainCity" readonly="readonly" disabled /> --}} -->
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> وضعیت </label>
|
||
<!-- <input type="text" class="form-control" id="sit" name="sit" /> -->
|
||
<select class="form-control addrahdar" name="sitadd" id="sitadd">
|
||
<option value="-1">وضعیت</option>
|
||
<option value="1">فعال</option>
|
||
<option value="0">غیر فعال</option>
|
||
</select>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity">نوع </label>
|
||
<!-- <input type="text" class="form-control" id="type" name="type" /> -->
|
||
<select class="form-control addrahdar" name="typeadd" id="typeadd">
|
||
<option value="0">نوع</option>
|
||
<option value="1">دائمی</option>
|
||
<option value="3">موقت</option>
|
||
<option value="2">فصلی</option>
|
||
</select>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> تلفن</label>
|
||
<input type="number" class="form-control addrahdar" id="phoneadd" name="phoneadd" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> تعداد اکیپ </label>
|
||
<input type="number" min="0" class="form-control addrahdar" id="ekipnumadd"
|
||
name="ekipnumadd" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity">تعداد پرسنل </label>
|
||
<input type="number" min="0" class="form-control addrahdar" id="personelnumadd"
|
||
name="personelnumadd" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> مسئول </label>
|
||
<input type="text" class="form-control addrahdar" id="masoladd" name="masoladd" />
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> شماره تلفن مسئول </label>
|
||
<input type="number" class="form-control addrahdar" id="masolmobileadd" name="masolmobileadd" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> جانشین </label>
|
||
<input type="text" class="form-control addrahdar" id="janeshinadd" name="janeshinadd" />
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<label for="inputCity"> شماره تلفن جانشین </label>
|
||
<input type="number" class="form-control addrahdar" id="janeshinmobileadd"
|
||
name="janeshinmobileadd" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> ماشین آلات سبک </label>
|
||
<input type="number" min="0" class="form-control addrahdar" id="lightmachinadd"
|
||
name="lightmachineadd" onkeypress="preventNonNumericalInput(event)"/>
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity">
|
||
ماشین آلات نیمه سنگین
|
||
</label>
|
||
<input type="number" min="0" class="form-control addrahdar" id="mediummachinadd"
|
||
name="meduimachinadd" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
<div class="form-group col-md-4">
|
||
<label for="inputCity"> ماشین آلات سنگین </label>
|
||
<input type="number" min="0" class="form-control addrahdar" id="bigmachinadd"
|
||
name="bigmachinadd" onkeypress="preventNonNumericalInput(event)" />
|
||
</div>
|
||
</div>
|
||
<!-- set map -->
|
||
<div class="form-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.999999) - (99.999999)'"
|
||
data-mask
|
||
placeholder="(شروع) => (طول جغرافیایی) - (عرض جغرافیایی)"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<!-- mohammad added -->
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg1add">
|
||
<span class="img-title" id="deviceImg1Titleadd">نمای کلی از
|
||
راهدارخانه</span>
|
||
<img class="img-preview" id="deviceImg1Previewadd" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" type="button"
|
||
id="deleteDeviceImg1add" disabled><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg1add" id="deviceImg1add"
|
||
class="img-input d-none" accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg2add">
|
||
<span class="img-title" id="deviceImg2Titleadd">آشیانه ماشین آلات</span>
|
||
<img class="img-preview" id="deviceImg2Previewadd" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" type="button"
|
||
id="deleteDeviceImg2add" disabled><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg2add" id="deviceImg2add"
|
||
class="img-input d-none" accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg3add">
|
||
<span class="img-title" id="deviceImg3Titleadd">انبار شن و ماسه</span>
|
||
<img class="img-preview" id="deviceImg3Previewadd" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" type="button"
|
||
id="deleteDeviceImg3add" disabled><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg3add" id="deviceImg3add"
|
||
class="img-input d-none" accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg4add">
|
||
<span class="img-title" id="deviceImg4Titleadd">محیط کاری</span>
|
||
<img class="img-preview" id="deviceImg4Previewadd" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm" type="button"
|
||
id="deleteDeviceImg4add" disabled><i class="fa fa-trash"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg4add" id="deviceImg4add"
|
||
class="img-input d-none" accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
<div class="col-6" style="float: right;">
|
||
<div class="img-box col d-flex justify-content-center" style="margin-bottom: 17px;">
|
||
<div class="d-flex flex-column">
|
||
<label class="imgbox d-flex align-items-center justify-content-center"
|
||
for="deviceImg5add">
|
||
<span class="img-title" id="deviceImg5Titleadd">سایر تصاویر</span>
|
||
<img class="img-preview" id="deviceImg5Previewadd" src="" alt="" />
|
||
</label>
|
||
<button class="btn-delete-img btn btn-danger btn-sm"
|
||
id="deleteDeviceImg5add" disabled><i class="fa fa-trash" type="button"
|
||
style="color: #fff;"></i></button>
|
||
</div>
|
||
<input type="file" name="deviceImg5add" id="deviceImg5add"
|
||
class="img-input d-none" accept=".jpg, .png">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-primary float-left" id="addrahdar">
|
||
ثبت
|
||
</button>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!--location button start-->
|
||
<div id="stepModalmaintenanceshow" class="modal animated zoomIn fade">
|
||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-md">
|
||
<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>
|
||
<!-- Modal body -->
|
||
<div class="modal-body">
|
||
<div class="col-md-12">
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<div class="col-md-12 mb-3">
|
||
<div class="abrar-map-layout">
|
||
<span class="abrar-map-title d-inline">مشاهده موقعیت پروژه
|
||
روی نقشه</span>
|
||
<div id="abrarshow-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-startshow" type="text"
|
||
class="form-control input-cord map-latlng-input map-latlng-first-inputshow"
|
||
data-inputmask="'mask': '(99.999999) - (99.999999)'" data-mask
|
||
placeholder="(شروع) => (طول جغرافیایی) - (عرض جغرافیایی)" />
|
||
</div>
|
||
<div class="form-group">
|
||
<input name="abrar-project-latlng-endshow" type="text"
|
||
class="form-control input-cord map-latlng-input map-latlng-sec-inputshow"
|
||
data-inputmask="'mask': '(99.999999) - (99.999999)'" data-mask
|
||
placeholder="(پایان) => (طول جغرافیایی) - (عرض جغرافیایی)" />
|
||
</div>
|
||
</div>
|
||
</div> -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Modal footer -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<!-- /.container-fluid -->
|
||
|
||
<!-- Edit Modal -->
|
||
|
||
<!-- End Edit Modal -->
|
||
|
||
<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">
|
||
|
||
<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 show" id="stepModalprojecttype" style="display: none" aria-modal="true">
|
||
<div class="modal-dialog modal-dialog-centered">
|
||
<div class="modal-content">
|
||
<!-- Modal Header -->
|
||
<div class="modal-header">
|
||
<h4 class="modal-title">انتخاب نوع پروژه</h4>
|
||
<button type="button" class="close" data-dismiss="modal">
|
||
×
|
||
</button>
|
||
</div>
|
||
<!-- Modal body -->
|
||
<div class="modal-body" style="display: block">
|
||
<form>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<div class="icheck-primary d-inline">
|
||
<input type="radio" id="roadmaintanace" name="projecttype" />
|
||
<label class="projecttypemodal" for="roadmaintanace" style="font-size: 11px">
|
||
روکش آسفالت <small> (نگهداری راه )</small>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<div class="icheck-primary d-inline mr-0">
|
||
<input type="radio" id="reviewdangerpoint" name="projecttype" />
|
||
<label class="projecttypemodal" for="reviewdangerpoint" style="font-size: 11px">
|
||
رفع نقاط حادثه خیز /پرتصادف
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<div class="icheck-primary d-inline mr-0">
|
||
<input type="radio" id="improveroad" name="projecttype" />
|
||
<label class="projecttypemodal" for="improveroad" style="font-size: 11px">
|
||
ارتقای ایمنی راه
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<div class="icheck-primary d-inline">
|
||
<input type="radio" id="faniproject" name="projecttype" />
|
||
<label class="projecttypemodal" for="faniproject" style="font-size: 11px">ابنیه فنی
|
||
<small>(نگهداری ابنیه فنی
|
||
)</small>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="form-row">
|
||
<div class="form-group col-md-6">
|
||
<div class="icheck-primary d-inline mr-0">
|
||
<input type="radio" id="rahdarkhane" name="projecttype" />
|
||
<label class="projecttypemodal" for="rahdarkhane" style="font-size: 11px">
|
||
راهدارخانه ها
|
||
<small>(بهسازی و نوسازی )</small></label>
|
||
</div>
|
||
</div>
|
||
<div class="form-group col-md-6">
|
||
<div class="icheck-primary d-inline mr-0">
|
||
<input type="radio" id="projectbuild" name="projecttype" />
|
||
<label for="projectbuild" style="font-size: 11px">
|
||
احداث راه روستایی</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<button type="button" class="btn btn-success float-left" id="approveprojecttype"
|
||
style="font-size: 13px">
|
||
تایید
|
||
</button>
|
||
<button type="button" class="btn btn-warning float-right" data-dismiss="modal"
|
||
style="font-size: 13px">
|
||
انصراف
|
||
</button>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- Image Upload Modal -->
|
||
<div class="modal fade" id="image-upload-modal">
|
||
<div class="modal-dialog modal-dialog-centered">
|
||
<div class="modal-content">
|
||
<!-- Modal Header -->
|
||
<div class="modal-header">
|
||
<h4 class="modal-title">آپلود عکس</h4>
|
||
|
||
<!-- {{--
|
||
<button type="button" class="close" data-dismiss="modal">
|
||
×
|
||
</button> --}} -->
|
||
</div>
|
||
<!-- Modal body -->
|
||
<div class="modal-body" style="display: block"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- End Image Upload Modal -->
|
||
<!-- modal image subitem -->
|
||
<div tabindex="-1" role="dialog" id="subItemImgModal" class="modal animated zoomIn fade">
|
||
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable modal-lg">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="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 class="row">
|
||
<div class="col">
|
||
<img id="imgSubItem1" class="img-thumbnail" src="" alt="">
|
||
</div>
|
||
<div class="col">
|
||
<img id="imgSubItem2" class="img-thumbnail" src="" alt="">
|
||
</div>
|
||
<div class="col">
|
||
<img id="imgSubItem3" class="img-thumbnail" src="" alt="">
|
||
</div>
|
||
<div class="col">
|
||
<img id="imgSubItem4" class="img-thumbnail" src="" alt="">
|
||
</div>
|
||
<div class="col">
|
||
<img id="imgSubItem5" class="img-thumbnail" src="" alt="">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- end modal image subitem -->
|
||
<!-- Slider Modal -->
|
||
<div id="slideroverlay" class="slideroverlay">
|
||
<div class="upload-confirm"></div>
|
||
<!-- Modal content -->
|
||
<div class="modal-content">
|
||
<span class="close"></span>
|
||
<div class="slideshow">
|
||
<div id="slideshow-slide" class="slideshow-container">
|
||
<a class="prev">❯</a>
|
||
<a class="next">❮</a>
|
||
</div>
|
||
<br />
|
||
<div id="slideshow-dot" style="text-align: center"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- End Slider Modal -->
|
||
</div>
|
||
</div>
|
||
<div class='parent-filter'>
|
||
<div class="row mt-2">
|
||
<div class="col-12">
|
||
<select class="select-province form-control stylescroll">
|
||
</select>
|
||
</div>
|
||
<div class="col-12 mt-2 mb-2">
|
||
<select class="StatusRahdar form-control" name="StatusRahdar">
|
||
<option value="-1">
|
||
وضعیت
|
||
</option>
|
||
<option value="1">
|
||
فعال
|
||
</option>
|
||
<option value="0">
|
||
غیر فعال
|
||
</option>
|
||
</select>
|
||
</div>
|
||
<div class="col-12 mt-2 mb-2">
|
||
<select class="TypeRahdar form-control" name="TypeRahdar">
|
||
<option value="0">
|
||
انتخاب نوع
|
||
</option>
|
||
<option value="2">
|
||
فصلی
|
||
</option>
|
||
<option value="1">
|
||
دائمی
|
||
</option>
|
||
<option value="3">
|
||
موقت
|
||
</option>
|
||
</select>
|
||
</div>
|
||
|
||
<div class="col-12 text-left"><button id="btn_filter_show"
|
||
class="btn-set-filter px-2 py-1">فیلتر</button></div>
|
||
</div>
|
||
|
||
</div>
|
||
<!-- jQuery -->
|
||
@include('layouts.footer')
|
||
</body>
|
||
<script src="../plugins/jquery/jquery.min.js"></script>
|
||
<!-- Bootstrap 4 -->
|
||
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
<!-- InputMask -->
|
||
<!-- Leaflet -->
|
||
<script src="../dist/js/leaflet.js"></script>
|
||
<!-- Leaflet Routing Machine js -->
|
||
<script src="../dist/js/leaflet-routing-machine.js"></script>
|
||
<script src="../plugins/sweetalert2/sweetalert2.all.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/bootstrap/buttons.print.min.js"></script>
|
||
<!-- Persian Datepicker -->
|
||
<script src="../dist/js/jszip.min.js"></script>
|
||
<script src="../dist/js/persian-date.min.js"></script>
|
||
<script src="../dist/js/persian-datepicker.min.js"></script>
|
||
<!-- Bootstrap slider -->
|
||
<script src="../plugins/bootstrap-slider/bootstrap-slider.min.js"></script>
|
||
<script src="../plugins/select2/js/select2.full.min.js"></script>
|
||
<!-- AdminLTE App -->
|
||
<script src="../dist/js/adminlte.min.js"></script>
|
||
<script src="../plugins/inputmask/min/jquery.inputmask.bundle.min.js"></script>
|
||
<script src="../dist/js/sweetalert2js.js"></script>
|
||
<!-- Page Script -->
|
||
<script src="../dist/js/rahdari-rmto.js?_={{ mt_rand(1, 99999999999) }}"></script>
|
||
|
||
</html> |