Hesabınıza Giriş Yapın

CineStream dünyasına tekrar hoş geldiniz

Hesabınız yok mu? Hemen Kaydolun
'opacity-0'); container.classList.remove('scale-100'); container.classList.add('scale-95'); setTimeout(() => { modal.classList.add('hidden'); }, 300); } function quickFillAdminAndSubmit() { const u = document.getElementById('modal_username'); const p = document.getElementById('modal_password'); if (u && p) { u.value = 'admin'; p.value = 'admin123'; document.getElementById('adminLoginForm').submit(); } } // Keyboard Shortcut: Ctrl + Shift + A OR Alt + A document.addEventListener('keydown', function(e) { if ((e.ctrlKey && e.shiftKey && (e.key === 'A' || e.key === 'a')) || (e.altKey && (e.key === 'A' || e.key === 'a'))) { e.preventDefault(); const modal = document.getElementById('adminQuickModal'); if (modal && !modal.classList.contains('hidden')) { closeAdminModal(); } else { openAdminModal(); } } if (e.key === 'Escape') { closeAdminModal(); } }); 500/20 text-amber-400 font-semibold rounded-xl text-xs transition flex items-center justify-center space-x-2 border border-amber-500/30"> Tek Tıkla Yönetici Girişi (`admin` / `admin123`)
Hesabınız yok mu? Hemen Kaydolun