

ramani
@ 568
ramani / Ramani / web / login.xhtml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:p="http://primefaces.org/ui" xmlns:f="http://xmlns.jcp.org/jsf/core"> <h:head> <title>Log In</title> </h:head> <h:body> <p:layout fullPage="true"> <p:growl showDetail="true"/> <p:layoutUnit position="center" style="border-color: transparent;"> <div align="center" style=" margin-top: 130px; "> <span style="font-size: 40px; font-family: serif; font-weight: bold;;">Ramani</span> <p:panel style=" width: 300px ; height: 360px;"> <p:graphicImage value="resources/logo.png" style="height: 110px"/> <form action="#{request.contextPath}/j_spring_security_check" method="post"> <h:panelGrid columns="1"> <h:panelGroup rendered="#{!empty param.login_error}" > <span style="color: red">"#{msg['login.ErroNomeSenha']}"</span> <br/> </h:panelGroup> <h:panelGroup rendered="#{empty param.login_error}"> <br/> </h:panelGroup> <p:inputText id="j_username" placeholder="#{msg['login.NomeUsuario']} " /> <br/> <p:password id="j_password" placeholder="#{msg['login.Senha']}" /> <br/> <h:form> <p:commandButton value="#{msg['login.Entrar']}" id="btLogin" ajax="false" style="width: 100%; margin-bottom: 5px"/> </h:form> </h:panelGrid> </form> <h:form> <p:commandLink action="/criarColaborador.xhtml" value="#{msg['login.Cadastre']}" ajax="false" immediate="true" /> </h:form> </p:panel> </div> </p:layoutUnit> <p:layoutUnit position="south" > <h:form > <center> <h:outputLabel class="rodaPe" value="#{msg['login.Rodape']}"/> <h:graphicImage value="resources/icon_chat_small.png" class="imgChat" style="margin: 0 10px 0 10px;" /> <h:selectOneMenu value="#{language.localeCode}" onchange="submit()" valueChangeListener="#{language.countryLocaleCodeChanged}"> <f:selectItems value="#{language.countriesInMap}" /> </h:selectOneMenu> </center> </h:form> </p:layoutUnit> </p:layout> </h:body> </html> |
Commits for ramani/Ramani/web/login.xhtml
Revision | Author | Commited | Message |
---|---|---|---|
568
![]() |
![]() |
Mon 15 Dec, 2014 03:35:05 +0000 | |
559
![]() |
![]() |
Sun 30 Nov, 2014 15:23:10 +0000 | |
556
![]() |
![]() |
Sun 26 Oct, 2014 06:09:34 +0000 | |
548
![]() |
![]() |
Sat 25 Oct, 2014 17:19:50 +0000 | |
546
![]() |
![]() |
Fri 24 Oct, 2014 16:02:52 +0000 | |
545
![]() |
![]() |
Wed 22 Oct, 2014 04:05:35 +0000 | |
521
![]() |
![]() |
Wed 23 Jul, 2014 13:08:56 +0000 | Mensagens em Inglês ainda sendo feitas |
512
![]() |
![]() |
Tue 08 Jul, 2014 15:39:32 +0000 | Mensagens ainda inacabadas. A variável de configuração de idioma já está funcionando. Pequenos problemas de layout detectados e serão tratados |
511
![]() |
![]() |
Mon 07 Jul, 2014 20:00:45 +0000 | Mensagens ainda inacabadas. O Resource Bundle já é reconhecido mas ainda não é possível trocar os idiomas. (Trabalhando nisso) |
509 |
![]() |
Mon 07 Jul, 2014 11:33:40 +0000 |