1
0

Deutsche Übersetzung (Teils)

This commit is contained in:
Akamaru
2025-09-17 21:59:09 +02:00
parent 02a357b0e4
commit b6acfa85fb
6 changed files with 33 additions and 32 deletions

View File

@@ -10,17 +10,17 @@
<div id="banner"></div>
<form id="{{formId}}" method="POST" action="{{rootPath}}/">
Please identify yourself
Bitte identifiziere dich
<br/><br/><br/><br/>
{{hiddenInputs}}
Username
Benutzername
<input type="text" id="loginfield" name="{{loginFieldName}}" value=""/>
<br/><br/>
Password
Passwort
<input type="password" id="{{passwordFieldId}}" value=""/>
<br/><br/>
<br/><br/>
<input type="submit" id="loginbutton" onclick="{{onLoginClick}}" value="log in"/>
<input type="submit" id="loginbutton" onclick="{{onLoginClick}}" value="anmelden"/>
</form>
</body>
</html>