2013-05-21 12:40:49 +02:00

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>