-
Notifications
You must be signed in to change notification settings - Fork 0
/
adminfoto.php
201 lines (186 loc) · 10.6 KB
/
adminfoto.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?php
include "./koneksi.php";
session_start();
if (!isset($_SESSION['userid'])) {
header("location:login.php");
}
function getUserProfile($conn, $userid)
{
$query = mysqli_query($conn, "SELECT * FROM user WHERE userid = $userid");
return mysqli_fetch_assoc($query);
}
$user = isset($_SESSION['userid']) ? getUserProfile($conn, $_SESSION['userid']) : null;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Halaman Foto</title>
<link rel="stylesheet" href="./css/all.min.css">
<link rel="stylesheet" href="./css/fontawesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.0.2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="font-sans bg-gray-100">
<?php include 'adminnavbar.php'; ?>
<div class=" p-4">
<h1 class="text-3xl text-center text-gray-800">Halaman Foto</h1>
<p class="text-center mt-2">Selamat datang <b>
<?= $_SESSION['namalengkap'] ?>
</b></p>
</div>
<div class="container mx-auto">
<button id="btnTambahfoto" class="fixed bottom-10 right-10 z-50 text-white bg-gray-400 p-4 rounded-full hover:bg-gray-600 hover:text-blue-400 shadow-lg">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-cloud-arrow-up-fill" viewBox="0 0 16 16">
<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2m2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0z"/>
</svg>
</button>
<!-- Main modal -->
<div id="formModal" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed inset-0 z-50 flex items-center justify-center w-full h-full">
<div class="relative p-4 w-full max-w-md">
<!-- Modal content -->
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700">
<!-- Modal header -->
<div class="flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600">
<h3 class="text-xl font-semibold text-gray-900 dark:text-white">
Tambah Foto
</h3>
<button type="button" class="end-2.5 text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 ms-auto inline-flex justify-center items-center dark:hover:bg-gray-600 dark:hover:text-white" id="closeModal">
<svg class="w-3 h-3" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"/>
</svg>
<span class="sr-only">Close modal</span>
</button>
</div>
<!-- Modal body -->
<div class="p-4 md:p-5">
<form id="formTambahfoto" action="tambah_foto.php" method="post" enctype="multipart/form-data" class="space-y-4">
<div>
<label for="judulfoto" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Judul Foto</label>
<input type="text" name="judulfoto" id="judulfoto" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" placeholder="Masukkan judul foto" required />
</div>
<div>
<label for="deskripsifoto" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Deskripsi Foto</label>
<input type="text" name="deskripsifoto" id="deskripsifoto" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" placeholder="Masukkan deskripsi foto" required />
</div>
<div>
<label for="lokasifile" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Lokasi File</label>
<input type="file" name="lokasifile" id="lokasifile" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white" required />
</div>
<div>
<label for="albumid" class="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Album</label>
<select name="albumid" id="albumid" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-600 dark:border-gray-500 dark:placeholder-gray-400 dark:text-white">
<?php
include "koneksi.php";
$userid=$_SESSION['userid'];
$sql=mysqli_query($conn,"select * from album where userid='$userid'");
while($data=mysqli_fetch_array($sql)){
?>
<option value="<?=$data['albumid']?>"><?=$data['namaalbum']?></option>
<?php
}
?>
</select>
</div>
<button type="submit" class="w-full text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Tambah Foto</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="container mx-auto mt-8 p-4 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<?php
include "koneksi.php";
$userid = $_SESSION['userid'];
$sql = mysqli_query($conn, "SELECT * FROM foto,album WHERE foto.userid='$userid' AND foto.albumid=album.albumid ORDER BY foto.tanggalunggah DESC");
while ($data = mysqli_fetch_array($sql)) {
?>
<div
class="bg-white border rounded-md overflow-hidden shadow-md transform transition-transform ease-in-out hover:scale-105 relative">
<!-- Container untuk gambar -->
<div class="relative" style="padding-bottom: 56.25%;">
<!-- Padding bottom 56.25% untuk membuat rasio 16:9 -->
<a href="detail.php?fotoid=<?= $data['fotoid'] ?>">
<img src="gambar/<?= $data['lokasifile'] ?>" alt="<?= $data['judulfoto'] ?>"
class="absolute inset-0 w-full h-full object-cover rounded-md">
</a>
</div>
<!-- Container untuk teks -->
<div class="p-4">
<div class="text-lg font-bold mb-2">
<?= $data['judulfoto'] ?>
</div>
<p class="text-sm text-gray-700 mb-2">
<?= $data['deskripsifoto'] ?>
</p>
<p class="text-sm text-gray-700 mb-2">
<?= $data['tanggalunggah'] ?>
</p>
<p class="text-sm text-gray-700 mb-2">Album:
<?= $data['namaalbum'] ?>
</p>
<p class="text-sm text-gray-700 mb-2">Disukai:
<?php
$fotoid = $data['fotoid'];
$sql2 = mysqli_query($conn, "select * from likefoto where fotoid='$fotoid'");
echo mysqli_num_rows($sql2);
?>
</p>
<div class="flex justify-between items-center mt-4">
<a href="javascript:void(0);" class="text-red-500 hover:underline" onclick="confirmDelete('hapus_foto.php?fotoid=<?= $data['fotoid'] ?>')"><i class="fa-solid fa-trash"></i></a>
<a href="edit_foto.php?fotoid=<?= $data['fotoid'] ?>" class="text-blue-500 hover:underline"><i
class="fa-solid fa-pen-to-square"></i></a>
</div>
</div>
</div>
<?php
}
?>
</div>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script>
// Show the modal when the button is clicked
document.getElementById("btnTambahfoto").addEventListener("click", function() {
document.getElementById("formModal").classList.remove("hidden");
});
// Close the modal when the close button is clicked
document.getElementById("closeModal").addEventListener("click", function() {
document.getElementById("formModal").classList.add("hidden");
});
// Close the modal when clicking outside of the modal content
document.getElementById("formModal").addEventListener("click", function(event) {
if (event.target == this) {
document.getElementById("formModal").classList.add("hidden");
}
});
// Form validation
document.getElementById("formTambahfoto").addEventListener("submit", function(event) {
var judulfoto = document.getElementById("judulfoto").value.trim();
var deskripsifoto = document.getElementById("deskripsifoto").value.trim();
var lokasifile = document.getElementById("lokasifile").value.trim();
if (judulfoto === '' || deskripsifoto === '' || lokasifile === '') {
alert("Semua kolom harus diisi.");
event.preventDefault();
}
});
// SweetAlert2 delete confirmation
function confirmDelete(url) {
Swal.fire({
title: 'Are you sure?',
text: "You won't be able to revert this!",
icon: 'warning',
showCancelButton: true,
confirmButtonColor: '#3085d6',
cancelButtonColor: '#d33',
confirmButtonText: 'Yes, delete it!',
cancelButtonText: 'Cancel'
}).then((result) => {
if (result.isConfirmed) {
window.location.href = url;
}
});
}
</script>
</body>
</html>