2093 lines
72 KiB
PHP
2093 lines
72 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" />
|
||
|
||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||
<!-- <meta name="csrf-token" content="pHbNWOn55nJWM2SGibZ2tA4uHv673grdlAFEspcW"> -->
|
||
<link rel="icon" href="../dist/images/fav.ico" type="image/ico" sizes="16x16">
|
||
<title>تحقیق و توسعه</title>
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||
|
||
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
||
<link rel="stylesheet" href="../plugins/fontawesome-5/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">
|
||
<!-- footer style -->
|
||
<link rel="stylesheet" href="../dist/css/footer.css" />
|
||
<link rel="stylesheet" href="../dist/css/responsive.css" />
|
||
|
||
|
||
|
||
<!-- <link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.9/themes/blitzer/jquery-ui.css" rel="stylesheet"
|
||
type="text/css" /> -->
|
||
<!-- Maxter -->
|
||
|
||
<!-- <link rel="stylesheet" href="../dist/css/jquery.inputpicker.css" /> -->
|
||
|
||
<!-- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -->
|
||
|
||
<style>
|
||
body {
|
||
/* font-family: "iransans"; */
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
margin-bottom: 40px;
|
||
}
|
||
|
||
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
|
||
}
|
||
|
||
.table tbody {
|
||
font-size: 10px !important;
|
||
}
|
||
|
||
.table thead tr {
|
||
font-size: 10px !important;
|
||
}
|
||
|
||
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: 7px !important;
|
||
}
|
||
|
||
.table th,
|
||
.table td {
|
||
/* padding: 7px !important; */
|
||
vertical-align: middle;
|
||
}
|
||
|
||
body {
|
||
font-family: "iransans";
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
|
||
.body-table-style {
|
||
margin-bottom: 100px;
|
||
}
|
||
|
||
.table thead tr {
|
||
font-size: 12px;
|
||
background-color: #015688;
|
||
color: white;
|
||
}
|
||
|
||
.content-center-dataTable {
|
||
position: absolute;
|
||
left: 50%;
|
||
transform: translate(-50%);
|
||
font-size: 15px;
|
||
top: 10px;
|
||
}
|
||
|
||
.content-center-dataTable button {
|
||
border: 0;
|
||
border-radius: 5px;
|
||
background-color: rgb(43, 125, 43);
|
||
color: white;
|
||
}
|
||
|
||
.swal2-confirm {
|
||
background-color: rgb(43, 125, 43) !important;
|
||
border-radius: 5px !important;
|
||
color: white !important;
|
||
border: 0 !important;
|
||
}
|
||
|
||
.swal2-popup {
|
||
width: 25em !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;
|
||
}
|
||
|
||
.logoPart {
|
||
padding: 15px 40px;
|
||
display: inline-block;
|
||
}
|
||
|
||
.icon-color {
|
||
color: rgb(43, 125, 43);
|
||
font-size: 19px;
|
||
}
|
||
|
||
.dataTables_length {
|
||
float: right;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.dataTables_filter {
|
||
float: right;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.dt-buttons {
|
||
float: left;
|
||
}
|
||
|
||
.dataTables_length {
|
||
float: right;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.dataTables_filter {
|
||
float: right;
|
||
font-size: 12px;
|
||
}
|
||
|
||
.table tbody {
|
||
font-size: 12px;
|
||
}
|
||
|
||
button.dt-button {
|
||
border-radius: 5%;
|
||
border: 0;
|
||
/* margin-top: 10; */
|
||
background-color: white;
|
||
font-size: 10;
|
||
/* box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 76%); */
|
||
/* -webkit-box-shadow: 0px -2px 5px 0px rgb(0 0 0 / 76%); */
|
||
padding-right: 5;
|
||
}
|
||
|
||
.parent-filter {
|
||
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;
|
||
}
|
||
|
||
.dataTables_paginate {
|
||
margin-top: 20px !important;
|
||
}
|
||
|
||
/* .dataTables_paginate .pagination li.page-item a {
|
||
border: 0 !important;
|
||
color: black;
|
||
} */
|
||
.dataTables_paginate .pagination li.page-item a {
|
||
border: 1px solid #e1e1e1 !important;
|
||
}
|
||
|
||
.page-item.active .page-link {
|
||
color: white !important;
|
||
background-color: rgb(255, 92, 15) !important;
|
||
}
|
||
|
||
.pagination>.page-item>.page-link,
|
||
.pagination>.page-item>span {
|
||
margin: 0px !important;
|
||
}
|
||
|
||
/* .dataTables_paginate {
|
||
margin-top: 20px !important;
|
||
} */
|
||
|
||
/* .dataTables_paginate .pagination li.page-item a {
|
||
border: 0 !important;
|
||
color: black;
|
||
} */
|
||
/* .dataTables_paginate .pagination li.page-item a {
|
||
border: 1px solid #e1e1e1 !important;
|
||
} */
|
||
|
||
/* .page-item.active .page-link {
|
||
color: white !important;
|
||
background-color: rgb(255, 92, 15) !important;
|
||
} */
|
||
|
||
.havig {
|
||
text-align: center;
|
||
margin-bottom: 3px;
|
||
}
|
||
|
||
.dropdown:hover .multi-level {
|
||
display: block;
|
||
margin-top: 0;
|
||
}
|
||
|
||
.multi-level {
|
||
padding: 10px;
|
||
}
|
||
|
||
.queen-ul-style {
|
||
display: none;
|
||
}
|
||
|
||
.second-top-menu {
|
||
display: none;
|
||
}
|
||
|
||
.eight-step-res {
|
||
display: none;
|
||
}
|
||
|
||
.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-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-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;
|
||
}
|
||
|
||
.new-style-profile {
|
||
display: none;
|
||
}
|
||
|
||
.profile {
|
||
margin-left: 60px;
|
||
border: 2px solid #ff5c0f;
|
||
padding: 10px 15px;
|
||
border-radius: 5px;
|
||
}
|
||
|
||
.navbar-sp {
|
||
color: #ffffff !important;
|
||
font-size: 10px;
|
||
margin-top: 15px;
|
||
}
|
||
|
||
.dropdown-toggle::after {
|
||
display: none;
|
||
}
|
||
|
||
.navbar-it {
|
||
display: flex;
|
||
align-items: flex-end;
|
||
margin-left: 20px;
|
||
}
|
||
|
||
.line {
|
||
align-items: flex-end;
|
||
}
|
||
|
||
#dropdown1 {
|
||
left: -113%;
|
||
}
|
||
|
||
.form-control:focus {
|
||
background-color: #ffffff;
|
||
border-color: #80bdff;
|
||
outline: 0;
|
||
}
|
||
|
||
.parent-data-project .form-control {
|
||
height: 32px !important;
|
||
}
|
||
|
||
.btn-closeModal {
|
||
background-color: white;
|
||
border: 0;
|
||
}
|
||
|
||
.btn-closeModal span {
|
||
font-size: 25px;
|
||
}
|
||
|
||
.parent-data-project label {
|
||
font-size: 11px;
|
||
}
|
||
|
||
.parent-data-project input {
|
||
font-size: 13px;
|
||
}
|
||
|
||
.modal-footer-me {
|
||
padding: 0 !important;
|
||
border-top: 1px solid #e1e1e1;
|
||
margin-top: 10px;
|
||
margin-left: 10px;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.modal-footer button {
|
||
font-size: 12px;
|
||
}
|
||
|
||
.modal-content {
|
||
border: 1px solid rgb(255, 92, 15);
|
||
}
|
||
|
||
.form-check-inline {
|
||
display: block;
|
||
font-size: 11;
|
||
}
|
||
|
||
.parent-data-project .form-control {
|
||
margin-top: 10px;
|
||
}
|
||
|
||
.parent-data-project {
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.modal-dialog {
|
||
top: 25%;
|
||
}
|
||
|
||
.btn-applyChange {
|
||
margin-top: 20px;
|
||
}
|
||
|
||
.cancel {
|
||
margin-top: 20px;
|
||
}
|
||
|
||
/* for last column border */
|
||
|
||
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;
|
||
}
|
||
|
||
/* for last column border */
|
||
|
||
.hozeh-selector {
|
||
font-size: 12px;
|
||
}
|
||
|
||
.file-input-modal-container {
|
||
width: 100%;
|
||
}
|
||
|
||
.file-input-modal-container2 {
|
||
width: 100%;
|
||
}
|
||
|
||
.file-input-modal-container3 {
|
||
width: 100%;
|
||
}
|
||
|
||
.file-input-modal-container4 {
|
||
width: 100%;
|
||
}
|
||
|
||
.file-input-modal {
|
||
justify-content: center;
|
||
font-size: 11px;
|
||
display: flex;
|
||
align-items: center;
|
||
width: 60%;
|
||
height: 40px;
|
||
cursor: pointer;
|
||
text-align: center;
|
||
border: 1px solid #dfe3e7;
|
||
border-radius: 0.25rem;
|
||
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
||
background-color: #ffffff;
|
||
/* margin-left: auto;
|
||
margin-right: auto; */
|
||
}
|
||
|
||
.file-input-modal2 {
|
||
justify-content: center;
|
||
font-size: 11px;
|
||
display: flex;
|
||
align-items: center;
|
||
width: 60%;
|
||
height: 40px;
|
||
cursor: pointer;
|
||
text-align: center;
|
||
border: 1px solid #dfe3e7;
|
||
border-radius: 0.25rem;
|
||
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
||
background-color: #ffffff;
|
||
/* margin-left: auto;
|
||
margin-right: auto; */
|
||
}
|
||
|
||
.file-input-modal3 {
|
||
justify-content: center;
|
||
font-size: 11px;
|
||
display: flex;
|
||
align-items: center;
|
||
width: 60%;
|
||
height: 40px;
|
||
cursor: pointer;
|
||
text-align: center;
|
||
border: 1px solid #dfe3e7;
|
||
border-radius: 0.25rem;
|
||
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
||
background-color: #ffffff;
|
||
/* margin-left: auto;
|
||
margin-right: auto; */
|
||
}
|
||
|
||
.file-input-modal4 {
|
||
justify-content: center;
|
||
font-size: 11px;
|
||
display: flex;
|
||
align-items: center;
|
||
width: 60%;
|
||
height: 40px;
|
||
cursor: pointer;
|
||
text-align: center;
|
||
border: 1px solid #dfe3e7;
|
||
border-radius: 0.25rem;
|
||
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
|
||
background-color: #ffffff;
|
||
/* margin-left: auto;
|
||
margin-right: auto; */
|
||
}
|
||
|
||
.file-input {
|
||
display: none;
|
||
}
|
||
|
||
.is-invalid-input {
|
||
border-color: #dc3545 !important;
|
||
border: dotted;
|
||
box-shadow: 0 0 10px #f1507f;
|
||
}
|
||
|
||
.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);
|
||
}
|
||
|
||
.swal2-icon {
|
||
display: none !important;
|
||
}
|
||
|
||
.swal2-title {
|
||
font-size: 18px !important;
|
||
}
|
||
|
||
.swal2-styled {
|
||
font-size: 14px !important;
|
||
}
|
||
|
||
.havig .arrow-changing1 {
|
||
width: 10px !important;
|
||
}
|
||
|
||
.swal2-content {
|
||
font-size: 17px !important;
|
||
}
|
||
|
||
.swal2-actions {
|
||
margin-top: 5px !important;
|
||
}
|
||
|
||
table.dataTable tbody tr.selected {
|
||
background-color: rgb(47, 125, 50);
|
||
color: white !important;
|
||
}
|
||
|
||
@media only screen and (max-width: 1500px) {
|
||
.content-center-dataTable {
|
||
font-size: 12px;
|
||
}
|
||
}
|
||
|
||
@media only screen and (min-width: 1700px) {
|
||
.justify-content-center {
|
||
font-size: 14px;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 1000px) {
|
||
#dropdown1 {
|
||
position: absolute !important;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 960px) {
|
||
.content-center-dataTable {
|
||
width: 56%;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 865px) {
|
||
.content-center-dataTable {
|
||
width: 65%;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 760px) {
|
||
.content-center-dataTable {
|
||
width: 75%;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 700px) {
|
||
#example_filter {
|
||
float: none !important;
|
||
}
|
||
|
||
.king-size-nav {
|
||
display: none;
|
||
}
|
||
|
||
.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;
|
||
}
|
||
|
||
.queen-ul-style {
|
||
display: block;
|
||
}
|
||
|
||
.queen-responsive-navbar {
|
||
justify-content: center;
|
||
margin-bottom: 20px;
|
||
margin-left: 0px;
|
||
}
|
||
|
||
.first-step-res {
|
||
display: none;
|
||
padding-inline-start: 0px;
|
||
font-size: 11px;
|
||
border-bottom: 2px solid #ff5c0f;
|
||
border-top: 2px solid #ff5c0f;
|
||
}
|
||
|
||
.first-step-res-design {
|
||
text-align: center;
|
||
list-style-type: none;
|
||
margin-top: 10px;
|
||
padding: 3px;
|
||
}
|
||
|
||
.second-menu-img {
|
||
position: absolute;
|
||
margin-right: 12px;
|
||
margin-top: -8px;
|
||
width: 25px;
|
||
height: 55px;
|
||
}
|
||
|
||
.second-top-menu {
|
||
display: flow-root;
|
||
position: relative;
|
||
background-color: #2c343f;
|
||
height: 40px;
|
||
width: 100%;
|
||
transition: all 0.4s;
|
||
z-index: 3;
|
||
}
|
||
|
||
.difrent-img-size {
|
||
width: 27px;
|
||
height: 26px;
|
||
margin-top: 5px;
|
||
}
|
||
|
||
.eight-step-res {
|
||
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;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 665px) {
|
||
.content-center-dataTable {
|
||
width: 85%;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 595px) {
|
||
.content-center-dataTable {
|
||
width: 90%;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 530px) {
|
||
#example_filter {
|
||
float: none !important;
|
||
}
|
||
|
||
.page-link {
|
||
padding: 0.4rem 0.55rem;
|
||
}
|
||
|
||
.queen-size-nav {
|
||
width: 50%;
|
||
}
|
||
|
||
.content-center-dataTable {
|
||
left: 0%;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 450px) {
|
||
.queen-size-nav {
|
||
height: 60%;
|
||
}
|
||
}
|
||
|
||
@media only screen and (max-width: 370px) {
|
||
#example_filter {
|
||
float: none !important;
|
||
}
|
||
|
||
.page-link {
|
||
padding: 0.4rem 0.40rem;
|
||
}
|
||
}
|
||
|
||
#uploadedItemspic {
|
||
font-size: 11px
|
||
}
|
||
|
||
#uploadedItemspic2 {
|
||
font-size: 11px;
|
||
}
|
||
|
||
#uploadedItemspic3 {
|
||
font-size: 11px;
|
||
}
|
||
|
||
#uploadedItemspic4 {
|
||
font-size: 11px;
|
||
}
|
||
|
||
#contract-num {
|
||
font-family: 'IRANSansFaNum';
|
||
}
|
||
|
||
#contract-amount {
|
||
font-family: 'IRANSansFaNum';
|
||
}
|
||
|
||
/* MAx0d3r ::::::::: css */
|
||
|
||
.modal-header-max {
|
||
border-bottom: 1px solid #e1e1e1;
|
||
margin-bottom: 10px;
|
||
margin-left: 10px;
|
||
box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
|
||
-webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
|
||
-moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.75);
|
||
}
|
||
|
||
.dt-title-max {
|
||
display: inline;
|
||
position: relative;
|
||
/* right: 15%; */
|
||
padding-bottom: 10;
|
||
/* border-bottom: 1px solid #e1e1e1; */
|
||
width: 100%;
|
||
text-align: center;
|
||
font-size: large;
|
||
margin-bottom: 20;
|
||
}
|
||
|
||
/* maxter data table classes */
|
||
|
||
.pagination>.page-item.active>a,
|
||
.pagination>.page-item.active>a:focus,
|
||
.pagination>.page-item.active>a:hover,
|
||
.pagination>.page-item.active>span,
|
||
.pagination>.page-item.active>span:focus,
|
||
.pagination>.page-item.active>span:hover {
|
||
background-color: #9c27b0;
|
||
border-color: #9c27b0;
|
||
color: #fff;
|
||
box-shadow: 0 4px 5px 0 rgba(156, 39, 176, 0.14), 0 1px 10px 0 rgba(156, 39, 176, 0.12), 0 2px 4px -1px rgba(156, 39, 176, 0.2);
|
||
}
|
||
|
||
.pagination>.page-item.active>a,
|
||
.pagination>.page-item.active>span,
|
||
.pagination>.page-item>.page-link:focus,
|
||
.pagination>.page-item>.page-link:hover,
|
||
.pagination>.page-item>span:focus,
|
||
.pagination>.page-item>span:hover {
|
||
color: #999;
|
||
}
|
||
|
||
.pagination>.page-item>.page-link,
|
||
.pagination>.page-item>span {
|
||
border: 0;
|
||
/* border-radius: 30px !important; */
|
||
transition: all 0.3s;
|
||
padding: 0 11px;
|
||
margin: 0 0px;
|
||
min-width: 30px;
|
||
height: 30px;
|
||
line-height: 30px;
|
||
/* color: #999; */
|
||
font-weight: 400;
|
||
font-size: 12px;
|
||
text-transform: uppercase;
|
||
background: transparent;
|
||
text-align: center;
|
||
}
|
||
|
||
.page-item.active .page-link {
|
||
z-index: 1;
|
||
color: #fff;
|
||
background-color: #9c27b0;
|
||
border-color: #9c27b0;
|
||
}
|
||
|
||
.page-item.active .page-link {
|
||
background-color: lightgrey !important;
|
||
border: 1px solid black;
|
||
}
|
||
|
||
/* #RandD_wrapper {
|
||
background-color: whitesmoke;
|
||
} */
|
||
|
||
ul.max {
|
||
/* margin: 0 40%; */
|
||
padding: 0;
|
||
display: -webkit-inline-box;
|
||
position: relative;
|
||
top: 50%;
|
||
}
|
||
|
||
ul.max li {
|
||
list-style: none;
|
||
/* margin: 0 20%; */
|
||
padding: 0 80;
|
||
margin-bottom: 10;
|
||
}
|
||
|
||
ul.max li a {
|
||
position: relative;
|
||
display: block;
|
||
width: 100;
|
||
height: 100;
|
||
text-align: center;
|
||
line-height: 63px;
|
||
background: #e7ecf1;
|
||
border-radius: 50%;
|
||
font-size: 3em;
|
||
color: #666;
|
||
transition: .5s;
|
||
margin-bottom: 20;
|
||
vertical-align: middle;
|
||
padding-top: 25;
|
||
}
|
||
|
||
ul.max li a::before {
|
||
content: '';
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
border-radius: 50%;
|
||
background: #ff3535;
|
||
transition: .5s;
|
||
transform: scale(.9);
|
||
z-index: -1;
|
||
}
|
||
|
||
ul.max li a:hover::before {
|
||
transform: scale(1.1);
|
||
box-shadow: 0 0 15px #ffee10;
|
||
}
|
||
|
||
ul.max li a:hover {
|
||
color: #ff2d2d;
|
||
box-shadow: 0 0 5px #ff3737;
|
||
text-shadow: 0 0 5px #ff3c3c;
|
||
}
|
||
|
||
::-webkit-input-placeholder {
|
||
/* Chrome/Opera/Safari */
|
||
color: pink;
|
||
}
|
||
|
||
::-moz-placeholder {
|
||
/* Firefox 19+ */
|
||
color: pink;
|
||
}
|
||
|
||
:-ms-input-placeholder {
|
||
/* IE 10+ */
|
||
color: pink;
|
||
}
|
||
|
||
:-moz-placeholder {
|
||
/* Firefox 18- */
|
||
color: pink;
|
||
}
|
||
|
||
.form-check-input {
|
||
cursor: pointer;
|
||
}
|
||
|
||
.max-shadow {
|
||
-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
|
||
-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
|
||
box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
|
||
}
|
||
|
||
.max-pad {
|
||
padding: 10;
|
||
border-bottom: .2px dashed #a7abaf;
|
||
/* margin-bottom: 15; */
|
||
}
|
||
|
||
.fa-plus-circle:hover {
|
||
color: blue;
|
||
}
|
||
|
||
input,
|
||
input::-webkit-input-placeholder {
|
||
font-size: 12px;
|
||
line-height: 3;
|
||
}
|
||
|
||
.form-control {
|
||
font-size: 12px !important;
|
||
}
|
||
|
||
.fa-minus-circle {
|
||
cursor: pointer;
|
||
}
|
||
|
||
.buttons-excel {
|
||
width: 5em !important;
|
||
height: 5em !important;
|
||
border-radius: 50% !important;
|
||
/* background-color: #ffa152; */
|
||
}
|
||
|
||
/* .custom-file-label::after {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
z-index: 3;
|
||
display: block;
|
||
height: 2.25rem;
|
||
padding: 0.375rem 0.75rem;
|
||
line-height: 1.5;
|
||
color: #495057;
|
||
content: "انتخاب";
|
||
background-color: #e9ecef;
|
||
border-left: inherit;
|
||
border-radius: 0 0.25rem 0.25rem 0;
|
||
} */
|
||
|
||
.custom-file-label::after {
|
||
content: "انتخاب";
|
||
}
|
||
|
||
.uploadfile::before {
|
||
content: "انتخاب";
|
||
}
|
||
|
||
input[type=file]::file-selector-button {
|
||
border: 2px solid #6c5ce7;
|
||
padding: .2em .4em;
|
||
border-radius: .2em;
|
||
background-color: #a29bfe;
|
||
transition: 1s;
|
||
}
|
||
|
||
input[type=file]::file-selector-button::after {
|
||
content: "انتخاب";
|
||
}
|
||
|
||
.upload-btn-wrapper input[type=file] {
|
||
font-size: 100px;
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
opacity: 0;
|
||
}
|
||
|
||
.filebtn {
|
||
height: 3.1em;
|
||
width: 7em;
|
||
}
|
||
|
||
.SectionHead {
|
||
padding-bottom: 5;
|
||
margin-bottom: 10;
|
||
padding-right: 10
|
||
}
|
||
|
||
.modal {
|
||
top: -200px;
|
||
/* display: inline-table; */
|
||
/* overflow-y: scroll; */
|
||
}
|
||
|
||
.swicon {
|
||
right: 0px;
|
||
position: absolute;
|
||
font-size: x-large;
|
||
color: darkviolet;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.swicon:hover {
|
||
color: #ff0000;
|
||
}
|
||
|
||
.center-col {
|
||
text-align: center;
|
||
justify-content: center;
|
||
}
|
||
|
||
.icondwn {
|
||
font-size: 16px;
|
||
}
|
||
|
||
.overlay {
|
||
position: absolute;
|
||
background: #DAF7A6;
|
||
height: 100%;
|
||
width: 100%;
|
||
text-align: center;
|
||
}
|
||
|
||
.fade-x {
|
||
opacity: 0;
|
||
-webkit-transition: opacity .15s linear;
|
||
transition: opacity .15s linear;
|
||
}
|
||
|
||
.pdfmodal.modal-content {
|
||
height: auto;
|
||
min-height: 100%;
|
||
border-radius: 0;
|
||
}
|
||
|
||
.pdfmodal.modal-dialog {
|
||
width: 100%;
|
||
height: 100%;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
/* :::::::::::::::::::: */
|
||
/* .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-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);
|
||
}
|
||
|
||
.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);
|
||
}
|
||
|
||
#submitNewProject {
|
||
float: right;
|
||
margin-left: 10px;
|
||
}
|
||
|
||
#EditNewProject {
|
||
float: right;
|
||
margin-left: 10px;
|
||
}
|
||
|
||
div.dataTables_wrapper div.dataTables_length select {
|
||
font-family: 'IRANSansFaNum' !important;
|
||
}
|
||
|
||
.table tbody {
|
||
/* font-size: 10px !important; */
|
||
font-family: 'IRANSansFaNum' !important;
|
||
}
|
||
|
||
.page-item.active .page-link {
|
||
color: white !important;
|
||
background-color: rgb(255, 92, 15) !important;
|
||
}
|
||
|
||
/* .dataTables_paginate .pagination li.page-item a {
|
||
border: 0 !important;
|
||
color: black;
|
||
} */
|
||
|
||
.page-link {
|
||
position: relative;
|
||
display: block;
|
||
padding: 0.5rem 0.75rem;
|
||
margin-left: -1px;
|
||
line-height: 1.25;
|
||
color: #007bff;
|
||
background-color: #ffffff;
|
||
border: 1px solid #dee2e6;
|
||
}
|
||
|
||
tbody td {
|
||
font-size: 13px;
|
||
}
|
||
|
||
.line-empty-col {
|
||
background-color: rgb(255, 92, 15);
|
||
width: 50px;
|
||
height: 1px;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
|
||
.randdsecond {
|
||
border: 2px solid #ff5c0f;
|
||
border-radius: 10px;
|
||
padding: 0px 10px 0px 10px;
|
||
width: 100%;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
display: flex;
|
||
justify-content: center;
|
||
position: relative;
|
||
}
|
||
|
||
.randdsecond legend {
|
||
font-size: 18px;
|
||
font-weight: 500 !important;
|
||
color: #000;
|
||
width: 20%;
|
||
color: #4962ac;
|
||
text-align: center;
|
||
}
|
||
|
||
@media only screen and (max-width: 1600px) {
|
||
.randdsecond {
|
||
width: 100%;
|
||
}
|
||
}
|
||
|
||
.modal-lg,
|
||
.modal-xl {
|
||
max-width: 60%;
|
||
}
|
||
|
||
.loader {
|
||
display: inline-block;
|
||
width: 40px;
|
||
height: 40px;
|
||
position: relative;
|
||
border: 4px solid #ff5c0f;
|
||
top: 0;
|
||
animation: loader 2s infinite ease;
|
||
}
|
||
|
||
.loader-inner {
|
||
vertical-align: top;
|
||
display: inline-block;
|
||
width: 100%;
|
||
background-color: #fff;
|
||
animation: loader-inner 2s infinite ease-in;
|
||
}
|
||
|
||
@keyframes loader {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
|
||
25% {
|
||
transform: rotate(180deg);
|
||
}
|
||
|
||
50% {
|
||
transform: rotate(180deg);
|
||
}
|
||
|
||
75% {
|
||
transform: rotate(360deg);
|
||
}
|
||
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
|
||
@keyframes loader-inner {
|
||
0% {
|
||
height: 0%;
|
||
}
|
||
|
||
25% {
|
||
height: 0%;
|
||
}
|
||
|
||
50% {
|
||
height: 100%;
|
||
}
|
||
|
||
75% {
|
||
height: 100%;
|
||
}
|
||
|
||
100% {
|
||
height: 0%;
|
||
}
|
||
}
|
||
|
||
.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: 2000;
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="divloader">
|
||
<span class="loader"><span class="loader-inner"></span></span>
|
||
</div>
|
||
|
||
@include('layouts.headersempty')
|
||
<!-- orginal navbar -->
|
||
|
||
<!-- orginal navbar -->
|
||
<!-- responsive navbar -->
|
||
|
||
|
||
<!-- responsive navbar -->
|
||
<div class="container-fluid">
|
||
|
||
<div class="row pt-3 px-4 body-table-style">
|
||
<div class="content-center-dataTable dt-title-max">
|
||
<div class="row w-100" style="justify-content: center;"><span id="listTitle" class="ml-1 pt-1"
|
||
style="margin-bottom:10"></span>
|
||
|
||
@auth
|
||
@if(auth()->user()->can('staff-RandD') || auth()->user()->can('province-office-RandD'))
|
||
<button id="open_select_modal" class="btn btn-default"
|
||
style="font-size: 12; margin-bottom: 5;display:none">پروژه مطالعاتی +</button>
|
||
@endif
|
||
|
||
@endauth
|
||
|
||
|
||
<button data-all="false" id='btn-fillter-project-by-status' class="btn btn-default"
|
||
style="font-size: 12; margin-bottom: 5px;margin-right:10px;background-color:#17a2b8;">همه پروژه
|
||
ها</button>
|
||
|
||
|
||
<select class="form-control
|
||
hozeh-selector mr-1
|
||
border-color-for-RD" id="swicon" name="states[]"
|
||
style="display:none;width: 250px; margin-bottom: 10px; margin-top: -40px; border: 2px solid #ff5c0f;">
|
||
<!-- <option value="0" disabled >انتخاب نوع ثبت </option> -->
|
||
<option value="1" id="add_newplan">پروژه های پیشنهادی جهت طرح در کمیته علمی
|
||
</option>
|
||
<option value="2" id="add_sabbatical" selected>پروژه های در حال اجرا/خاتمه یافته</option>
|
||
</select>
|
||
<!-- <ul>
|
||
<li id="swicon" style="list-style-type: none; float: right; font-size: 17px;">
|
||
انتخاب نوع ثبت
|
||
<ul style="display: none">
|
||
<li>پروژه های مصوب شده در حال اجرا</li>
|
||
<li>پروژه پیشنهادی جهت طرح در کارگروه</li>
|
||
</ul>
|
||
</li>
|
||
</ul> -->
|
||
<!-- <div ></div> -->
|
||
|
||
<div class="w-100 row " style="border-top:1px solid #e1e1e1;display:none" id="OpenFormAdd">
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="col-12">
|
||
<div class="row w-100" id="RandD-holder" style="display:none">
|
||
<table id="RandD" dir="rtl" class="table table-striped table-bordered d- " style="width: 100%; ">
|
||
<thead>
|
||
<tr>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">ردیف</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">کد یکتا</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">اداره کل/دفاتر ستادی
|
||
</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">عنوان پروژه مطالعاتی
|
||
</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">حوزه</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">تاریخ قرارداد</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">شماره قرارداد</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">مبلغ قرارداد(میلیون
|
||
ریال)</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">وضعیت قرارداد</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">مدت قرارداد</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;"> مجری/مشاور طرح</td>
|
||
<!-- inja avaz shod -->
|
||
<td colspan="4" class="text-nowrap" style="text-align: center;">فایل ها</td>
|
||
<!-- inja avaz shod -->
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">تایید اتمام فرآیند
|
||
</td>
|
||
<td rowspan="2" class="text-nowrap" style="text-align: center;">عملیات</td>
|
||
</tr>
|
||
|
||
<tr style="background-color: #ff5c0f;">
|
||
<td class="text-nowrap" style="text-align: center;">صورت جلسه تحویل</td>
|
||
<td class="text-nowrap" style="text-align: center;">شرح خدمات</td>
|
||
<!-- inja avaz shod -->
|
||
<td class="text-nowrap" style="text-align: center;">مدارک تکمیلی</td>
|
||
<td class="text-nowrap" style="text-align: center;">گزارش نهایی</td>
|
||
<!-- inja avaz shod -->
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div id="stepModalRandD" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog">
|
||
<div class="modal-dialog modal-lg" role="document">
|
||
<div class="modal-content">
|
||
<div class="modal-header-max 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">
|
||
<label>
|
||
ثبت اطلاعات
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="modal-body-me">
|
||
<div class="container">
|
||
<div class="row parent-data-project px-3">
|
||
<div class="col-12">
|
||
<div class="row">
|
||
<div class="col-8">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
عنوان پروژه
|
||
<input type="text" class="form-control mr-1
|
||
border-color-for-RD" name="project-title" id="project-title"
|
||
placeholder="عنوان پروژه" />
|
||
</label>
|
||
</div>
|
||
<div class="col-4">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
نام مجری/مشاور طرح
|
||
<input type="text" class="form-control mr-1
|
||
border-color-for-RD" name="executer" id="executer"
|
||
placeholder="مجری / مشاور طرح" />
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
</div>
|
||
<div class="col-4">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
اداره کل
|
||
<select class="form-control
|
||
hozeh-selector mr-1
|
||
border-color-for-RD" name="province" id="province-id">
|
||
</select>
|
||
</label>
|
||
</div>
|
||
<div class="col-3">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
تاریخ قرارداد
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="contract-date" id="contract-date"
|
||
placeholder="تاریخ قرارداد" />
|
||
</label>
|
||
</div>
|
||
<div class="col-3">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
شماره قرارداد
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="edit-project-title" id="contract-num"
|
||
placeholder="شماره قرارداد" />
|
||
</label>
|
||
</div>
|
||
<div class="col-2">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
حوزه
|
||
<select class="form-control
|
||
hozeh-selector mr-1
|
||
border-color-for-RD" id="domain_id" name="states[]">
|
||
<option value="1">راهداری </option>
|
||
<option value="2">حمل و نقل
|
||
</option>
|
||
<option value="3">فناوری و سیستم هوشمند</option>
|
||
<option value="4">منابع انسانی
|
||
</option>
|
||
<option value="5">روستایی</option>
|
||
</select>
|
||
</label>
|
||
</div>
|
||
<div class="col-4 mt-2">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
مبلغ قرارداد(میلیون ریال)
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="contract-amount" id="contract-amount"
|
||
placeholder="مبلغ (میلیون ریال)" />
|
||
</label>
|
||
</div>
|
||
<div class="col-2 mt-2">
|
||
<label class="form-check-inline w-100 text-nowrap">مدت قرار داد(ماه):</label>
|
||
<input id="contract-term" type="number" class="form-control mr-1 border-color-for-RD"
|
||
onKeyDown="if(this.value.length==8 && event.keyCode!=8) return false;"></input>
|
||
</div>
|
||
<div class="col-4 mt-2">
|
||
<label for="" class="form-check-inline w-100
|
||
text-nowrap">
|
||
وضعیت قرارداد
|
||
<select class="form-control
|
||
hozeh-selector mr-1
|
||
border-color-for-RD" name="contract" id="contract-conditon-id">
|
||
<option value="0" disabled selected> وضعیت قرارداد</option>
|
||
<option value="1">درحال اجرا</option>
|
||
<option value="2">خاتمه یافته</option>
|
||
</select>
|
||
</label>
|
||
</div>
|
||
<fieldset class="randdsecond">
|
||
<legend>بخش آپلود فایل ها (pdf)</legend>
|
||
<div class="col-12"
|
||
style="display: flex; position: absolute; padding-right: 15%; padding-left: 0%;">
|
||
<div class="col-6" id="showfile2">
|
||
<!-- <label id="labelChanger2" style="display:none; text-align: center;">
|
||
آپلود صورتجلسه تحویل قطعی
|
||
</label> -->
|
||
|
||
<label class="file-input-modal-container" id="uploadedfileee2"
|
||
style="display:none"><i class="fas fa-file-pdf pdf2"
|
||
style="margin-left: 5px; color: #ff5c0f; font-size:20px; float: right; margin-top: 12px;"></i>
|
||
<div id="file-input-validity2" class="file-input-modal">
|
||
برای آپلود صورتجلسه تحویل قطعی <span
|
||
style="margin-right: 4px; color: #dc3545;"> اینجا کلیک کنید
|
||
</span>
|
||
</div>
|
||
<input class="file-input" type="file" name="modalUpFilepic2"
|
||
id="last-report2" single onChange="showUploadedFilespic2(this)"
|
||
accept=".pdf">
|
||
</label>
|
||
<div id="uploadedItemspic2">
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-6" id="showfile">
|
||
<!-- <label id="labelChanger" style="display:none; text-align: center;">
|
||
آپلود قرار داد و شرح خدمات
|
||
</label> -->
|
||
<label class="file-input-modal-container2" id="uploadedfileee"
|
||
style="display:none"><i class="fas fa-file-pdf pdf1"
|
||
style="margin-left: 5px; color: #ff5c0f; font-size:20px; float: right; margin-top: 12px;"></i>
|
||
<div id="file-input-validity" class="file-input-modal2">
|
||
برای آپلود قرار داد و شرح خدمات <span
|
||
style="margin-right: 4px; color: #dc3545;"> اینجا کلیک کنید
|
||
</span>
|
||
</div>
|
||
<input class="file-input" type="file" name="modalUpFilepic" id="last-report"
|
||
single onChange="showUploadedFilespic(this)" accept=".pdf">
|
||
</label>
|
||
<div id="uploadedItemspic">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- inja avaz shod -->
|
||
<div class="col-12"
|
||
style="display: flex; margin-top: 115px; padding-right: 15%; padding-left: 0%;">
|
||
<div class="col-6" id="showfile3">
|
||
<!-- <label id="labelChanger3" style="display:none; text-align: center;">
|
||
آپلود مدارک تکمیلی
|
||
</label> -->
|
||
<label class="file-input-modal-container3" id="uploadedfileee3"
|
||
style="display:none"><i class="fas fa-file-pdf pdf3"
|
||
style="margin-left: 5px; color: #ff5c0f; font-size:20px; float: right; margin-top: 12px;"></i>
|
||
<div id="file-input-validity3" class="file-input-modal3">
|
||
برای آپلود مدارک تکمیلی <span
|
||
style="margin-right: 4px; color: #dc3545;"> اینجا کلیک کنید
|
||
</span>
|
||
</div>
|
||
<input class="file-input" type="file" name="modalUpFilepic3"
|
||
id="last-report3" single onChange="showUploadedFilespic3(this)"
|
||
accept=".pdf">
|
||
</label>
|
||
<div id="uploadedItemspic3">
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col-6" id="showfile4">
|
||
<!-- <label id="labelChanger4" style="display:none; text-align: center;">
|
||
آپلود گزارش نهایی
|
||
</label> -->
|
||
<label class="file-input-modal-container4" id="uploadedfileee4"
|
||
style="display:none"><i class="fas fa-file-pdf pdf4"
|
||
style="margin-left: 5px; color: #ff5c0f; font-size:20px; float: right; margin-top: 12px;"></i>
|
||
<div id="file-input-validity4" class="file-input-modal4">
|
||
برای آپلود گزارش نهایی <span style="margin-right: 4px; color: #dc3545;">
|
||
اینجا کلیک کنید </span>
|
||
</div>
|
||
<input class="file-input" type="file" name="modalUpFilepic4"
|
||
id="last-report4" single onChange="showUploadedFilespic4(this)"
|
||
accept=".pdf">
|
||
</label>
|
||
<div id="uploadedItemspic4">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- inja avaz shod -->
|
||
</fieldset>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="text-left modal-footer modal-footer-me">
|
||
<button type="button" class="btn btn-success
|
||
btn-applyChange" id="submitNewRow_new">
|
||
ثبت
|
||
</button>
|
||
<button type="button" class="btn btn-success
|
||
btn-applyChange" id="submitNewRow">
|
||
ثبت تغییرات
|
||
</button>
|
||
<button type="button" class="btn btn-danger btn-prev
|
||
cancel" class="cancel">
|
||
انصراف
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="NewPlanModal" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog">
|
||
<div class="modal-dialog modal-lg" role="document">
|
||
<div class="modal-content">
|
||
<div class="modal-header-max 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">
|
||
<label>
|
||
ثبت درخواست
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div id="FormNewPlan" class="modal-body-me max-pad" style="height:500;overflow-y:scroll">
|
||
<div class="container">
|
||
<div class="col-12">
|
||
<div class="row">
|
||
<div id="rdagentsection" class="row max-pad w-100">
|
||
<div class="row w-100 SectionHead"
|
||
style="background-color:#f7ecec;border-radius:10">
|
||
|
||
<span class="" style="font-size:12">تعریف پروژه</span>
|
||
|
||
</div>
|
||
<!-- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -->
|
||
<div class="col-6">
|
||
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
عنوان پروژه
|
||
<input type="text" class="form-control mr-1
|
||
border-color-for-RD" name="new-project-title"
|
||
id="new-project-title" placeholder="عنوان پروژه" />
|
||
</label>
|
||
</div>
|
||
<div class="col-6">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
دفتر
|
||
<select class="form-control
|
||
hozeh-selector mr-1
|
||
border-color-for-RD" name="new-province" id="new-province-id">
|
||
</select>
|
||
</label>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="row max-pad w-100">
|
||
<div class="row w-100 SectionHead"
|
||
style="background-color:#f7ecec;border-radius:10">
|
||
|
||
<span class="" style="font-size:12">تعیین حوزه</span>
|
||
|
||
</div>
|
||
|
||
<div class="col-3">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
حوزه
|
||
<select class="form-control
|
||
hozeh-selector mr-1
|
||
border-color-for-RD" id="new_domain_id" name="states[]">
|
||
<option value="1">راهداری </option>
|
||
<option value="2">حمل و نقل
|
||
</option>
|
||
<option value="3">فناوری و سیستم
|
||
هوشمند </option>
|
||
<option value="4">منابع انسانی
|
||
</option>
|
||
<option value="5">روستایی</option>
|
||
</select>
|
||
</label>
|
||
</div>
|
||
|
||
<!-- ======================================= -->
|
||
<div class="col-3">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
برآورد اولیه هزینه انجام پروژه(میلیون ریال)
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="new-contract-amount"
|
||
id="new-contract-amount" placeholder="مبلغ (میلیون ریال)" />
|
||
</label>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<div class="row max-pad w-100">
|
||
<div class="row w-100 SectionHead"
|
||
style="background-color:#f7ecec;border-radius:10">
|
||
|
||
<span class="" style="font-size:12">اعتبارات</span>
|
||
|
||
</div>
|
||
<!-- ======================================= -->
|
||
<div class="form-check form-check-inline col-6">
|
||
<span class="" style="font-size:initial;border-bottom:1px solid red">وضعیت
|
||
تامین
|
||
اعتبار </span>
|
||
<div class="row" style=" display: -webkit-box; margin-top: 5;"
|
||
id="switch-credit">
|
||
<div class="">
|
||
<input class="form-check-input" type="radio" name="proj_credit_state"
|
||
id="allocatecredit-no" value="انجام نشده" checked>
|
||
<label class="form-check-label" for="exampleRadios1">
|
||
انجام نشده
|
||
</label>
|
||
</div>
|
||
<div class="">
|
||
<input class="form-check-input" type="radio" name="proj_credit_state"
|
||
id="allocatecredit-ok" value="انجام شده">
|
||
<label class="form-check-label" for="exampleRadios1">
|
||
انجام شده
|
||
</label>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<!-- ======================================= -->
|
||
<div class="form-check form-check-inline col-4" id="credit-target-holder"
|
||
style="display: none">
|
||
<div class="">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
منبع تامین اعتبار
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="new-target-amount"
|
||
id="new-target-amount" />
|
||
</label>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<!-- ======================================= -->
|
||
|
||
|
||
|
||
|
||
<div class="row max-pad w-100">
|
||
|
||
|
||
<div class="row w-100 SectionHead"
|
||
style="background-color:#f7ecec;border-radius:10">
|
||
|
||
<span class="" style="font-size:12">مشخصات متخصص پیشنهادی جهت ارزیابی
|
||
پروژه</span> <span style="color:red;display:none; margin-right:10"
|
||
id="agentiscomp">لیست کارشناس کامل است</span>
|
||
<span id="agentcntholder"></span>
|
||
</div>
|
||
<div id="rdagentsection" class="row w-100 pt-2 pb-3">
|
||
<!-- <div class="col-1 mt-2 mr-1"> <span id="addagentRND" style="cursor:pointer;color:black">ثبت</span></div> -->
|
||
<!-- hala bia inja -->
|
||
|
||
<div class="col-3" style="display: inherit;padding-right:5">
|
||
<span class="mt-2" style="font-size:10">نام</span>
|
||
|
||
<input type="text" style="width:150" class="form-control
|
||
mr-1 border-color-for-RD" name="projectagentname" id="projectagentname"
|
||
required />
|
||
|
||
</div>
|
||
<div class="col-3 mr-10"
|
||
style="display: inherit;padding-right:5;margin-right:10">
|
||
|
||
<span class="mt-2" style="font-size:10"> نام خانوادگی</span>
|
||
<input type="text" style="width:150" class="form-control
|
||
mr-1 border-color-for-RD" name="projectagentfamily"
|
||
id="projectagentfamily" required />
|
||
|
||
|
||
</div>
|
||
<div class="col-3 "
|
||
style="margin-right:100!important;display: inherit;padding-right:5;margin-right:10">
|
||
<span class="mt-2" style="font-size:10">تماس</span>
|
||
|
||
<input type="text" style="width:150" class="form-control
|
||
mr-1 border-color-for-RD" name="projectagentphone"
|
||
id="projectagentphone" required />
|
||
|
||
|
||
</div>
|
||
<button type="button" class="btn btn-default" id="addagentRND"
|
||
style="margin-top: 0px; margin-right: 5px;">
|
||
ثبت
|
||
</button>
|
||
|
||
|
||
</div>
|
||
<div class="w-100" id="rdagentslist"></div>
|
||
<!-- <div class="form-row col-md-12" id="showtable"></div> -->
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
<!-- ::::::::::::::::::UploadFile Section::::::::: -->
|
||
<div class="row w-100 max-pad w-100">
|
||
<div class="row w-100 SectionHead"
|
||
style="background-color:#f7ecec;border-radius:10">
|
||
|
||
<span class="" style="font-size:12">آپلود فایل مستندات</span>
|
||
|
||
</div>
|
||
<div class="row w-100 pt-2 ">
|
||
<!-- Upload files maxt0r -->
|
||
<div class="col-6 d-flex">
|
||
|
||
|
||
<input class="filebtn" type="button" id="1getfile" value="انتخاب">
|
||
<input type="file" class="form-control uploadfile" id="1ndfileUpload"
|
||
style="display:none" accept=".pdf" />
|
||
<input disabled id="1ndfileSelected" type="text" class="form-control"
|
||
placeholder="انتخاب فایل pdf">
|
||
</div>
|
||
<!-- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -->
|
||
<div class="col-6 d-flex">
|
||
<input class="filebtn" type="button" id="2getfile" value="انتخاب">
|
||
<input type="file" class="form-control uploadfile" id="2ndfileUpload"
|
||
style="display:none" accept=".pdf" />
|
||
<input disabled id="2ndfileSelected" type="text" class="form-control"
|
||
placeholder="انتخاب فایل توجیه فنی سازمانی">
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
</div>
|
||
<!-- ;;;;;;;;;;;;;;;;;;;;;;Registere User Section -->
|
||
<div class="row w-100 max-pad ">
|
||
<div class="row w-100 SectionHead"
|
||
style="background-color:#f7ecec;border-radius:10">
|
||
|
||
<span class="" style="font-size:12">مشخصات ثبت کننده فرم</span>
|
||
|
||
</div>
|
||
<div class="row w-100">
|
||
<div class="col-3 mt-2">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
نام
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="proj_regby_name"
|
||
id="proj_regby_name" placeholder="...." />
|
||
</label>
|
||
</div>
|
||
<!-- ;;;;;;;;; -->
|
||
<div class="col-3 mt-2 pr-5">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
نام خانوادگی
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="proj_regby_family"
|
||
id="proj_regby_family" placeholder="...." />
|
||
</label>
|
||
</div>
|
||
<!-- ;;;;;;;;; -->
|
||
<div class="col-3 mt-2 pr-5">
|
||
<label for="" class="form-check-inline
|
||
text-nowrap w-100">
|
||
تماس
|
||
<input type="text" class="form-control
|
||
mr-1 border-color-for-RD" name="proj_regby_phone"
|
||
id="proj_regby_phone" placeholder="شماره تلفن" />
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<!-- :::::::::End of form:::::::::::::::::: -->
|
||
|
||
</div>
|
||
|
||
<!-- ;;;;;;;;;;;;;;;;; -->
|
||
|
||
</div>
|
||
<!-- :::::::::End of form:::::::::::::::::: -->
|
||
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<!-- modalllll footer -->
|
||
<div class="row w-100 max-pad mr-10" style="display: inline-block;margin-right:10">
|
||
<button type="button" class="btn btn-success
|
||
btn-applyChange" id="submitNewProject">
|
||
ثبت
|
||
</button>
|
||
<button type="button" class="btn btn-success
|
||
btn-applyChange" style="display:none" id="EditNewProject">
|
||
ثبت تغییرات
|
||
</button>
|
||
<button type="button" class="btn btn-danger btn-prev
|
||
cancel" class="cancel" data-dismiss="modal">
|
||
انصراف
|
||
</button>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!-- :::::::::::::::::::::::::::::::::::: Modal info :::::::::: -->
|
||
<!-- Modal -->
|
||
<div class="modal fade" id="SuccessModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle"
|
||
aria-hidden="true">
|
||
<div class="modal-dialog" role="document">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title" id="exampleModalLongTitle">پیام سیستم</h5>
|
||
|
||
</div>
|
||
<div class="modal-body">
|
||
باموفقیت ثبت گردید
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button id="regnewplancomp" type="button" class="btn btn-secondary"
|
||
data-dismiss="modal">بستن</button>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<!-- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -->
|
||
<div class="modal fade" id="UnSuccessModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle"
|
||
aria-hidden="true">
|
||
<div class="modal-dialog" role="document">
|
||
<div class="modal-content">
|
||
<div class="modal-header-max 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">
|
||
<label>
|
||
نمایش مستندات
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="modal-body">
|
||
باموفقیت ثبت گردید
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-secondary" data-dismiss="modal">بستن</button>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -->
|
||
<div class="modal fade pdfmodal " id="ModalPDF" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
|
||
aria-hidden="true">
|
||
<div class="modal-dialog modal-lg " role="document">
|
||
<!--Content-->
|
||
<div class="modal-content">
|
||
<!--Header-->
|
||
<div class="modal-header">
|
||
|
||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||
|
||
</button>
|
||
</div>
|
||
|
||
<!--Body-->
|
||
<div class="modal-body">
|
||
<embed src="#" type="application/pdf" frameBorder="0" scrolling="auto" height="500px" id="pdf-view"
|
||
width="100%">
|
||
</embed>
|
||
|
||
<!-- <object id="pdf-view" class="PDFdoc" width="100%" height="500px" type="application/pdf" data="#"></object> -->
|
||
</div>
|
||
|
||
<!--Footer-->
|
||
<div class="modal-footer justify-content-center">
|
||
<button type="button" class="btn btn-secondary" data-dismiss="modal">بستن</button>
|
||
|
||
</div>
|
||
</div>
|
||
<!--/.Content-->
|
||
</div>
|
||
</div>
|
||
<!-- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -->
|
||
|
||
|
||
<!-- jQuery -->
|
||
|
||
|
||
|
||
@include('layouts.footer')
|
||
|
||
|
||
<script src="../plugins/jquery/jquery.min.js"></script>
|
||
<script src="../dist/js/jquery.rollNumber.js"></script>
|
||
<script src="../dist/js/jQuery-Plugin-For-Creating-An-Animated-Counter-kCounter/js/kcounter.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?_=v1.2"></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="../plugins/moment/moment.min.js"></script>
|
||
<script src="../dist/js/jalali-moment.browser.js"></script>
|
||
<!-- slider-bootstarp -->
|
||
<script src="../plugins/bootstrap-slider/bootstrap-slider.min.js"></script>
|
||
<script src="../dist/js/static.js"></script>
|
||
|
||
<!-- page script -->
|
||
<!-- <script src="../dist/js/jquery.inputpicker.js"></script> -->
|
||
<script src="../dist/js/RandFirst.js?_={{ mt_rand(1,99999999999) }}"></script>
|
||
<script src="../dist/js/sweetalert2js.js"></script>
|
||
|
||
</body>
|
||
|
||
</html> |