1
0
Files
Ubooquity-Simple-Dark-Theme/login/page-login.html
2025-09-17 21:59:09 +02:00

28 lines
669 B
HTML

<!doctype html>
<html>
<head>
{{>common/inc-header.html}}
<link rel="stylesheet" type="text/css" href="{{rootPath}}/theme/login/login.css"/>
</head>
<body>
{{loginScripts}}
<div id="banner"></div>
<form id="{{formId}}" method="POST" action="{{rootPath}}/">
Bitte identifiziere dich
<br/><br/><br/><br/>
{{hiddenInputs}}
Benutzername
<input type="text" id="loginfield" name="{{loginFieldName}}" value=""/>
<br/><br/>
Passwort
<input type="password" id="{{passwordFieldId}}" value=""/>
<br/><br/>
<br/><br/>
<input type="submit" id="loginbutton" onclick="{{onLoginClick}}" value="anmelden"/>
</form>
</body>
</html>