

ramani
@ 570
ramani / Ramani / web / cadastros / criarSelecaoUpload.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 78 79 80 81 82 83 84 85 86 87 88 89 90 |
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:p="http://primefaces.org/ui" xmlns:f="http://java.sun.com/jsf/core"> <h:head/> <h:body> <ui:composition template="../template.xhtml"> <ui:define name="caminho"> <h:outputLabel value="#{msg['criarSelecaoUpload.Caminho']}" style="font-weight: bold"/> </ui:define> <ui:define name="conteudoCentro"> <p:layout> <h:form id="form" enctype="multipart/form-data"> <p:layoutUnit position="center"> <center> <h:outputLabel value="#{msg['criarSelecaoUpload.SelecaoArtigosUpload']}" style="font-weight: bold; font-size: 25px"/> </center> <br/> <p:panel> <p:wizard nextLabel="Proximo" backLabel="Anterior"> <p:tab id="tabProj" title="#{msg['criarSelecaoUpload.Projeto']}"> <p:panel> <h:outputLabel value="#{msg['criarSelecaoUpload.EscolhaProjeto']}" style="color: blue; font-weight: bold"/> <hr/> <h:panelGrid columns="1" width="100%"> <p:selectOneMenu value="#{uploadBean.projeto}" converter="ProjetoConverter" > <f:selectItems value="#{uploadBean.projetos}" var="projeto" itemLabel="#{projeto.titulo}"/> </p:selectOneMenu> </h:panelGrid> </p:panel> </p:tab> <p:tab id="uploadSelct" title="#{msg['criarSelecaoUpload.Upload']}"> <p:growl showSummary="true" showDetail="true"/> <p:panel> <h:outputLabel value="#{msg['criarSelecaoUpload.FacaUpload']}" style="color: blue; font-weight: bold"/> <br/> <h:outputText value="#{msg['criarSelecaoUpload.PadraoUpload']}" style="color: blue; font-style: italic"/> <hr/> <br/> <p:fileUpload value="#{uploadBean.arquivo}" required="true" requiredMessage="#{msg['criarSelecaoUpload.UploadObrigatorio']}" mode="simple" allowTypes="\.txt" style="border: 1px solid #ccc; padding: 5px;" immediate="true" /> <p:commandButton value="#{msg['criarSelecaoUpload.Enviar']}" title="#{msg['criarSelecaoUpload.FazerUpload']}" action="#{uploadBean.criarSelecoes}" ajax="false" style="margin-left: 10px" icon="ui-icon-extlink" iconPos="right"/> </p:panel> </p:tab> </p:wizard> </p:panel> </p:layoutUnit> </h:form> </p:layout> </ui:define> </ui:composition> </h:body> </html> |
Commits for ramani/Ramani/web/cadastros/criarSelecaoUpload.xhtml
Revision | Author | Commited | Message |
---|---|---|---|
570
![]() |
![]() |
Wed 04 Feb, 2015 04:05:28 +0000 | Selecionar por |
514
![]() |
![]() |
Wed 09 Jul, 2014 16:35:11 +0000 | Mensagens foram atualizadas mas ainda não estão completas (Falta a pasta projeto, restrito e visualizacao. As outras estão pendentes só as mensagens em inglês). Pequenos problemas de layout detectados e serão tratados |
377
![]() |
![]() |
Sat 25 Jan, 2014 12:31:27 +0000 | |
360
![]() |
![]() |
Fri 13 Dec, 2013 19:45:05 +0000 | Refatoração do snowballing. |
339
![]() |
![]() |
Mon 02 Dec, 2013 19:19:10 +0000 | Finalização do breakpoint. |
334
![]() |
![]() |
Sat 30 Nov, 2013 20:55:59 +0000 | Refatoração das páginas. |
333
![]() |
![]() |
Fri 29 Nov, 2013 20:08:59 +0000 | Construção do breakpoint. |
329
![]() |
![]() |
Wed 27 Nov, 2013 15:54:53 +0000 | Refatoração das páginas. |
319
![]() |
![]() |
Sun 17 Nov, 2013 18:26:28 +0000 | Refatoração das páginas. |
316 |
![]() |
Sat 16 Nov, 2013 19:02:52 +0000 | Refatoração das páginas. |