notXCS/public/preview/index.html
2026-07-02 15:08:59 +00:00

36 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html><head><link rel="stylesheet" href="http://localhost:8931/css/style.css">
<style>body{background:#0b0d11;padding:20px;color:#fff}</style>
</head>
<body>
<h3 style="color:#eee">Readers</h3>
<div class="readers-grid" style="max-width:700px">
<div class="reader-card">
<div class="reader-name">Test A</div>
<div class="reader-id">1111</div>
<div class="field"><span>Enabled</span><input type="checkbox" checked></div>
<div class="field"><span>Armed</span><input type="checkbox"></div>
<div class="field"><span>Unlock time (s)</span><input type="number" value="8"></div>
<div class="actions">
<button class="secondary">Save</button>
<button class="secondary">Manage access</button>
<button class="secondary">View logs</button>
<button class="danger">Delete</button>
</div>
</div>
<div class="reader-card">
<div class="reader-name">Test B</div>
<div class="reader-id">2222</div>
<div class="field"><span>Enabled</span><input type="checkbox" checked></div>
<div class="field"><span>Armed</span><input type="checkbox"></div>
<div class="field"><span>Unlock time (s)</span><input type="number" value="8"></div>
<div class="actions">
<button class="secondary">Save</button>
<button class="secondary">Manage access</button>
<button class="secondary">View logs</button>
<button class="danger">Delete</button>
</div>
</div>
</div>
</body></html>