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
1b750968
Commit
1b750968
authored
Oct 07, 2021
by
Muhamad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modal hide
parent
318a31cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
templates/includes/sidebar.html
templates/includes/sidebar.html
+12
-6
No files found.
templates/includes/sidebar.html
View file @
1b750968
...
...
@@ -28,11 +28,11 @@
<i
class=
"icon-pie-chart5"
></i>
</a>
</li>
<
!-- <
li style="margin-top: 60vh;position: absolute;">
<li
style=
"margin-top: 60vh;position: absolute;"
>
<a
href=
"#"
id=
"btn-hide-all"
class=
"side-bar-but"
style=
"position: absolute;margin-top: 20px; display: block!important;"
>
<i
class=
"icon-arrow-right13"
></i>
</a>
</li>
-->
</li>
</ul>
...
...
@@ -468,7 +468,7 @@
<td>
{{all.tgl_selesai}}
</td>
<td>
{{all.anggaran}}
</td>
<td
class=
"text-center "
>
<a
class=
"btn mdlFire "
onclick=
"loaddetailid( '{{all.id_object}}') "
data-toggle=
"modal"
data-target=
"#modal_detail_perbaikan
"
style=
"background-color: #5A9AFB;color: white;border-radius: 5px;width: 85px;height: 25px; "
>
<a
class=
"btn mdlFire "
onclick=
"loaddetailid( '{{all.id_object}}') "
data-toggle=
"modal"
data-target=
"#modal_detail_perbaikan"
style=
"background-color: #5A9AFB;color: white;border-radius: 5px;width: 85px;height: 25px; "
>
<div
style=
"margin-top: -5px; "
>
<i
class=
"icon-search4 text-muted text-size-base "
style=
"color: white;font-size: 10px; "
></i>
<span>
...
...
@@ -794,7 +794,7 @@
};
$
(
"
#tbody_perbaikan
"
).
html
(
data_perbaikan
)
datatatata
I
()
datatatata
()
}
...
...
@@ -845,7 +845,11 @@
}
$
(
"
#perbaikan_manage
"
).
click
(
function
()
{
$
(
"
.datatable-show-all.list_perb
"
).
dataTable
().
fnDestroy
();
setTimeout
(
function
()
{
datatatata
()
},
100
);
})
...
...
@@ -862,6 +866,8 @@
dataType
:
'
json
'
,
type
:
'
post
'
,
success
:
function
(
data
)
{
$
(
"
#modal_detail_perbaikan
"
).
modal
(
'
show
'
)
$
(
"
.map_detail_p
"
).
html
(
`<div id="map_detail_perbaikan" style=" position: relative; height: 220px; width: 90%; border-radius: 5px; ">`
)
var
map_detail_perbaikan
=
L
.
map
(
'
map_detail_perbaikan
'
,
{
...
...
@@ -1243,6 +1249,6 @@
}
function
destroymodper
()
{
$
(
"
#modal_detail_perbaikan
"
).
css
(
"
display
"
,
"
none
"
)
$
(
"
#modal_detail_perbaikan
"
).
modal
(
'
hide
'
)
}
</script>
\ No newline at end of file
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