This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<form class="application standard-form framed">
<h2 class="divider">{{ localize "GAME.ReturnSetup" }}</h2>
<div class="form-group">
{{#if isAdmin }}
<p class="hint">{{ localize "JOIN.AuthAdmin" }}</p>
{{else}}
<label class="icon" data-tooltip="{{ localize 'SETUP.AdminPasswordLabel' }}">
<i class="fas fa-key"></i>
</label>
<input type="password" name="adminPassword" value="" placeholder="{{ localize 'SETUP.AdminPasswordLabel' }}"
autocomplete="current-password">
{{/if}}
</div>
<footer class="form-footer">
<button type="submit" class="bright">
<i class="fas fa-lock"></i>
<label>{{ localize "GAME.ReturnSetup" }}</label>
</button>
</footer>
</form>