336 lines
13 KiB
HTML
336 lines
13 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="black">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>SecureCam Web Dashboard</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/daisyui@4.6.0/dist/full.min.css" rel="stylesheet" type="text/css" />
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Inter', sans-serif;
|
|
}
|
|
|
|
/* Custom Scrollbar */
|
|
::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: rgba(255, 255, 255, 0.1);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.glass-panel {
|
|
background: rgba(15, 15, 20, 0.7);
|
|
backdrop-filter: blur(16px);
|
|
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
.glass-card {
|
|
background: rgba(25, 25, 30, 0.6);
|
|
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
}
|
|
|
|
.btn-premium {
|
|
background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
|
|
border: none;
|
|
color: white;
|
|
transition: all 0.2s ease;
|
|
}
|
|
|
|
.btn-premium:hover {
|
|
transform: translateY(-1px);
|
|
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
|
|
}
|
|
|
|
.status-dot {
|
|
height: 8px;
|
|
width: 8px;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.status-online {
|
|
background-color: #10b981;
|
|
box-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
|
|
}
|
|
|
|
.status-offline {
|
|
background-color: #ef4444;
|
|
box-shadow: 0 0 8px rgba(239, 68, 68, 0.4);
|
|
}
|
|
|
|
@keyframes slideIn {
|
|
from {
|
|
transform: translateY(100%);
|
|
opacity: 0;
|
|
}
|
|
|
|
to {
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
.toast-enter {
|
|
animation: slideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body data-page="client" class="h-screen bg-[#0a0a0c] text-gray-200 overflow-hidden flex">
|
|
|
|
<!-- Toast Container -->
|
|
<div id="toast-container" class="toast toast-top toast-end z-50"></div>
|
|
|
|
<!-- MAIN APP SHELL -->
|
|
<div class="flex h-full w-full">
|
|
|
|
<!-- SIDEBAR NAVIGATION -->
|
|
<aside id="bottomNav"
|
|
class="w-20 lg:w-64 glass-panel border-r border-white/5 flex-col justify-between hidden h-full">
|
|
<!-- Logo Area -->
|
|
<div class="p-6 flex items-center justify-center lg:justify-start gap-3 border-b border-white/5">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- Nav Links -->
|
|
<nav class="flex-1 py-6 px-3 space-y-2">
|
|
<button
|
|
class="nav-btn w-full flex items-center gap-3 p-3 rounded-xl text-gray-400 hover:text-white hover:bg-white/5 transition-all data-[active=true]:text-white data-[active=true]:bg-blue-600/10 data-[active=true]:border data-[active=true]:border-blue-500/20 group"
|
|
data-target="home">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24"
|
|
stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
|
|
</svg>
|
|
<span class="font-medium hidden lg:block text-sm">Dashboard</span>
|
|
</button>
|
|
|
|
<button
|
|
class="nav-btn w-full flex items-center gap-3 p-3 rounded-xl text-gray-400 hover:text-white hover:bg-white/5 transition-all relative data-[active=true]:text-white data-[active=true]:bg-blue-600/10 data-[active=true]:border data-[active=true]:border-blue-500/20 group"
|
|
data-target="activity">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24"
|
|
stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
|
|
</svg>
|
|
<span class="font-medium hidden lg:block text-sm">Activity Feed</span>
|
|
<span id="notificationDot"
|
|
class="absolute lg:relative lg:top-auto lg:right-auto top-3 right-3 lg:ml-auto w-2 h-2 bg-red-500 rounded-full hidden"></span>
|
|
</button>
|
|
|
|
<button
|
|
class="nav-btn w-full flex items-center gap-3 p-3 rounded-xl text-gray-400 hover:text-white hover:bg-white/5 transition-all data-[active=true]:text-white data-[active=true]:bg-blue-600/10 data-[active=true]:border data-[active=true]:border-blue-500/20 group"
|
|
data-target="settings">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24"
|
|
stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" />
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
|
|
</svg>
|
|
<span class="font-medium hidden lg:block text-sm">Settings</span>
|
|
</button>
|
|
</nav>
|
|
</aside>
|
|
|
|
<!-- CONTENT AREA -->
|
|
<main class="flex-1 flex flex-col h-full overflow-hidden relative">
|
|
|
|
<!-- Top Bar -->
|
|
<header
|
|
class="h-16 shrink-0 border-b border-white/5 flex items-center justify-end px-6 relative z-10 glass-panel">
|
|
<div class="flex items-center gap-6">
|
|
<div id="connectionStatus" class="flex items-center gap-2">
|
|
<span class="status-dot status-offline transition-colors duration-300"></span>
|
|
<span class="text-xs text-gray-400 font-medium tracking-wide uppercase">OFFLINE</span>
|
|
</div>
|
|
|
|
<div class="h-6 w-px bg-white/10"></div>
|
|
|
|
<div id="authStatusBadge" class="flex items-center gap-2 text-sm text-gray-400">
|
|
<div
|
|
class="w-8 h-8 rounded-full bg-gray-800 flex items-center justify-center text-xs font-bold border border-white/10">
|
|
?</div>
|
|
<span class="hidden sm:inline">Signed Out</span>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- Pages -->
|
|
<div class="flex-1 overflow-y-auto p-4 md:p-8 lg:p-10 relative">
|
|
|
|
|
|
|
|
|
|
<!-- CLIENT DASHBOARD -->
|
|
<section id="screen-home-client" class="hidden flex-col gap-12 max-w-7xl mx-auto h-full">
|
|
|
|
<div class="flex justify-between items-center mb-4">
|
|
<h2 class="text-2xl font-bold text-white tracking-tight">Client Dashboard</h2>
|
|
<div class="flex gap-3">
|
|
<button id="linkCameraBtn"
|
|
class="btn btn-outline border-white/10 text-gray-300 hover:text-white hover:bg-white/5 rounded-xl gap-2 shadow-none">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
|
|
stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4" />
|
|
</svg>
|
|
Link Camera
|
|
</button>
|
|
<button id="refreshClientBtn"
|
|
class="btn btn-ghost btn-square rounded-xl bg-white/5 border border-white/5 hover:bg-white/10">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
|
|
stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Cameras -> Horizontal List -->
|
|
<div class="glass-card rounded-3xl border border-white/5 p-5 shrink-0 mb-4">
|
|
<h3 class="text-xs font-bold text-gray-400 uppercase tracking-wider mb-4">Your Cameras</h3>
|
|
<div id="linkedCamerasList" class="flex overflow-x-auto gap-4 pb-2 snap-x">
|
|
<!-- Populated by JS -->
|
|
<div class="w-full text-center py-6 bg-black/20 rounded-2xl border border-dashed border-white/10">
|
|
<p class="text-gray-500 text-sm">No cameras linked yet</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Theater Player Layout -->
|
|
<div class="flex flex-col xl:flex-row gap-8 flex-1 min-h-0">
|
|
|
|
<!-- Stream Viewer -->
|
|
<div id="clientStreamViewerWrapper"
|
|
class="flex-1 glass-card rounded-3xl overflow-hidden border border-white/10 flex flex-col shadow-xl min-h-[400px] hidden">
|
|
<div class="px-5 py-4 border-b border-white/5 bg-black/20 flex justify-between items-center">
|
|
<div class="flex items-center gap-3">
|
|
<span class="w-2 h-2 rounded-full bg-red-500 animate-[pulse_2s_ease-in-out_infinite] hidden"
|
|
id="clientLiveDot"></span>
|
|
<h3 class="font-medium text-white tracking-wide" id="clientStreamViewerTitle">Live Feed Viewer</h3>
|
|
</div>
|
|
<button id="closeStreamViewerBtn"
|
|
class="btn btn-ghost btn-sm btn-circle text-gray-400 hover:text-white">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
|
|
stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
|
|
<div id="clientStreamContainer" class="flex-1 bg-black relative flex items-center justify-center">
|
|
<!-- This video element receives the WebRTC stream -->
|
|
<video id="clientStreamVideo" class="absolute inset-0 w-full h-full object-contain hidden"
|
|
playsinline></video>
|
|
<img id="clientStreamImage" class="absolute inset-0 w-full h-full object-contain hidden" />
|
|
|
|
<div id="clientStreamPlaceholder" class="flex flex-col items-center gap-4 animate-pulse">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-gray-700" fill="none"
|
|
viewBox="0 0 24 24" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z">
|
|
</path>
|
|
</svg>
|
|
<p class="text-sm font-medium text-gray-500 tracking-wide uppercase">Select a camera to view</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Right Sidebar (Recordings) -->
|
|
<div class="xl:w-96 shrink-0 flex flex-col gap-6 overflow-y-auto pr-2">
|
|
|
|
<!-- Recordings -->
|
|
<div class="glass-card rounded-3xl border border-white/5 p-5 flex-1">
|
|
<h3 class="text-xs font-bold text-gray-400 uppercase tracking-wider mb-4">Recent Recordings</h3>
|
|
<div id="recordingsList" class="space-y-3">
|
|
<!-- Populated by JS -->
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
</div>
|
|
</main>
|
|
|
|
</div> <!-- End Main App Shell -->
|
|
|
|
<!-- Scripts -->
|
|
<script src="/socket.io/socket.io.js"></script>
|
|
<script src="/sim/mobile-sim.js" defer></script>
|
|
|
|
<!-- Recording Modal -->
|
|
<div id="recordingModal"
|
|
class="fixed inset-0 bg-[#0a0a0c]/90 backdrop-blur z-[100] hidden items-center justify-center p-4 lg:p-10">
|
|
<div
|
|
class="w-full max-w-4xl glass-card rounded-3xl p-6 space-y-4 shadow-2xl border border-white/10 flex flex-col max-h-[90vh]">
|
|
<div class="flex items-center justify-between shrink-0">
|
|
<h3 id="recordingModalTitle" class="text-lg font-semibold text-white tracking-wide">Recording Playback</h3>
|
|
<button id="recordingModalCloseBtn"
|
|
class="btn btn-square btn-ghost text-gray-400 hover:text-white rounded-xl hover:bg-white/10">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="flex-1 min-h-0 bg-black rounded-2xl overflow-hidden relative border border-white/5 shadow-inner">
|
|
<video id="recordingModalVideo" class="w-full h-full object-contain" controls playsinline></video>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|