mirror of
https://github.com/ulfgebhardt/system.git
synced 2026-02-06 09:55:45 +00:00
32 lines
1.5 KiB
Smarty
32 lines
1.5 KiB
Smarty
Please login for developer access.
|
|
</br>
|
|
|
|
<form class="textbox" style="padding:10px" id="login_form">
|
|
<div class="control-group">
|
|
<div class="controls">
|
|
<input type="text"
|
|
size="30"
|
|
style="margin-bottom: 15px;"
|
|
id="bt_login_user"
|
|
placeholder="${loginUsername}"
|
|
minlength="3" data-validation-minlength-message="${login_username_too_short}"
|
|
maxlength="16" data-validation-maxlength-message="${login_username_too_long}"
|
|
required data-validation-required-message="${login_username_required}"/>
|
|
</div>
|
|
<div class="controls">
|
|
<input type="password"
|
|
size="30"
|
|
style="margin-bottom: 15px;"
|
|
id="bt_login_password"
|
|
placeholder="${loginPassword}"
|
|
minlength="5" data-validation-minlength-message="${login_password_too_short}"
|
|
maxlength="16" data-validation-maxlength-message="${login_password_too_short}"
|
|
required data-validation-required-message="${login_password_required}"/>
|
|
</div>
|
|
<div class="help-block"></div>
|
|
<input type="hidden" />
|
|
<button class="btn btn-primary" style="clear: left; height: 32px; font-size: 13px;"
|
|
type="submit"
|
|
id="login_submit">${login}</button>
|
|
</div>
|
|
</form> |