ramani
Diff Revisions
508
vs
509
for /Ramani/web/login.xhtml
|
@@ -7,6 +7,7 @@ |
7 |
7 |
|
<title>Log In</title> |
8 |
8 |
|
</h:head> |
9 |
9 |
|
<h:body> |
|
10 |
+ |
|
10 |
11 |
|
<p:layout fullPage="true"> |
11 |
12 |
|
<p:growl showDetail="true"/> |
12 |
13 |
|
<p:layoutUnit |
|
@@ -23,7 +24,7 @@ |
23 |
24 |
|
<p:layoutUnit position="center" |
24 |
25 |
|
style="border-color: transparent;"> |
25 |
26 |
|
<div align="center"> |
26 |
|
- |
<p:panel header="#{msg['login.Identifique']}" |
|
27 |
+ |
<p:panel header="#{msg['login.Identifique']}" |
27 |
28 |
|
style="width: 340px; height: 340px;"> |
28 |
29 |
|
<form action="#{request.contextPath}/j_spring_security_check" |
29 |
30 |
|
method="post"> |
|
@@ -35,18 +36,18 @@ |
35 |
36 |
|
<h:panelGroup rendered="#{empty param.login_error}"> |
36 |
37 |
|
<br/> |
37 |
38 |
|
</h:panelGroup> |
38 |
|
- |
<h:outputText value="#{msg['login.Identifique']}" /> |
|
39 |
+ |
<h:outputText value="#{msg['login.NomeUsuario']}" |
39 |
40 |
|
style="font-weight: bold"/> |
40 |
41 |
|
<p:inputText id="j_username" |
41 |
42 |
|
style="width: 280px;"/> |
42 |
43 |
|
<br/> |
43 |
|
- |
<h:outputText value="Senha" |
|
44 |
+ |
<h:outputText value="#{msg['login.Senha']}" |
44 |
45 |
|
style="font-weight: bold"/> |
45 |
46 |
|
<p:password id="j_password" |
46 |
47 |
|
style="width: 280px;"/> |
47 |
48 |
|
<br/> |
48 |
49 |
|
<h:form> |
49 |
|
- |
<p:commandButton value="Entrar" |
|
50 |
+ |
<p:commandButton value="#{msg['login.Entrar']}" |
50 |
51 |
|
ajax="false" |
51 |
52 |
|
style="width: 293px"/> |
52 |
53 |
|
</h:form> |
|
@@ -54,10 +55,10 @@ |
54 |
55 |
|
</form> |
55 |
56 |
|
<h:form> |
56 |
57 |
|
<br/> |
57 |
|
- |
<h:outputText value="Ainda não tem conta? " |
|
58 |
+ |
<h:outputText value="#{msg['login.NaoTemConta']}" |
58 |
59 |
|
style="color: darkgray"/> |
59 |
60 |
|
<p:commandLink action="/criarColaborador.xhtml" |
60 |
|
- |
value="Cadastre-se" |
|
61 |
+ |
value="#{msg['login.Cadastre']}" |
61 |
62 |
|
ajax="false" immediate="true" |
62 |
63 |
|
style="color: darkgray; font-weight: bold"/> |
63 |
64 |
|
</h:form> |
|
@@ -72,9 +73,9 @@ |
72 |
73 |
|
collapsible="false" |
73 |
74 |
|
style="font-size: 10px"> |
74 |
75 |
|
<center> |
75 |
|
- |
<h:outputLabel value="Projeto Ramani 2014. Todos os direitos reservados."/> |
|
76 |
+ |
<h:outputLabel value="#{msg['login.Rodape']}"/> |
76 |
77 |
|
</center> |
77 |
78 |
|
</p:layoutUnit> |
78 |
|
- |
</p:layout> |
79 |
|
- |
</h:body> |
|
79 |
+ |
</p:layout> |
|
80 |
+ |
</h:body> |
80 |
81 |
|
</html> |