Subversion Repositories bacoAlunos

Rev

Rev 1420 | Rev 1664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1420 Rev 1421
Line 13... Line 13...
13
                <div class="alert alert-info" role="alert">${UserSession.nowConfiguration.openInfoIntranet}</div>
13
                <div class="alert alert-info" role="alert">${UserSession.nowConfiguration.openInfoIntranet}</div>
14
            </div>
14
            </div>
15
        </div>
15
        </div>
16
    </logic:notEmpty>
16
    </logic:notEmpty>
17
    <div class="row">
17
    <div class="row">
18
        <div class="col-sm-6">
18
        <div class="col-sm-12">
19
            <html:errors/>
19
            <html:errors/>
20
            <jomm:messages/>
20
            <jomm:messages/>
21
            <form role="form" action="<%=request.getContextPath()%><%=Globals.SYSTEM_REDIRECTIONS_POLICY_AUTHENTICATION_ACTION%>" method="post">
21
            <form role="form" action="<%=request.getContextPath()%><%=Globals.SYSTEM_REDIRECTIONS_POLICY_AUTHENTICATION_ACTION%>" method="post">
22
                <input type="hidden" name="dispatch" value="login">
22
                <input type="hidden" name="dispatch" value="login">
23
                <div class="form-group">
23
                <div class="form-group clearfix" >
24
                    <label for="login" style="padding-bottom: 2px"><jomm:messageConfigKey config="authentication.policy.username.msg.key"/></label>
24
                    <label class="col-sm-12" for="login" style="margin-bottom: 10px"><jomm:messageConfigKey config="authentication.policy.username.msg.key"/></label>
-
 
25
                    <div class="col-sm-6">
25
                    <input type="text" class="form-control" id="login" name="username"/>
26
                    <input type="text" class="form-control" id="login" name="username"/>
-
 
27
                    </div>
26
                </div>
28
                </div>
27
                <div class="form-group">
29
                <div class="form-group clearfix">
28
                    <label for="pwd" style="padding-bottom: 2px"><jomm:messageConfigKey config="authentication.policy.password.msg.key"/></label>
30
                    <label class="col-sm-12" for="pwd" style="margin-bottom: 10px"><jomm:messageConfigKey config="authentication.policy.password.msg.key"/></label>
-
 
31
                    <div class="col-sm-6">
29
                    <input type="password" class="form-control" id="pwd" name="password"/>
32
                        <input type="password" class="form-control" id="pwd" name="password"/>
-
 
33
                    </div>
-
 
34
                </div>
-
 
35
                <div class="col-sm-12 clearfix">
-
 
36
                    <button type="submit" class="btn btn-default"><bean:message key="submit"/></button>
30
                </div>
37
                </div>
31
                <button type="submit" class="btn btn-default"><bean:message key="submit"/></button>
-
 
32
            </form>
38
            </form>
33
        </div>
39
        </div>
34
    </div>
40
    </div>
35
</div>
41
</div>