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
65a7b1ce
Commit
65a7b1ce
authored
Mar 20, 2022
by
Muhamad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug sidebar, bug edit sekolah, puskesmas, bug delete terminal
parent
268fa26e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
8 deletions
+13
-8
API/__pycache__/urls.cpython-37.pyc
API/__pycache__/urls.cpython-37.pyc
+0
-0
API/__pycache__/views.cpython-37.pyc
API/__pycache__/views.cpython-37.pyc
+0
-0
API/views.py
API/views.py
+8
-5
Application/__pycache__/views.cpython-37.pyc
Application/__pycache__/views.cpython-37.pyc
+0
-0
static/js/scripts.js
static/js/scripts.js
+2
-0
static/js/scripts_js_m.js
static/js/scripts_js_m.js
+3
-3
No files found.
API/__pycache__/urls.cpython-37.pyc
View file @
65a7b1ce
No preview for this file type
API/__pycache__/views.cpython-37.pyc
View file @
65a7b1ce
No preview for this file type
API/views.py
View file @
65a7b1ce
...
...
@@ -1427,6 +1427,11 @@ def validatedit(request):
rem
=
remark
try
:
if
njkp
==
'NaN'
:
njkp
=
0
if
pbb
==
'NaN'
:
pbb
=
0
try
:
format
=
(
file
.
name
)
.
split
(
"."
)
num
=
random
.
randrange
(
1
,
10000000000000
)
...
...
@@ -1446,8 +1451,8 @@ def validatedit(request):
status
=
0
except
:
data
=
'
SORRY
'
info
=
'
hubungi orang terdekat
'
data
=
'
ERROR
'
info
=
'
Terdapat Kendala di server
'
status
=
1
respon
=
{
...
...
@@ -2762,8 +2767,6 @@ def editsekolah(request):
hasiledit
.
execute
(
"""select namobj, remark, luas_bangunan, luas_tanah, tinggi_bangunan, perangkat, gambar, alamat from geo_sarana_ibadah where id =
%
s"""
%
idsekolah
)
hasileditkantor
=
hasiledit
.
fetchall
()
data
=
hasileditkantor
[
0
]
data
=
{
'status'
:
'Success'
}
data
=
'SUCCESS'
info
=
'data telah diperbaharui'
...
...
Application/__pycache__/views.cpython-37.pyc
View file @
65a7b1ce
No preview for this file type
static/js/scripts.js
View file @
65a7b1ce
...
...
@@ -105,6 +105,8 @@ $("#button_keterangan").click(function() {
$
(
"
#button_unhide_panel
"
).
toggleClass
(
"
move-btn
"
);
$
(
"
#keterangan_button
"
).
css
(
"
background
"
,
"
#353847
"
)
$
(
"
#perbaikan_manage
"
).
css
(
"
background
"
,
"
#1E2233
"
)
$
(
"
#panel-sm
"
).
addClass
(
"
active
"
);
cek_layer_keterangan
=
1
cek_layer_perbaikan
=
0
...
...
static/js/scripts_js_m.js
View file @
65a7b1ce
...
...
@@ -4487,8 +4487,8 @@ var geo_po_terminal = L.geoJson(null, {
<h6 class="modal-title">Delete Point</h6>
</div>
<div class="modal-body" style="overflow-x: hidden;max-height: 300px;overflow-y: scroll;padding-left: 15px;">
<input style="display:none;" id="id_adm_del" type="text" class="form-control" value="`
+
feature
.
administrasi
.
f1
5
+
`"required>
<input style="display:none;" id="nama_table" type="text" class="form-control" value="geo_terminal" required>
<input style="display:none;" id="id_adm_del" type="text" class="form-control" value="`
+
feature
.
administrasi
.
f1
6
+
`"required>
<input style="display:none;" id="nama_table" type="text" class="form-control" value="geo_terminal
_bus
" required>
<div class="row" style="margin-top: 15px;">
<div class="form-group">
<label class="col-lg-3 control-label lbl-top" style="margin-top: 15px;">Nama Point</label>
...
...
@@ -4909,7 +4909,7 @@ var geo_po_cagar_budaya = L.geoJson(null, {
<h6 class="modal-title">Delete Point</h6>
</div>
<div class="modal-body" style="overflow-x: hidden;max-height: 300px;overflow-y: scroll;padding-left: 15px;">
<input style="display:none;" id="id_adm_del" type="text" class="form-control" value="`
+
feature
.
administrasi
.
f1
5
+
`"required>
<input style="display:none;" id="id_adm_del" type="text" class="form-control" value="`
+
feature
.
administrasi
.
f1
1
+
`"required>
<input style="display:none;" id="nama_table" type="text" class="form-control" value="geo_cagar_budaya" required>
<div class="row" style="margin-top: 15px;">
<div class="form-group">
...
...
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