Файловый менеджер - Редактировать - /home/gqdcvggs/hizhat.com/includes.zip
Назад
PK O �[IO�� � $ modals/delete_confirmation_modal.phpnu �[��� <div id="deleteModal" class="fixed inset-0 bg-black/95 backdrop-blur-sm hidden z-50"> <div class="min-h-screen flex items-center justify-center p-4"> <div class="bg-gray-800/50 backdrop-blur-sm rounded-2xl w-full max-w-md p-6"> <h3 class="text-xl font-bold mb-4">Delete Video</h3> <p class="text-gray-300 mb-6"> Are you sure you want to delete "<span id="deleteVideoName"></span>"? This action cannot be undone. </p> <div class="flex gap-4"> <form method="POST" class="flex-1"> <input type="hidden" name="video_id" id="deleteVideoId"> <button type="submit" name="delete_video" class="w-full bg-red-600 hover:bg-red-700 px-4 py-2 rounded-lg transition-colors"> Delete </button> </form> <button onclick="closeDeleteModal()" class="flex-1 bg-gray-700 hover:bg-gray-600 px-4 py-2 rounded-lg transition-colors"> Cancel </button> </div> </div> </div> </div>PK O �[O�y�� � modals/video_modal.phpnu �[��� <div id="videoModal" class="fixed inset-0 bg-black/95 backdrop-blur-sm hidden z-50 overflow-y-auto"> <div class="min-h-screen flex items-center justify-center p-4"> <div class="bg-gray-800/50 backdrop-blur-sm rounded-2xl w-full max-w-5xl"> <div class="p-6"> <div class="flex justify-between items-center mb-4"> <h3 id="modalVideoTitle" class="text-2xl font-bold"></h3> <button onclick="closeVideoModal()" class="text-gray-400 hover:text-white p-2 rounded-full hover:bg-white/10 transition-colors"> <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/> </svg> </button> </div> <div class="relative bg-gray-900 rounded-xl overflow-hidden aspect-video mb-6"> <div id="modalVideo" class="w-full h-full"></div> </div> <div class="space-y-4"> <div id="modalVideoStats"></div> <p id="modalVideoDescription" class="text-gray-300 whitespace-pre-wrap"></p> </div> </div> </div> </div> </div>PK O �[`E�� � modals/photo_modal.phpnu �[��� <div id="photoModal" class="fixed inset-0 bg-black/95 backdrop-blur-sm hidden z-50"> <div class="absolute inset-0 flex items-center justify-center p-4"> <button onclick="closePhotoModal()" class="absolute top-4 right-4 text-white/70 hover:text-white p-2 rounded-full hover:bg-white/10 transition-colors"> <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/> </svg> </button> <div class="max-w-5xl w-full"> <img id="modalPhoto" src="" alt="" class="w-full h-auto max-h-[80vh] object-contain rounded-lg"> <div class="mt-4"> <p id="modalCaption" class="text-lg"></p> <p id="modalDate" class="text-gray-400 text-sm mt-2"></p> </div> </div> </div> </div>PK O �[���/s s modals/upload_photo_modal.phpnu �[��� <div id="uploadPhotoModal" class="fixed inset-0 bg-black/95 backdrop-blur-sm hidden z-50"> <div class="min-h-screen flex items-center justify-center p-4"> <div class="bg-gray-800/50 backdrop-blur-sm rounded-2xl w-full max-w-lg"> <form method="POST" enctype="multipart/form-data" class="p-6"> <div class="flex justify-between items-center mb-6"> <h3 class="text-2xl font-bold">Upload Photo</h3> <button type="button" onclick="this.closest('#uploadPhotoModal').classList.add('hidden')" class="text-gray-400 hover:text-white p-2 rounded-full hover:bg-white/10 transition-colors"> <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/> </svg> </button> </div> <div class="space-y-6"> <div> <label class="block text-gray-300 text-sm font-bold mb-2">Photo</label> <input type="file" name="photo" accept="image/*" required class="w-full bg-gray-900/50 backdrop-blur-sm border-0 rounded-xl p-4 text-gray-300"> </div> <div> <label class="block text-gray-300 text-sm font-bold mb-2">Caption</label> <textarea name="caption" rows="3" class="w-full bg-gray-900/50 backdrop-blur-sm border-0 rounded-xl p-4 text-white resize-none" placeholder="Add a caption to your photo..."></textarea> </div> <button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 rounded-xl transition-colors"> Upload Photo </button> </div> </form> </div> </div> </div>PK O �[IO�� � $ modals/delete_confirmation_modal.phpnu �[��� PK O �[O�y�� � modals/video_modal.phpnu �[��� PK O �[`E�� � � modals/photo_modal.phpnu �[��� PK O �[���/s s � modals/upload_photo_modal.phpnu �[��� PK m �
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка