Tombol Kembali

This commit is contained in:
TalithaSyakirah
2026-06-09 18:00:05 +07:00
parent e8b2a2d680
commit 5f46dd371c
5 changed files with 85 additions and 7 deletions
+23
View File
@@ -186,6 +186,29 @@ if (isset($_GET['action'])) {
</head>
<body>
<body>
<a href="../index.php"
style="
position: fixed;
top: 14px;
left: 58px;
z-index: 99999;
display: inline-flex;
align-items: center;
gap: 7px;
background: linear-gradient(135deg, #0d6efd, #0b5ed7);
color: #ffffff;
text-decoration: none;
padding: 10px 16px;
border-radius: 999px;
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: 700;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
border: 1px solid rgba(255,255,255,0.45);
">
← Kembali ke Halaman Utama
</a>
<div id="map"></div>
@@ -276,8 +276,33 @@ if (isset($_GET['action'])) {
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="../index.php"
style="
position: fixed;
top: 14px;
left: 58px;
z-index: 99999;
display: inline-flex;
align-items: center;
gap: 7px;
background: linear-gradient(135deg, #0d6efd, #0b5ed7);
color: #ffffff;
text-decoration: none;
padding: 10px 16px;
border-radius: 999px;
font-family: Arial, sans-serif;
font-size: 13px;
font-weight: 700;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
border: 1px solid rgba(255,255,255,0.45);
">
← Kembali ke Halaman Utama
</a>
<div id="map"></div>
<div id="formPanel" class="form-panel hidden">
<h3 id="formTitle">Form Data</h3>
+2
View File
@@ -950,6 +950,8 @@ $instansiLabel = current_instansi();
</div>
<div class="header-actions">
<a href="../index.php" class="btn-back-home">← Kembali</a>
<?php if ($loggedIn): ?>
<a href="dashboard.php">Dashboard</a>
<a href="?logout=1">Logout</a>
+20
View File
@@ -1609,4 +1609,24 @@ button:hover,
padding: 9px 15px !important;
font-size: 14px !important;
}
}
.btn-back-home {
background: rgba(255, 255, 255, 0.18) !important;
color: #ffffff !important;
border: 1px solid rgba(255, 255, 255, 0.35);
text-decoration: none;
border-radius: 12px;
padding: 10px 14px;
font-size: 13px;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.btn-back-home:hover {
background: #ffffff !important;
color: #0d6efd !important;
}
+15 -7
View File
@@ -150,7 +150,7 @@
<h1>WebGIS Poverty Mapping</h1>
<p>Tugas Besar Sistem Informasi Geografis</p>
<p><strong>Talitha Syakirah Artanti - D1041231013</strong></p>
<p>Informatika FT Universitas Tanjungpura</p>
<p>Informatika Fakultas Teknik Universitas Tanjungpura</p>
</section>
<main class="container">
@@ -188,11 +188,23 @@
<div class="info-box">
<strong>URL Landing Page:</strong><br>
<code>isi dengan URL Coolify setelah deploy</code>
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/</code>
<br><br>
<strong>URL Pemetaan SPBU:</strong><br>
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/1_Pemetaan_SPBU/</code>
<br><br>
<strong>URL Pemetaan SPBU, Jalan, Parsil Tanah dan Layer:</strong><br>
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/2_SPBU_Jalan_ParsilTanah_dan_Layer/</code>
<br><br>
<strong>URL Poverty Mapping:</strong><br>
<code>http://p0kog44sc08ocscwkgss8okw.203.24.51.230.sslip.io/3_PovertyMapping/</code>
<br><br>
<strong>Repository Gitea:</strong><br>
<code>isi dengan link repo Gitea kamu</code>
<code>https://git.ifuntanhub.dev/Talitha_Syakirah_Artanti/UAS_SIG_WEBGIS_TalithaSyakirahArtanti_D1041231013.git</code>
<br><br>
<strong>Catatan:</strong><br>
@@ -240,10 +252,6 @@
</table>
</div>
<div class="info-box">
<strong>Perhatian:</strong><br>
Jika username di database kamu berbeda, bagian tabel akun demo ini tinggal disesuaikan dengan akun yang benar.
</div>
</main>