Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1419 → Rev 1420

/branches/v3/impl/src/web/auth/index.jsp
21,11 → 21,11
<form role="form" action="<%=request.getContextPath()%><%=Globals.SYSTEM_REDIRECTIONS_POLICY_AUTHENTICATION_ACTION%>" method="post">
<input type="hidden" name="dispatch" value="login">
<div class="form-group">
<label for="login"><jomm:messageConfigKey config="authentication.policy.username.msg.key"/></label>
<label for="login" style="padding-bottom: 2px"><jomm:messageConfigKey config="authentication.policy.username.msg.key"/></label>
<input type="text" class="form-control" id="login" name="username"/>
</div>
<div class="form-group">
<label for="pwd"><jomm:messageConfigKey config="authentication.policy.password.msg.key"/></label>
<label for="pwd" style="padding-bottom: 2px"><jomm:messageConfigKey config="authentication.policy.password.msg.key"/></label>
<input type="password" class="form-control" id="pwd" name="password"/>
</div>
<button type="submit" class="btn btn-default"><bean:message key="submit"/></button>