376 lines
13 KiB
PHP
376 lines
13 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}" />
|
|
|
|
<title>مشاهده پروژه روی نقشه</title>
|
|
|
|
<!-- Font Awesome Icons -->
|
|
<link rel="stylesheet" href="../plugins/fontawesome-free/css/all.min.css" />
|
|
<!-- IRANSans Font -->
|
|
<link rel="stylesheet" href="../dist/css/fontiran.css" />
|
|
<!-- icheck bootstrap -->
|
|
<link rel="stylesheet" href="../plugins/icheck-bootstrap/icheck-bootstrap.min.css" />
|
|
<!-- Leaflet -->
|
|
<link rel="stylesheet" href="../dist/css/leaflet.css" />
|
|
<link rel="stylesheet" href="../dist/css/MarkerCluster.css" />
|
|
<link rel="stylesheet" href="../dist/css/MarkerCluster.Default.css" />
|
|
<!-- ChartJS -->
|
|
<link rel="stylesheet" href="../plugins/chart.js/Chart.min.css" />
|
|
<!-- Theme style -->
|
|
<link rel="stylesheet" href="../dist/css/adminlte.css" />
|
|
<link rel="stylesheet" href="../dist/css/footer.css" />
|
|
<style>
|
|
.footer-new-style {
|
|
background-color: #fff;
|
|
position: fixed;
|
|
bottom: 0px;
|
|
z-index: 11;
|
|
right: 0px;
|
|
left: 0px;
|
|
font-family: "IRANSansFaNum";
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.king-size-nav {
|
|
background-color: #2c343f !important;
|
|
padding: 5px 10px 0px 10px !important;
|
|
position: fixed !important;
|
|
z-index: 11 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.dropdown {
|
|
float: right;
|
|
overflow: visible !important;
|
|
direction: rtl;
|
|
}
|
|
|
|
.dropdown-submenu.pull-left>.dropdown-menu {
|
|
left: -70% !important;
|
|
margin-left: 10px;
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
border-radius: 6px 0 6px 6px;
|
|
}
|
|
|
|
.projectInfo {
|
|
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
|
|
width: 27% !important;
|
|
}
|
|
|
|
.leaflet-div-icon {
|
|
background: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 71px;
|
|
font-family: "IRANSans";
|
|
}
|
|
|
|
.pin-marker.pin-move>.map-pin-marker {
|
|
transform: scale(0.75);
|
|
}
|
|
|
|
.pin-marker.pin-set>.map-pin-marker>.pin-title-circle {
|
|
background-color: #009900;
|
|
}
|
|
|
|
.pin-marker.pin-move>.pin-main-shadow {
|
|
transform: scale(1.35);
|
|
}
|
|
|
|
.map-pin-marker {
|
|
position: relative;
|
|
width: 45px;
|
|
height: 65px;
|
|
z-index: 10;
|
|
transform-origin: 22.5px 0;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.map-pin-marker>.pin-main-circle {
|
|
position: absolute;
|
|
width: 45px;
|
|
height: 45px;
|
|
left: 0;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
z-index: 12;
|
|
}
|
|
|
|
.map-pin-marker>.pin-white-circle {
|
|
position: absolute;
|
|
width: 39px;
|
|
height: 39px;
|
|
left: 3px;
|
|
top: 3px;
|
|
background-color: #ffffff;
|
|
border-radius: 50%;
|
|
z-index: 13;
|
|
}
|
|
|
|
.map-pin-marker>.pin-title-circle {
|
|
position: absolute;
|
|
width: 35px;
|
|
height: 35px;
|
|
left: 5px;
|
|
top: 5px;
|
|
background-color: rgba(22, 67, 88, 1);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 14;
|
|
transition: background-color 0.3s;
|
|
}
|
|
|
|
.map-pin-marker>.pin-title-circle>.title-circle-text {
|
|
line-height: 1;
|
|
font-size: 10px;
|
|
color: #ffffff;
|
|
font-weight: 600;
|
|
z-index: 15;
|
|
}
|
|
|
|
.map-pin-marker>.pin-main-line {
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 25px;
|
|
z-index: 11;
|
|
background-color: #000000;
|
|
top: 40px;
|
|
left: 20px;
|
|
border-bottom-right-radius: 5px;
|
|
border-bottom-left-radius: 5px;
|
|
}
|
|
|
|
.pin-marker>.pin-main-shadow {
|
|
position: absolute;
|
|
width: 11px;
|
|
height: 11px;
|
|
left: 17px;
|
|
top: 58px;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 10;
|
|
transition: transform 0.2s;
|
|
}
|
|
|
|
.pin-marker>.pin-main-shadow>.shadow-dot {
|
|
position: relative;
|
|
width: 1px;
|
|
height: 1px;
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #000000;
|
|
border-radius: 50%;
|
|
z-index: 10;
|
|
}
|
|
|
|
.map-latlng-input-row {
|
|
position: absolute;
|
|
bottom: -11px;
|
|
z-index: 1000;
|
|
width: 240px;
|
|
left: 5px;
|
|
}
|
|
|
|
.map-latlng-form {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.map-latlng-input {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.map-latlng-label {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
border-radius: 0.25rem;
|
|
padding: 3px 0;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border: 1px solid #ced4da;
|
|
color: #000000;
|
|
border-bottom: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.map-latlng-first-input {
|
|
border-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
|
|
.map-latlng-first-input::placeholder {
|
|
font-size: 10px;
|
|
}
|
|
|
|
.map-latlng-sec-input {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
font-size: 12px;
|
|
color: #009900;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class="hold-transition sidebar-mini layout-fixed layout-navbar-fixed sidebar-collapse starter-project-page">
|
|
@include('layouts.header')
|
|
|
|
<div class="wrapper road-items-show">
|
|
<!-- Content Wrapper. Contains page content -->
|
|
<div class="content-wrapper">
|
|
<!-- Main content -->
|
|
<div class="content">
|
|
<div class="container-fluid">
|
|
<div class="starter-content">
|
|
<!-- TOP MENU -->
|
|
<!-- <header>
|
|
<div class="menu_top" id="navbarmenu_top">
|
|
<div class="rahdariLogo">
|
|
<a href="#"><img src="../dist/images/icons/alertInstallAppLogo.png" alt=""
|
|
title="سازمان راهداری و حمل و نقل جاده ای" /></a>
|
|
</div>
|
|
<button class="responsiveTopMenuBtn routinghover" onclick="handleTopMenuClick(1)">
|
|
<img src="../dist/images/icons/home.svg" />صفحه اصلی
|
|
</button>
|
|
<button class="hoveronline responsiveTopMenuBtn" onclick="handleTopMenuClick(2)">
|
|
<img src="../dist/images/icons/add.svg" />ثبت پروژه جدید
|
|
</button>
|
|
<button class="responsiveTopMenuBtn hovermapgerafic" onclick="handleTopMenuClick(3)">
|
|
<img src="../dist/images/icons/analytics.svg" />گزارشات
|
|
نموداری
|
|
</button>
|
|
<div class="clearfix"></div>
|
|
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
|
|
@csrf
|
|
</form>
|
|
</div>
|
|
</header> -->
|
|
<!-- END TOP MENU -->
|
|
|
|
<div class="starter-loader-container">
|
|
<div class="starter-loader"></div>
|
|
</div>
|
|
|
|
<!-- <div class="list-project-items"></div> -->
|
|
|
|
<!-- New Project Modal -->
|
|
<div class="modal fade" id="reportModal">
|
|
<div class="modal-dialog modal-dialog-centered">
|
|
<div class="modal-content">
|
|
<!-- Modal Header -->
|
|
<div class="modal-header">
|
|
<h4 class="modal-title">ثبت پروژه جدید</h4>
|
|
<button type="button" class="close" data-dismiss="modal">
|
|
×
|
|
</button>
|
|
</div>
|
|
|
|
<!-- Modal body -->
|
|
<div class="modal-body">
|
|
<div class="report-item-box"
|
|
onclick="window.open('/road-construction/create', '_self');">
|
|
<div class="report-title">
|
|
<img src="../dist/images/layer-icons/machinery.svg" width="64px" />
|
|
<p class="mt-4">پروژه راههای روستایی</p>
|
|
</div>
|
|
</div>
|
|
<div class="report-item-box"
|
|
onclick="window.open('/road-items/create', '_self');">
|
|
<div class="report-title">
|
|
<img src="../dist/images/layer-icons/barrier.svg" width="64px" />
|
|
<p class="mt-4">پروژه راهداری</p>
|
|
</div>
|
|
</div>
|
|
<div class="report-item-box" onclick="window.open('/rmto-patrol', '_self');">
|
|
<div class="report-title">
|
|
<img src="../dist/images/layer-icons/pickup-truck.svg" width="30px" />
|
|
<p class="mt-4">گشت راهداری</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Modal footer -->
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">
|
|
بستن
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- MAP -->
|
|
<div class="pin-container">
|
|
<img id="org-pin" src="../dist/images/origin.png" width="55" height="75"
|
|
style="display: none;" />
|
|
</div>
|
|
<div class="pin-container">
|
|
<img id="dest-pin" src="../dist/images/destination.png" width="55" height="75"
|
|
style="display: none;" />
|
|
</div>
|
|
<div class="map-box">
|
|
<div id="map" class="map"></div>
|
|
<!-- this will show our spinner -->
|
|
<div hidden id="layer-spinner" class="spinner"></div>
|
|
</div>
|
|
<!-- END MAP -->
|
|
|
|
<div class="projectInfo"></div>
|
|
|
|
<!-- <div class="footer_licences">
|
|
<span class="witelContent">
|
|
تمامی حقوق این وبسایت متعلق به مرکز داده کاوی حمل و نقل و
|
|
مدیریت زیرساخت های سازمان راهداری و حمل و نقل جاده ای می باشد
|
|
|
|
|
</span>
|
|
<span class="witelContentYear">1398</span>
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
</div>
|
|
<!-- /.content -->
|
|
</div>
|
|
<!-- /.content-wrapper -->
|
|
</div>
|
|
@include('layouts.footer')
|
|
|
|
<!-- ./wrapper -->
|
|
|
|
<!-- REQUIRED SCRIPTS -->
|
|
|
|
<!-- jQuery -->
|
|
<script src="../plugins/jquery/jquery.min.js"></script>
|
|
<!-- Bootstrap 4 -->
|
|
<script src="../plugins/bootstrap/js/bootstrap.bundle.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>
|
|
<script src="../plugins/moment/moment.min.js"></script>
|
|
<script src="../dist/js/jalali-moment.browser.js"></script>
|
|
<!-- AdminLTE App -->
|
|
<script src="../dist/js/adminlte.min.js"></script>
|
|
<script src="../dist/js/static.js"></script>
|
|
|
|
<!-- PAGE SCRIPTS -->
|
|
<script src="../dist/js/road-items-show.js?v=0.2"></script>
|
|
</body>
|
|
|
|
</html> |