Files
backend/resources/views/rmto-preview/pages/RandSecond.blade.php

2275 lines
75 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<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;
}
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: 'IRANSansFaNum';
background-repeat: no-repeat;
background-size: cover;
}
.body-table-style {
margin-bottom: 100px;
}
.table thead tr {
font-size: 12px;
background-color: #015688;
color: white;
}
.line-empty-col {
background-color: rgb(255, 92, 15);
width: 50px;
height: 1px;
margin-left: auto;
margin-right: auto;
}
.content-center-dataTable {
position: absolute;
left: 50%;
transform: translate(-50%);
font-size: 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;
}
/* .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);
} */
/* .dataTables_paginate {
margin-top: 20px !important;
} */
/* .dataTables_paginate .pagination li.page-item a {
border: 0 !important;
color: black;
} */
.dataTables_paginate {
margin-top: 20px !important;
}
.pagination>.page-item>.page-link,
.pagination>.page-item>span {
margin: 0px !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;
margin-right: unset;
}
.parent-data-project .form-control {
margin-top: 10px;
}
.parent-data-project {
justify-content: space-between;
}
.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 {
justify-content: center;
font-size: 11px;
display: flex;
align-items: center;
width: 90%;
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;
}
a.btn-dataTable {
padding: 0 6px;
}
.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
}
#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; */
font-size: 12px !important;
}
/* .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
}
.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;
}
.textstyle {
color: rgb(43, 125, 43);
font-weight: 700;
cursor: pointer;
}
tbody td {
font-size: 13px;
}
.randdsecond {
border: 2px solid #ff5c0f;
display: block;
border-radius: 10px;
padding: 0px 10px 0px 10px;
width: 94%;
margin-left: auto;
margin-right: auto;
}
.randdsecond2 {
border: 2px solid #ff5c0f;
display: block;
border-radius: 10px;
padding: 0px 10px 5px 10px;
width: 94%;
margin-left: auto;
margin-right: auto;
}
.randdsecond3 {
border: 2px solid #ff5c0f;
display: block;
border-radius: 10px;
padding: 0px 10px 5px 10px;
width: 94%;
margin-left: auto;
margin-right: auto;
}
.randdsecond legend {
font-size: 18px;
font-weight: 500 !important;
color: #000;
width: 27%;
color: #4962ac;
text-align: center;
}
.randdsecond2 legend {
font-size: 18px;
font-weight: 500 !important;
color: #000;
width: 11%;
color: #4962ac;
text-align: center;
}
.randdsecond3 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%;
}
.randdsecond2 {
width: 100%;
}
.randdsecond3 {
width: 100%;
}
}
#open_select_modal {
font-size: 12px;
margin-bottom: 5px;
display: block;
}
label:not(.form-check-label):not(.custom-file-label) {
font-size: 12px;
font-weight: 700;
}
.modal-lg,
.modal-xl {
max-width: 60%;
}
.modal-fieldset {
font-family: 'IRANSansFaNum';
border: 2px solid #ff5c0f;
border-radius: 10px;
padding: 0px 10px 5px 10px;
}
.modal-fieldset legend {
width: auto !important;
padding: 0 15px;
font-size: 16px;
font-weight: 500 !important;
width: 11%;
color: #4962ac;
text-align: center;
}
.bg-info .btn-dataTable i {
color: #fff;
}
.modal-multi:nth-of-type(even) {
z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
z-index: 1051 !important;
}
#editmodal {
font-family: 'IRANSansFaNum';
}
.notice {
font-size: 13px;
text-align: center;
padding: 5px;
color: red;
}
#NewPlanModal {
font-family: 'IRANSansFaNum';
}
.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
</div>
<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="1" id="add_newplan">پروژه های پیشنهادی جهت طرح در کمیته علمی
</option>
<option value="2" id="add_sabbatical" selected>پروژه های در حال اجرا/خاتمه یافته</option>
</select>
<div class="w-100 row " style="border-top:1px solid #e1e1e1;display:none" id="OpenFormAdd">
</div>
</div>
<div class="col-12" style="margin-top: 30px;">
</div>
<div class="row w-100 overflow-auto " id="RandDnew-holder" style="display:none">
<table id="RandDnew" dir="rtl" class="table table-striped table-bordered " style="width: 100%;">
<thead>
<tr>
<td>ردیف</td>
<td>کد یکتا</td>
<td>عنوان پروژه مطالعاتی</td>
<td>اداره کل/دفاتر ستادی</td>
<td>حوزه</td>
<td>برآورد هزینه (میلیون ریال)</td>
<td>وضعیت تامین اعتبار</td>
<td>منبع تامین اعتبار</td>
<!-- <td>کارشناسان پروژه</td> -->
<td>فایل RFP</td>
<td> مشخصات ثبت کننده فرم </td>
<td>نظر کمیته علمی </td>
<td>عملیات</td>
</tr>
</thead>
</table>
</div>
</div>
</div>
</div>
<!-- Maxter modals here -->
<!-- <div id="SelectModalRandD" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document" style="max-width:600">
<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="col-12">
<div class="row">
<ul class="max">
<li id="add_newplan">
<a href="#">
<i class="fas fa-lightbulb-on"></i>
</a>
<span class="" style="font-size: 10;">پروژه پیشنهادی جهت طرح در کارگروه</span>
</li>
<li id="add_sabbatical">
<a href="#">
<i class="fa fa-cogs"></i>
</a>
<span class="" style="font-size: 10;">پروژه مصوب شده در حال اجرا</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- modalregbyname -->
<div id="showregbyname" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" style="top:-134px">
<div class="modal-dialog modal-lg" role="document" style="max-width:600">
<div class="modal-content">
<div class="modal-header w-100">
<div class="text-center">
<label>
مشخصات ثبت کننده فرم
</label>
</div>
<div class="text-right">
<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>
<div class="modal-body">
<div class="container">
<div class="col-12">
<div class="row">
<div class="col-4">
<label for="" class="form-check-inline
text-nowrap w-100">
نام ثبت کننده فرم
</label>
<input type="text" class="form-control mr-1
border-color-for-RD" name="project-name" id="project-name"
placeholder=" نام ثبت کننده فرم " />
</div>
<div class="col-4">
<label for="" class="form-check-inline
text-nowrap w-100">
نام خانوادگی ثبت کننده فرم
</label>
<input type="text" class="form-control mr-1
border-color-for-RD" name="project-lastname" id="project-lastname"
placeholder=" نام خانوادگی ثبت کننده فرم" />
</div>
<div class="col-4">
<label for="" class="form-check-inline
text-nowrap w-100">
شماره تماس مشخصات ثبت کننده فرم
</label>
<input type="text" class="form-control mr-1
border-color-for-RD" name="project-phone" id="project-phone"
placeholder="شماره تماس ثبت کننده فرم " />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="showregbyfamily" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document" style="max-width:600">
<div class="modal-content">
<div class="modal-header w-100">
<div class="text-center" style=" margin-right: auto; margin-left: auto;">
<label style="font-size: 1rem;">
مشخصات ثبت کننده فرم
</label>
</div>
<div class="text-right">
<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>
<div class="modal-body">
<div class="container">
<div class="col-12">
<div class="row">
<div class="col-4">
<label for="" class="form-check-inline
text-nowrap w-100">
نام ثبت کننده فرم:
</label>
<input type="text" class="form-control mr-1
border-color-for-RD" name="fname_creator" id="fname_creator"
placeholder=" نام ثبت کننده فرم " />
</div>
<div class="col-4">
<label for="" class="form-check-inline
text-nowrap w-100">
نام خانوادگی ثبت کننده فرم:
</label>
<input type="text" class="form-control mr-1
border-color-for-RD" name="lname_creator" id="lname_creator"
placeholder=" نام خانوادگی ثبت کننده فرم" />
</div>
<div class="col-4">
<label for="" class="form-check-inline
text-nowrap w-100">
شماره تماس ثبت کننده فرم:
</label>
<input type="text" class="form-control mr-1
border-color-for-RD" name="phone_creator" id="phone_creator"
placeholder="شماره تماس ثبت کننده فرم " />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- niaz darim besh baba -->
<div id="NewPlanModal" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered 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 style=" font-size: 1rem;">
ثبت درخواست
</label>
</div>
</div>
<div id="FormNewPlan" class="modal-body-me max-pad">
<div class="modal-body-me" style="margin-bottom: 30px;">
<div class="col-5" style="float: right;">
<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-5" style="float: left; margin-left: 35px;">
<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 class="col-5" style="float: right;">
<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-5" style="float: left; margin-left: 35px;">
<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>
<fieldset class="randdsecond2">
<legend>اعتبارات</legend>
<div class="form-check form-check-inline col-6"
style="float: right; display: flex; margin-bottom: 15px;">
<span class="" style="font-size:initial;">وضعیت تامین
اعتبار: </span>
<div class="row" style="display: -webkit-box; margin-top: 5; margin-right: 10px;"
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; float: left; margin-left: 16px; margin-top: -14px;">
<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>
</fieldset>
<fieldset class="randdsecond3" style="margin-bottom: 10px; margin-top: 10px;">
<legend>بخش آپلود فایل</legend>
<div class="col-4"
style="margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 10px; display: flex;">
<input class="filebtn btn-default" type="button" id="1getfile" value="انتخاب"
style="margin-left: 5px; border-radius: 5px;">
<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" style="background-color: #fff;">
</div>
</fieldset>
<!-- ezafi -->
<fieldset class="randdsecond">
<legend>مشخصات ثبت کننده فرم</legend>
<div class="row w-100">
<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="proj_regby_name" id="proj_regby_name"
placeholder="...." />
</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="proj_regby_family" id="proj_regby_family"
placeholder="...." />
</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="proj_regby_phone" id="proj_regby_phone"
placeholder="شماره تلفن" />
</label>
</div>
</div>
</fieldset>
</div>
</div>
<div class="text-left modal-footer modal-footer-me">
<button type="button" class="btn btn-success
btn-applyChange" id="submitNewProject">
ثبت
</button>
<button type="button" class="btn btn-danger btn-prev
cancel" class="cancel" data-dismiss="modal">
انصراف
</button>
</div>
</div>
</div>
</div>
<!-- niaz darim besh baba -->
<!-- showedit -->
<div id="editmodal" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered 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 style=" font-size: 1rem;">
ویرایش درخواست
</label>
</div>
</div>
<div id="FormEditPlan" class="modal-body-me max-pad">
<div class="modal-body-me" style="margin-bottom: 30px;">
<div class="col-5" style="float: right;">
<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="edit-project-title"
placeholder="عنوان پروژه" />
</label>
</div>
<div class="col-5" style="float: left; margin-left: 35px;">
<label for="" class="form-check-inline
text-nowrap w-100">
دفتر
<select class="form-control
hozeh-selector mr-1
border-color-for-RD" name="edit-province" id="edit-province-id">
</select>
</label>
</div>
<div class="col-5" style="float: right;">
<label for="" class="form-check-inline
text-nowrap w-100">
حوزه
<select class="form-control
hozeh-selector mr-1
border-color-for-RD" id="edit_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-5" style="float: left; margin-left: 35px;">
<label for="" class="form-check-inline
text-nowrap w-100">
برآورد اولیه هزینه انجام پروژه(میلیون ریال)
<input type="text" class="form-control
mr-1 border-color-for-RD" name="edit-contract-amount" id="edit-contract-amount"
placeholder="مبلغ (میلیون ریال)" />
</label>
</div>
<fieldset class="randdsecond2">
<legend>اعتبارات</legend>
<div class="form-check form-check-inline col-6"
style="float: right; display: flex; margin-bottom: 15px;">
<span class="" style="font-size:initial;">وضعیت تامین
اعتبار: </span>
<div class="row" style="display: -webkit-box; margin-top: 5; margin-right: 10px;"
id="edit-credit">
<div class="">
<input class="form-check-input" type="radio" name="edit_credit_state"
id="allocatecredit-no-edit" value="انجام نشده">
<label class="form-check-label" for="exampleRadios1edit">
انجام نشده
</label>
</div>
<div class="">
<input class="form-check-input" type="radio" name="edit_credit_state"
id="allocatecredit-ok-edit" value="انجام شده">
<label class="form-check-label" for="exampleRadios1edit">
انجام شده
</label>
</div>
</div>
</div>
<div class="form-check form-check-inline col-4" id="edit-target-holder"
style="display: none; float: left; margin-left: 16px; margin-top: -14px;">
<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="edit-target-amount"
id="edit-target-amount" />
</label>
</div>
</div>
</fieldset>
<fieldset class="randdsecond3" style="margin-bottom: 10px; margin-top: 10px;">
<legend>بخش آپلود فایل</legend>
<div class="notice">
<span> توجه : در صورت آپلود فایل جدید این فایل جایگزین فایل قبلی می شود لطفا در صورت
نیاز
این
فیلد را پر کنید .
</span>
</div>
<div class="col-4"
style="margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 10px; display: flex;">
<input class="filebtn btn-default" type="button" id="1getfileedit" value="انتخاب"
style="margin-left: 5px; border-radius: 5px;">
<input type="file" class="form-control uploadfileedit" id="1ndfileUploadedit"
style="display:none" accept=".pdf" />
<input disabled id="1ndfileSelectededit" type="text" class="form-control"
placeholder="انتخاب فایل pdf" style="background-color: #fff;">
</div>
</fieldset>
<!-- ezafi -->
<fieldset class="randdsecond">
<legend>مشخصات ثبت کننده فرم</legend>
<div class="row w-100">
<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="edit_regby_name" id="edit_regby_name"
placeholder="...." />
</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="edit_regby_family" id="edit_regby_family"
placeholder="...." />
</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="edit_regby_phone" id="edit_regby_phone"
placeholder="شماره تلفن" />
</label>
</div>
</div>
</fieldset>
</div>
</div>
<div class="text-left modal-footer modal-footer-me">
<button type="button" class="btn btn-success
btn-applyChange" id="submitEditProject">
ثبت
</button>
<button type="button" class="btn btn-danger btn-prev
cancel" class="cancel" data-dismiss="modal">
انصراف
</button>
</div>
</div>
</div>
</div>
<!-- showedit -->
<!-- :::::::::::::::::::::::::::::::::::: 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 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')
<div id="result-vote-modal" class="modal fade modal-multi" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title"></h6>
<button type="button" class="close mr-auto ml-1" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<fieldset class="modal-fieldset col mx-2">
<legend>تعداد رای دهندگان</legend>
<div class="modal-fieldset-content text-center p-2">
<strong style="font-size:20px" class="modal-participants-number"></strong>
</div>
</fieldset>
<fieldset class="modal-fieldset col mx-2">
<legend>میانگین امتیازات</legend>
<div class="modal-fieldset-content text-center p-2">
<strong style="font-size:20px" class="modal-average"></strong>
</div>
</fieldset>
<fieldset class="modal-fieldset col-6 mx-2">
<legend>میانگین پروژه ها</legend>
<div class="modal-fieldset-content text-center p-2">
<div class="row">
<div class="col">
<span>نوع یک: </span><strong style="font-size:20px"
class="modal-typeOne ml-1"></strong><small style="font-size:14px">%</small>
</div>
<div class="col">
<span>نوع دو: </span><strong style="font-size:20px"
class="modal-typeTwo ml-1"></strong><small style="font-size:14px">%</small>
</div>
<div class="col">
<span>نوع سه: </span><strong style="font-size:20px"
class="modal-typeThree ml-1"></strong><small
style="font-size:14px">%</small>
</div>
</div>
</div>
</fieldset>
</div>
<div class="row">
<fieldset class="modal-fieldset col mx-2 mt-3">
<legend>لیست رای دهندگان</legend>
<div class="modal-fieldset-content text-center p-2">
<div class="row">
<div class="col-12">
<table class="table table-striped table-bordered" style="width:100%"
id="table-participants">
<thead>
<tr>
<th class="text-center">نام و نام خانوادگی</th>
<th class="text-center">عملیات</th>
</tr>
</thead>
</table>
</div>
</div>
</div>
</fieldset>
</div>
</div>
</div>
</div>
</div>
<div id="answer-form-modal" class="modal fade modal-multi" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title"><span class="ml-1">پاسخنامه</span> <strong></strong></h6>
<button type="button" class="close mr-auto ml-1" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-12">
<table class="table table-striped table-bordered" style="width:100%" id="table-answer-form">
<thead>
<tr>
<th class="text-center">عنوان</th>
<th class="text-center">امتیاز</th>
</tr>
</thead>
</table>
</div>
</div>
<div class="row">
<fieldset class="modal-fieldset col mx-2">
<legend>تاریخ</legend>
<div class="modal-fieldset-content text-center p-2">
<strong style="font-size:20px" class="modal-answer-form-date"></strong>
</div>
</fieldset>
<fieldset class="modal-fieldset col mx-2">
<legend>مجموع امتیاز</legend>
<div class="modal-fieldset-content text-center p-2">
<strong style="font-size:20px" class="modal-answer-form-total"></strong>
</div>
</fieldset>
</div>
<div class="row">
<fieldset class="modal-fieldset col m-2">
<legend>توضیحات</legend>
<div class="modal-fieldset-content p-2">
<strong style="font-size:16px" class="modal-answer-form-desc"></strong>
</div>
</fieldset>
</div>
</div>
</div>
</div>
</div>
<div id="reject-form-modal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title">رد درخواست</h6>
<button type="button" class="close mr-auto ml-1" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="col">
<textarea id="desc_reject" class="form-control" style="resize:none;" rows="3"></textarea>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-success" id="btn_reject_send">ثبت</button>
<input type="hidden" id="reject_project_id" />
</div>
</div>
</div>
</div>
<div id="reject-result-modal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<h6 class="modal-title">دلیل رد درخواست</h6>
<button type="button" class="close mr-auto ml-1" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="col">
<textarea id="desc_reject_result" class="form-control" style="resize:none;" disabled rows="3"></textarea>
</div>
</div>
</div>
</div>
</div>
<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>
<script src="../dist/js/header.js"></script>
<!-- page script -->
<!-- <script src="../dist/js/jquery.inputpicker.js"></script> -->
<script src="../dist/js/RandSecond.js?_={{ mt_rand(1,99999999999) }}"></script>
<script src="../dist/js/sweetalert2js.js"></script>
</body>
</html>