Deutsche Übersetzung (Teils)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user