Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OKU-GIS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhamad
OKU-GIS
Commits
48ecc587
Commit
48ecc587
authored
Jul 07, 2021
by
Manggar Mahardhika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
0809dfd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
149 additions
and
294 deletions
+149
-294
static/css/plugin.css
static/css/plugin.css
+1
-1
templates/includes/navbar.html
templates/includes/navbar.html
+148
-293
No files found.
static/css/plugin.css
View file @
48ecc587
...
...
@@ -1073,7 +1073,7 @@
content
:
""
;
display
:
inline-block
;
position
:
absolute
;
top
:
65
px
;
top
:
22
px
;
width
:
16px
;
transform
:
translateY
(
-50%
);
-webkit-transform
:
translateY
(
-50%
);
...
...
templates/includes/navbar.html
View file @
48ecc587
...
...
@@ -42,121 +42,7 @@
</div>
<div
class=
"fixed-plugin"
style=
"position: absolute;z-index: 999;top: 60px;"
>
<div
class=
"dropdown show-dropdown"
>
<a
href=
"#"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-cog fa-2x"
>
</i>
</a>
<ul
class=
"dropdown-menu"
style=
"left: -700!important;"
>
<li
class=
"header-title"
>
Sidebar Filters
</li>
<div
class=
"dropdown-content-body"
>
<div
class=
"row text-center"
>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"OpenStreetMap"
>
<img
src=
"{% static 'img/maps/osm.PNG' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
Google Street
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3 align-center"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"WorldImagery"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
World Imagery
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"BingSatellite"
>
<img
src=
"{% static 'img/maps/bing.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
Bing Satellite
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"GoogleSatellite"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
Google Satellite
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"OpenStreetMap"
>
<img
src=
"{% static 'img/maps/osm.PNG' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
Google Street
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3 align-center"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"WorldImagery"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
World Imagery
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"BingSatellite"
>
<img
src=
"{% static 'img/maps/bing.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
Bing Satellite
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"GoogleSatellite"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading"
>
Google Satellite
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</ul>
</div>
</div>
<div
class=
"fixed-plugin"
style=
"position: absolute;z-index: 999;"
>
<div
class=
"dropdown show-dropdown"
>
<a
href=
"#"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-map-o fa-2x"
style=
"color: #FFFFFF;
...
...
@@ -164,7 +50,7 @@
border-radius: 0 0 6px 6px;
width: auto;"
>
</i>
</a>
<ul
class=
"dropdown-menu"
style=
"
width:470px!important;left:480px!important
"
>
<ul
class=
"dropdown-menu"
style=
"
float: right; position: absolute; margin-left: -757px !important; margin-top: -34px !important;
"
>
<li
class=
"header-title"
>
Sidebar Filters
</li>
<!-- <div id="sidebar" onmouseleave="overll()">
<div class="sidebar-wrapper">
...
...
@@ -176,7 +62,7 @@
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"geo_tuplah"
onclick=
"geotuplah()"
style=
"margin-top:2px;"
>
l
ahan
L
ahan
</label>
</div>
<div
class=
"checkbox"
>
...
...
@@ -199,124 +85,166 @@
Sungai
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<ul
id=
"myUL"
>
<li>
<div
class=
"ceret"
>
<div
class=
"ceret"
>
<label>
<input
type=
"checkbox"
id=
"batas_all"
onclick=
"batasall()"
style=
"margin-top:2px;"
>
Batas Teritori
</label>
</div>
<ul
class=
"nasted"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"batas_
all"
onclick=
"batasall
()"
style=
"margin-top:2px;"
>
Batas Teritori
<input
type=
"checkbox"
id=
"batas_
kota"
onclick=
"bataskota
()"
style=
"margin-top:2px;"
>
Batas Kabupaten/Kota
</label>
</div>
<ul
class=
"nasted"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"batas_kota"
onclick=
"bataskota()"
style=
"margin-top:2px;"
>
Batas Kabupaten/Kota
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"batas_kec"
onclick=
"bataskec()"
style=
"margin-top:2px;"
>
Batas Kecamatan
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"batas_kec"
onclick=
"bataskec()"
style=
"margin-top:2px;"
>
Batas Kecamatan
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"batas_desa"
onclick=
"batasdesa()"
style=
"margin-top:2px;"
>
Batas Desa/Kelurahan
</label>
</div>
</ul>
</li>
<li>
<div
class=
"ceret"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"
po_all"
onclick=
"gas_all()"
value=
"BLACK"
class=
"checkboxOccInfo"
name=
"checkOccInfo
"
style=
"margin-top:2px;"
>
Point
<input
type=
"checkbox"
id=
"
batas_desa"
onclick=
"batasdesa()
"
style=
"margin-top:2px;"
>
Batas Desa/Kelurahan
</label>
</div>
</ul>
</div>
<div
class=
"col-md-6"
>
<div
class=
"ceret"
>
<label>
<input
type=
"checkbox"
id=
"po_all"
onclick=
"gas_all()"
value=
"BLACK"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Point
</label>
</div>
<ul
class=
"nasted"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"knt_adm"
onclick=
"k_adm()"
value=
"BLACK"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Kantor Administrasi
</label>
</div>
<ul
class=
"nasted"
>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"knt_adm"
onclick=
"k_adm()"
value=
"BLACK"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Kantor Administrasi
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"lyn_kes"
onclick=
"l_kes()"
value=
"RED"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Layanan Kesehatan
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"lyn_kes"
onclick=
"l_kes()"
value=
"RED"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Layanan Kesehatan
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"pus"
onclick=
"pks()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Puskesmas
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"rusak"
onclick=
"rs()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Rumah Sakit
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"ibdh"
onclick=
"fiksi()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Sarana Ibadah
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"dididik"
onclick=
"didik()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Sarana Pendidikan
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"pom_bengsin"
onclick=
"pom_mini()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
SPBU
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"tasiun"
onclick=
"sthall()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Stasiun
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"caheum"
onclick=
"temanggung()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Terminal Bus
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"cabud"
onclick=
"cb100()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Cagar Budaya dan Pariwisata
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"gardu"
onclick=
"gl100()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Gardu Listrik
</label>
</div>
</ul>
</li>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"pus"
onclick=
"pks()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Puskesmas
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"rusak"
onclick=
"rs()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Rumah Sakit
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"ibdh"
onclick=
"fiksi()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Sarana Ibadah
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"dididik"
onclick=
"didik()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Sarana Pendidikan
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"pom_bengsin"
onclick=
"pom_mini()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
SPBU
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"tasiun"
onclick=
"sthall()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Stasiun
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"caheum"
onclick=
"temanggung()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Terminal Bus
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"cabud"
onclick=
"cb100()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Cagar Budaya dan Pariwisata
</label>
</div>
<div
class=
"checkbox"
>
<label>
<input
type=
"checkbox"
id=
"gardu"
onclick=
"gl100()"
value=
"YELLOW"
class=
"checkboxOccInfo"
name=
"checkOccInfo"
style=
"margin-top:2px;"
>
Gardu Listrik
</label>
</div>
</ul>
</div>
</div>
</ul>
</div>
</div>
<div
class=
"fixed-plugin"
style=
"position: absolute;z-index: 999;"
>
<div
class=
"dropdown show-dropdown"
>
<a
href=
"#"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-cog fa-2x"
>
</i>
</a>
<ul
class=
"dropdown-menu"
x-placement=
"bottom-start"
style=
"float: right; position: absolute; margin-left: -757px !important; margin-top: -35px !important;"
>
<li
class=
"header-title"
>
Maps BaseLayer
</li>
<div
class=
"dropdown-content-body"
>
<div
class=
"row text-center"
>
<div
class=
"col-md-3"
style=
"margin-top: 2px;"
>
<ul
class=
"menu-list"
>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"OpenStreetMap"
>
<img
src=
"{% static 'img/maps/osm.PNG' %}"
alt=
""
style=
"min-width: 180px; min-height:20px;"
>
<span
class=
"menu-heading"
>
Google Street
</span>
</a>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"WorldImagery"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"min-width: 180px; min-height:20px;"
>
<span
class=
"menu-heading"
>
World Imagery
</span>
</a>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"BingSatellite"
>
<img
src=
"{% static 'img/maps/bing.png' %}"
alt=
""
style=
"min-width: 180px; min-height:20px;"
>
<span
class=
"menu-heading"
>
Bing Satellite
</span>
</a>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"GoogleSatellite"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"min-width: 180px; min-height:20px;"
>
<span
class=
"menu-heading"
>
Google Satellite
</span>
</a>
</ul>
</div>
</div>
</div>
</ul>
</div>
</div>
...
...
@@ -348,80 +276,7 @@
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
class=
"dropdown mega-menu mega-menu-wide"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
><i
class=
"icon-map4 position-left"
></i>
Baselayer
<span
class=
"caret"
></span></a>
<div
class=
"dropdown-menu dropdown-content"
style=
"z-index: 99999;"
>
<div
class=
"dropdown-content-body"
>
<div
class=
"row text-center"
>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"OpenStreetMap"
>
<img
src=
"{% static 'img/maps/osm.PNG' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading underlined"
>
Google Street
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3 align-center"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"WorldImagery"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading underlined"
>
World Imagery
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"BingSatellite"
>
<img
src=
"{% static 'img/maps/bing.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading underlined"
>
Bing Satellite
</span>
</a>
</li>
</ul>
</div>
<div
class=
"col-md-3"
>
<ul
class=
"menu-list"
>
<li>
<a
href=
"#"
data-toggle=
"collapse"
data-target=
".navbar-collapse.in"
id=
"GoogleSatellite"
>
<img
src=
"{% static 'img/maps/esri.png' %}"
alt=
""
style=
"max-width: 180px; max-height:180px;"
>
<span
class=
"menu-heading underlined"
>
Google Satellite
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li
class=
"dropdown"
>
<li
class=
"dropdown "
>
<a
href=
"#"
id=
"sid"
class=
"dropdown-toggle"
>
<i
class=
"icon-cog3"
></i>
<span
class=
"visible-xs-inline-block position-right"
>
Share
</span>
</span>
Overlay
<span
class=
"caret"
></span>
</a>
<a
href=
"#"
id=
"offsid"
class=
"dropdown-toggle"
style=
"display: none;"
>
<i
class=
"icon-cog3"
></i>
<span
class=
"visible-xs-inline-block position-right"
>
Share
</span>
</span>
Overlay
<span
class=
"caret"
></span>
</a>
<ul>
</ul>
</li>
</li>
</ul>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment