101 lines
5.1 KiB
PHP
101 lines
5.1 KiB
PHP
@extends('layouts.dashboard.map')
|
|
@section('title', 'محور مسدودی بر روی نقشه')
|
|
@section('styles')
|
|
<!-- data table links -->
|
|
<link rel="stylesheet" href="{{ asset('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('plugins/datatables-buttons/css/buttons.bootstrap4.min.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('plugins/datatables-responsive/css/responsive.bootstrap4.min.css') }}" />
|
|
<!-- select2 link -->
|
|
<link rel="stylesheet" href="{{ asset('plugins/select2/css/select2.min.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('dist/css/select2-bootstrap4.min.css') }}" />
|
|
<!-- date picker link -->
|
|
<link rel="stylesheet" href="{{ asset('dist/css/persian-datepicker.min.css') }}" />
|
|
|
|
<!-- map links -->
|
|
<link rel="stylesheet" href="{{ asset('dist/css/leaflet.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('dist/css/MarkerCluster.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('dist/css/MarkerCluster.Default.css') }}" />
|
|
|
|
<link rel="stylesheet" href="{{ asset('dist/js/spectrum.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('dist/css/popstyle.css') }}" />
|
|
<link rel="stylesheet" href="{{ asset('dist/css/AllMap.css') }}" />
|
|
|
|
<link id="pp-main" rel="stylesheet" href="{{ asset('dist/css/leaflet.printpreview.css') }}" disabled>
|
|
<link id="pp-ltr-land" rel="stylesheet" href="{{ asset('dist/css/leaflet.printpreview.letter.landscape.css') }}" disabled>
|
|
<link id="pp-ltr-port" rel="stylesheet" href="{{ asset('dist/css/leaflet.printpreview.letter.portrait.css') }}" disabled>
|
|
|
|
<!-- this page styles -->
|
|
<link rel="stylesheet" href="{{ asset('version2/css/dashboard_pages/winter_camp/map.css?_=') }}" />
|
|
|
|
<style>
|
|
.fa-lg {
|
|
font-size: 1.33333em;
|
|
line-height: 24px;
|
|
vertical-align: -.0667em;
|
|
}
|
|
@media print {
|
|
html, body {
|
|
height: 99%;
|
|
}
|
|
}
|
|
.filterParent {
|
|
font-family: "IRANSansFaNum" !important;
|
|
}
|
|
.leaflet-popup-content {
|
|
width: 96px !important;
|
|
}
|
|
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
|
background: white;
|
|
color: #333;
|
|
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
|
|
font-family: IRANSansFaNum, sans-serif;
|
|
}
|
|
</style>
|
|
@endsection
|
|
@section('breadcrumb')
|
|
<nav class="breadcrumb-selfdesign">
|
|
<div class="container d-flex align-items-center justify-content-between">
|
|
<ul class="d-flex align-items-center">
|
|
<li class="breadcrumb-item-selfdesign"><a href="{{route('v2.dashboard')}}">داشبورد</a></li>
|
|
<i class="mr-2 fa fa-angle-left arrow-icon text-dark"></i>
|
|
<li class="breadcrumb-item-selfdesign"><a href="{{route('v2.winter_camp.create')}}">قرارگاه زمستانی (محور های انسدادی)</a></li>
|
|
<i class="mr-2 fa fa-angle-left arrow-icon text-dark"></i>
|
|
<li class="current breadcrumb-item-selfdesign">محور مسدودی بر روی نقشه</li>
|
|
</ul>
|
|
<a href="{{route('v2.winter_camp.create')}}" class="btn breadcrumb-back">بازگشت</a>
|
|
</div>
|
|
</nav>
|
|
@endsection
|
|
@section('content')
|
|
<div class="map-box">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
@endsection
|
|
@section('scripts-body')
|
|
<!-- datatables script -->
|
|
<script src="{{ asset('plugins/datatables/jquery.dataTables.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-bs4/js/dataTables.bootstrap4.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-buttons/js/dataTables.buttons.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-buttons/js/buttons.html5.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-buttons/js/buttons.print.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-responsive/js/dataTables.responsive.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/datatables-responsive/js/responsive.bootstrap4.min.js') }}"></script>
|
|
<!-- map script -->
|
|
<script src="{{ asset('dist/js/leaflet.js') }}"></script>
|
|
<script src="{{ asset('dist/js/leaflet.markercluster.js') }}"></script>
|
|
<script src="{{ asset('dist/js/leaflet-routing-machine.js') }}"></script>
|
|
<script src="{{ asset('dist/js/leaflet.printpreview.js') }}"></script>
|
|
<!-- input mask -->
|
|
<script src="{{ asset('plugins/inputmask/min/jquery.inputmask.bundle.min.js') }}"></script>
|
|
<!-- select2 script -->
|
|
<script src="{{ asset('plugins/select2/js/select2.full.min.js') }}"></script>
|
|
<!-- date picker script -->
|
|
<script src="{{ asset('dist/js/persian-datepicker.min.js?_=v1.2') }}"></script>
|
|
<script src="{{ asset('dist/js/persian-date.min.js') }}"></script>
|
|
<script src="{{ asset('plugins/moment/moment.min.js') }}"></script>
|
|
<script src="{{ asset('dist/js/jalali-moment.browser.js') }}"></script>
|
|
|
|
<script src="{{ asset('plugins/chart.js/Chart.min.js') }}"></script>
|
|
<!-- page script -->
|
|
<script src="{{ asset('version2/js/dashboard_pages/winter_camp/map.js?_='). mt_rand(1, 99999999999) }}"></script>
|
|
@endsection |