Original Theme
This commit is contained in:
27
login/page-login.html
Normal file
27
login/page-login.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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}}/">
|
||||
Please identify yourself
|
||||
<br/><br/><br/><br/>
|
||||
{{hiddenInputs}}
|
||||
Username
|
||||
<input type="text" id="loginfield" name="{{loginFieldName}}" value=""/>
|
||||
<br/><br/>
|
||||
Password
|
||||
<input type="password" id="{{passwordFieldId}}" value=""/>
|
||||
<br/><br/>
|
||||
<br/><br/>
|
||||
<input type="submit" id="loginbutton" onclick="{{onLoginClick}}" value="log in"/>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user