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
38319c42
Commit
38319c42
authored
May 25, 2022
by
dani rusdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ucons
parent
508c3f8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
42 deletions
+18
-42
templates/includes/sidebar.html
templates/includes/sidebar.html
+18
-42
No files found.
templates/includes/sidebar.html
View file @
38319c42
...
...
@@ -50,7 +50,7 @@ background: none;border-color: transparent;">
</li>
<li
id=
"dashboard_e"
onmouseover=
"tooltipOver('Dashboard')"
onmouseout=
"tooltipOut('')"
>
<a
href=
"#panel-sm3"
data-toggle=
"tab"
aria-expanded=
"false"
class=
"side-bar-but"
id=
"e_dashboard"
>
<i
class=
"icon-
pie-chart5
"
></i>
<i
class=
"icon-
stats-bars
"
></i>
</a>
</li>
{% endif %}
...
...
@@ -878,35 +878,13 @@ background: none;border-color: transparent;">
padding-top: 9px;
padding-bottom: 9px;"
>
Dashboard
<a
class=
"heading-elements-toggle"
><i
class=
"icon-more"
></i></a></h6>
</div>
<div
class=
"bod"
style=
"display : none;margin-top: 10px;margin-left:6px;font-size: 12px;"
>
<div
style=
"color: white;"
>
<span>
Filter:
</span>
</div>
<div
class=
"form-group"
style=
"margin-top: 15px;width: 98%;"
>
<select
name=
"select"
id=
"sel-kec"
class=
"form-control input-sm"
style=
"background-color: #393E54;border-radius: 8px;border-color: #393E54;color: white;"
>
<option
value=
"all_kecamatan"
>
Pilih Kecamatan
</option>
{% for nama_kecamatan in kecamatan %}
<option
value=
"{{nama_kecamatan.administrasi.f1}}"
>
{{nama_kecamatan.administrasi.f2}}
</option>
{% endfor %}
</select>
</div>
<div
class=
"form-group"
style=
"margin-top: 15px;width: 98%;"
>
<select
name=
"select"
id=
"sel-desa"
class=
"form-control input-sm"
style=
"background-color: #393E54;border-radius: 8px;border-color: #393E54;color: white;"
>
<option
value=
"opt1"
>
Pilih Desa
</option>
</select>
</div>
</div>
</div>
</div>
<div
class=
"panel panel-flat "
id=
"perbaikan-dashboards"
style=
"background: #181B27;position: absolute;z-index: 9;width: 77%;height:100vh;left: 23%;transition: all 0.5s ease;color: white; border: none; overflow-y: scroll; "
>
<div
class=
"panel-body "
style=
"padding:14px 0px;"
>
<table
class=
"table table-responsive datatable-show-all table-sm bg-slate-610 list_perb"
id=
"list_perbaikan"
style=
"font-size : 8pt;padding:0px;border-top:0.5pt solid #343434;border-bottom:0.5pt solid #343434;margin-bottom: 10px;"
>
<div
class=
"container-detached"
>
<div
class=
"content-detached"
style=
"margin-top: 30px;"
>
...
...
@@ -927,8 +905,6 @@ background: none;border-color: transparent;">
</div>
</div>
</div>
</table>
</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