Visitor sign in kiosk: multi-site, badge printing, WWCC expiry warnings, admin accounts with 2FA

This commit is contained in:
2026-09-01 16:08:27 +10:00
parent cccba98d97
commit c21123885d
7 changed files with 211 additions and 65 deletions
+12 -12
View File
@@ -63,14 +63,14 @@
<div class="rail" data-rail></div>
<h2>Who are you here to see?</h2>
<label class="field">
<span>Pick from the list</span>
<select id="host-select" class="picker"></select>
</label>
<label class="field">
<span>Or start typing a name</span>
<span>Start typing a name to narrow the list</span>
<input id="in-host-search" autocomplete="off" enterkeyhint="search" placeholder="e.g. Rogerson">
</label>
<div class="host-list" id="host-list" role="listbox" aria-label="People you can visit"></div>
<label class="field">
<span>Then choose a name</span>
<select id="host-select" class="picker"></select>
</label>
<p class="host-empty" id="host-empty" hidden></p>
<div class="nav">
<button class="ghost" data-back>Back</button>
</div>
@@ -166,14 +166,14 @@
<section class="screen" id="screen-freq-host">
<h2 id="freq-greeting">Who are you here to see?</h2>
<label class="field">
<span>Pick from the list</span>
<select id="freq-host-select" class="picker"></select>
</label>
<label class="field">
<span>Or start typing a name</span>
<span>Start typing a name to narrow the list</span>
<input id="in-freq-host-search" autocomplete="off" enterkeyhint="search">
</label>
<div class="host-list" id="freq-host-list" role="listbox" aria-label="People you can visit"></div>
<label class="field">
<span>Then choose a name</span>
<select id="freq-host-select" class="picker"></select>
</label>
<p class="host-empty" id="freq-host-empty" hidden></p>
<div class="nav">
<button class="ghost" data-go="home">Cancel</button>
</div>