ramani
Diff Revisions
556
vs
559
for /Ramani/web/login.xhtml
|
@@ -16,13 +16,14 @@ |
16 |
16 |
|
|
17 |
17 |
|
<p:layoutUnit position="center" |
18 |
18 |
|
style="border-color: transparent;"> |
19 |
|
- |
<div align="center"> |
20 |
|
- |
<p:panel > |
21 |
|
- |
<span style="font-size: 30px; font-family: serif; font-weight: bold; color: black">Ramani</span> |
|
19 |
+ |
<div align="center" style=" margin-top: 130px; "> |
|
20 |
+ |
<span style="font-size: 40px; font-family: serif; font-weight: bold; color: #4d90fe;">Ramani</span> |
|
21 |
+ |
<p:panel > |
|
22 |
+ |
<p:graphicImage value="resources/logo.png" styleClass="logo"/> |
22 |
23 |
|
<form action="#{request.contextPath}/j_spring_security_check" |
23 |
24 |
|
method="post"> |
24 |
25 |
|
<h:panelGrid columns="1"> |
25 |
|
- |
<h:panelGroup rendered="#{!empty param.login_error}"> |
|
26 |
+ |
<h:panelGroup rendered="#{!empty param.login_error}" > |
26 |
27 |
|
<span style="color: red">"#{msg['login.ErroNomeSenha']}"</span> |
27 |
28 |
|
<br/> |
28 |
29 |
|
</h:panelGroup> |
|
@@ -56,18 +57,18 @@ |
56 |
57 |
|
<p:layoutUnit |
57 |
58 |
|
position="south" |
58 |
59 |
|
> |
59 |
|
- |
|
|
60 |
+ |
|
60 |
61 |
|
<h:form > |
61 |
62 |
|
<center> |
62 |
|
- |
<h:outputLabel class="rodaPe" value="#{msg['login.Rodape']}"/> |
63 |
|
- |
<div class="lang"> |
64 |
|
- |
<h:graphicImage value="resources/icon_chat_small.png" class="imgChat"/> |
65 |
|
- |
<h:selectOneMenu |
66 |
|
- |
value="#{language.localeCode}" onchange="submit()" |
67 |
|
- |
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
68 |
|
- |
<f:selectItems value="#{language.countriesInMap}" /> |
69 |
|
- |
</h:selectOneMenu> |
70 |
|
- |
</div> |
|
63 |
+ |
<h:outputLabel class="rodaPe" value="#{msg['login.Rodape']}"/> |
|
64 |
+ |
<div class="lang"> |
|
65 |
+ |
<h:graphicImage value="resources/icon_chat_small.png" class="imgChat"/> |
|
66 |
+ |
<h:selectOneMenu |
|
67 |
+ |
value="#{language.localeCode}" onchange="submit()" |
|
68 |
+ |
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
|
69 |
+ |
<f:selectItems value="#{language.countriesInMap}" /> |
|
70 |
+ |
</h:selectOneMenu> |
|
71 |
+ |
</div> |
71 |
72 |
|
</center> |
72 |
73 |
|
</h:form> |
73 |
74 |
|
</p:layoutUnit> |