mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
18 lines
656 B
Smarty
18 lines
656 B
Smarty
Please login for developer access.
|
|
</br>
|
|
<font color="red">${message}</font>
|
|
|
|
<form id='login' action='?action=developer&sai_mod=.SYSTEM.SAI.saimod_sys_login' method='post' accept-charset='UTF-8'>
|
|
<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" />
|
|
|
|
<input type='submit' name='Submit' value='Submit' />
|
|
</fieldset>
|
|
</form> |