mirror of
https://github.com/ulfgebhardt/system.git
synced 2026-02-06 09:55:45 +00:00
22 lines
603 B
Smarty
22 lines
603 B
Smarty
Please login for developer access.
|
|
</br>
|
|
<font color="red">
|
|
<span id="loginStatusMsg"></span>
|
|
</font>
|
|
|
|
|
|
<fieldset>
|
|
<legend>Login</legend>
|
|
<input type='hidden' name='submitted' id='submitted' value='1'/>
|
|
|
|
<label for='username' >Username:</label>
|
|
<input type='text' name='username' id='username' maxlength="50" />
|
|
|
|
<label for='password' >Password:</label>
|
|
<input type='password' name='password' id='password' maxlength="50" />
|
|
<br />
|
|
<button class="btn btn-primary" id="submitButton">Login</button>
|
|
</fieldset>
|
|
|
|
|
|
<script src="login.js" type="text/javascript"></script> |