

ramani
@ 575
ramani / Ramani / web / restrito / revisoes.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 |
<?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['revisoes.Caminho']}" style="font-weight: bold"/> </ui:define> <ui:define name="conteudoCentro"> <p:layout> <h:form id="form"> <p:layoutUnit position="center"> <center> <h:outputLabel value="#{msg['revisoes.MinhasRevisoes']}" style="font-size: 25px; font-weight: bold"/> </center> <hr/> <p:tabView style="border-color: transparent"> <p:tab title="#{msg['revisoes.Pendentes']}"> <p:dataTable var="est" value="#{revisaoBean.estatisticasPendentes}" emptyMessage=""> <p:column headerText="#{msg['revisoes.Projeto']}"> <h:outputLabel value="#{est.projeto.titulo}"/> </p:column> <p:column headerText="#{msg['revisoes.DataCriacao']}"> <h:outputLabel value="#{est.data}"> <f:convertDateTime pattern="dd/MM/yyyy - HH:mm" timeZone="#{initParam.timezone}"/> </h:outputLabel> </p:column> <p:column width="10%"> <p:commandButton title="#{msg['revisoes.Revisar']}" action="/restrito/revisarSelecoes.xhtml" ajax="false" icon="ui-icon-play"> <f:setPropertyActionListener value="#{est}" target="#{revisaoBean.estatistica}"/> </p:commandButton> </p:column> </p:dataTable> </p:tab> <p:tab title="#{msg['revisoes.Concluidas']}"> <p:dataTable var="est" value="#{revisaoBean.estatisticasConcluidas}" emptyMessage=""> <p:column headerText="#{msg['revisoes.Projeto']}"> <h:outputLabel value="#{est.projeto.titulo}"/> </p:column> <p:column headerText="#{msg['revisoes.DataCriacao']}"> <h:outputLabel value="#{est.data}"> <f:convertDateTime pattern="dd/MM/yyyy - HH:mm" timeZone="#{initParam.timezone}"/> </h:outputLabel> </p:column> </p:dataTable> </p:tab> </p:tabView> </p:layoutUnit> </h:form> </p:layout> </ui:define> </ui:composition> </h:body> </html> |
Commits for ramani/Ramani/web/restrito/revisoes.xhtml
Revision | Author | Commited | Message |
---|---|---|---|
575
![]() |
![]() |
Sat 21 Feb, 2015 21:09:33 +0000 | Seleção Interativo Varios Resultado ok |
519
![]() |
![]() |
Tue 15 Jul, 2014 19:38:03 +0000 | |
385
![]() |
![]() |
Wed 29 Jan, 2014 23:43:51 +0000 | |
377
![]() |
![]() |
Sat 25 Jan, 2014 12:31:27 +0000 | |
334 |
![]() |
Sat 30 Nov, 2013 20:55:59 +0000 | Refatoração das páginas. |