|
@@ -2,178 +2,89 @@ |
2 |
2 |
|
<!DOCTYPE html> |
3 |
3 |
|
<html xmlns="http://www.w3.org/1999/xhtml" |
4 |
4 |
|
xmlns:ui="http://java.sun.com/jsf/facelets" |
5 |
|
- |
xmlns:p="http://primefaces.org/ui" |
6 |
5 |
|
xmlns:h="http://java.sun.com/jsf/html" |
|
6 |
+ |
xmlns:p="http://primefaces.org/ui" |
7 |
7 |
|
xmlns:f="http://java.sun.com/jsf/core"> |
|
8 |
+ |
|
8 |
9 |
|
<h:head/> |
9 |
10 |
|
<h:body> |
10 |
11 |
|
<ui:composition template="../template.xhtml"> |
11 |
12 |
|
<ui:define name="caminho"> |
12 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Caminho']}" |
13 |
|
- |
style="font-weight: bold"/> |
|
13 |
+ |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Caminho']}" |
|
14 |
+ |
style="font-weight: bold"/> |
14 |
15 |
|
</ui:define> |
15 |
|
- |
|
16 |
16 |
|
<ui:define name="conteudoCentro"> |
17 |
17 |
|
<p:layout> |
18 |
|
- |
<h:form id="form" |
19 |
|
- |
enctype="multipart/form-data"> |
20 |
|
- |
<p:layoutUnit position="west"> |
21 |
|
- |
<h:panelGroup id="pgroup"> |
22 |
|
- |
<center> |
23 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Menu']}" |
24 |
|
- |
style="font-size: 25px; font-weight: bold"/> |
25 |
|
- |
<hr/> |
26 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Proximo']}" |
27 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.ProximaTab']}" |
28 |
|
- |
action="#{snowballingBean.avancar}" |
29 |
|
- |
style="width: 99%" |
30 |
|
- |
disabled="#{snowballingBean.desabilitarBotaoProximo}" |
31 |
|
- |
ajax="false" |
32 |
|
- |
icon="ui-icon-arrowthick-1-e" |
33 |
|
- |
iconPos="right"/> |
34 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.ProcessarArq']}" |
35 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.ObtemSementes']}" |
36 |
|
- |
action="#{snowballingBean.processarArquivoSnowballing}" |
37 |
|
- |
style="width: 99%" |
38 |
|
- |
disabled="#{snowballingBean.desabilitarBotaoEnviar}" |
39 |
|
- |
ajax="false" |
40 |
|
- |
icon="ui-icon-extlink" |
41 |
|
- |
iconPos="right"/> |
42 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Executar']}" |
43 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.ExecutarSnowballing']}" |
44 |
|
- |
action="#{snowballingBean.iniciarProcessoInterativoVariosResultados()}" |
45 |
|
- |
style="width: 99%" |
46 |
|
- |
update="pgroup" |
47 |
|
- |
onsuccess="wiz.next()" |
48 |
|
- |
disabled="#{snowballingBean.desabilitarBotaoExecutar}" |
49 |
|
- |
icon="ui-icon-refresh" |
50 |
|
- |
iconPos="right"/> |
51 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Continuar']}" |
52 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.ContinuarProcessamento']}" |
53 |
|
- |
action="#{snowballingBean.continuarProcessoInterativo()}" |
54 |
|
- |
style="width: 99%" |
55 |
|
- |
update="panel" |
56 |
|
- |
disabled="#{snowballingBean.desabilitarBotaoContinuar}" |
57 |
|
- |
icon="ui-icon-play" |
58 |
|
- |
iconPos="right"/> |
59 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Finalizar']}" |
60 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.FinalizarProcessamento']}" |
61 |
|
- |
action="#{snowballingBean.finalizarProcessoInterativo()}" |
62 |
|
- |
style="width: 99%" |
63 |
|
- |
disabled="#{snowballingBean.desabilitarBotaoContinuar}" |
64 |
|
- |
ajax="false" |
65 |
|
- |
icon="ui-icon-seek-end" |
66 |
|
- |
iconPos="right"/> |
67 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Concluir']}" |
68 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.FinalizarOperacao']}" |
69 |
|
- |
action="/projeto/listarProjetos.xhtml" |
70 |
|
- |
style="width: 99%" |
71 |
|
- |
disabled="#{snowballingBean.desabilitarBotaoConcluir}" |
72 |
|
- |
ajax="false" |
73 |
|
- |
icon="ui-icon-check" |
74 |
|
- |
iconPos="right"/> |
75 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Cancelar']}" |
76 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.CancelarOperacao']}" |
77 |
|
- |
action="#{snowballingBean.interromperProcessoInterativo()}" |
78 |
|
- |
style="width: 99%" |
79 |
|
- |
disabled="#{snowballingBean.desabilitarBotaoConcluir}" |
80 |
|
- |
ajax="false" |
81 |
|
- |
icon="ui-icon-cancel" |
82 |
|
- |
iconPos="right"/> |
83 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Voltar']}" |
84 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.VoltarPaginaInicial']}" |
85 |
|
- |
action="/projeto/listarProjetos.xhtml" |
86 |
|
- |
style="width: 99%" |
87 |
|
- |
immediate="true" |
88 |
|
- |
ajax="false" |
89 |
|
- |
icon="ui-icon-arrowreturnthick-1-w" |
90 |
|
- |
iconPos="right"/> |
91 |
|
- |
</center> |
92 |
|
- |
</h:panelGroup> |
93 |
|
- |
</p:layoutUnit> |
94 |
|
- |
|
95 |
|
- |
<p:layoutUnit position="center"> |
96 |
|
- |
<center> |
97 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.SelecaoArtigosSnowballingInterativo']}" |
98 |
|
- |
style="font-size: 25px; font-weight: bold"/> |
99 |
|
- |
</center> |
100 |
|
- |
<hr/> |
101 |
|
- |
<p:panel id="panel" |
102 |
|
- |
style="border-color: transparent"> |
103 |
|
- |
<p:wizard widgetVar="wiz" |
104 |
|
- |
binding="#{snowballingBean.wizard}" |
105 |
|
- |
flowListener="#{snowballingBean.onFlowProcess}" |
106 |
|
- |
showNavBar="false"> |
107 |
|
- |
<p:tab id="proj" |
108 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.Projeto']}"> |
|
18 |
+ |
|
|
19 |
+ |
<p:layoutUnit position="center"> |
|
20 |
+ |
|
|
21 |
+ |
<center> |
|
22 |
+ |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.SelecaoArtigosSnowballingInterativo']}" |
|
23 |
+ |
style="font-size: 25px; font-weight: bold"/> |
|
24 |
+ |
</center> |
|
25 |
+ |
<h:form> |
|
26 |
+ |
<p:panel> |
|
27 |
+ |
|
|
28 |
+ |
<p:wizard backLabel="Voltar" nextLabel="Avancar" > |
|
29 |
+ |
<!--Tab Projetos--> |
|
30 |
+ |
<p:tab id="projetoTab" title="#{msg['criarSelecaoSnowballingInterativoVarios.Projeto']}"> |
109 |
31 |
|
<p:panel> |
110 |
32 |
|
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.EscolhaProjeto']}" |
111 |
33 |
|
style="color: blue; font-weight: bold"/> |
112 |
34 |
|
<hr/> |
113 |
|
- |
<br/> |
114 |
|
- |
<p:growl/> |
115 |
|
- |
<h:panelGrid columns="2"> |
116 |
|
- |
<p:selectOneMenu value="#{snowballingBean.projeto}" |
117 |
|
- |
required="false" |
118 |
|
- |
requiredMessage="#{msg['criarSelecaoSnowballingInterativoVarios.EscolhaProjetoObrigatoria']}"> |
119 |
|
- |
<f:selectItem itemLabel="#{msg['criarSelecaoSnowballingInterativoVarios.SelecioneProjeto']}"/> |
120 |
|
- |
<f:selectItems value="#{snowballingBean.projetos}" |
121 |
|
- |
var="proj" |
122 |
|
- |
itemLabel="#{proj.titulo}"/> |
123 |
|
- |
<f:converter converterId="ProjetoConverter"/> |
124 |
|
- |
</p:selectOneMenu> |
125 |
|
- |
</h:panelGrid> |
|
35 |
+ |
|
|
36 |
+ |
<!-- Menu selecoa de projeto--> |
|
37 |
+ |
<h:form> |
|
38 |
+ |
<h:panelGrid id="pGridProjeto" columns="2"> |
|
39 |
+ |
<p:selectOneMenu value="#{snowballingBean.projeto}" |
|
40 |
+ |
required="true" |
|
41 |
+ |
requiredMessage="#{msg['criarSelecaoSnowballingInterativoVarios.EscolhaProjetoObrigatoria']}"> |
|
42 |
+ |
<f:selectItems value="#{snowballingBean.projetos}" |
|
43 |
+ |
var="proj" |
|
44 |
+ |
itemLabel="#{proj.titulo}"/> |
|
45 |
+ |
<f:converter converterId="ProjetoConverter" /> |
|
46 |
+ |
</p:selectOneMenu> |
|
47 |
+ |
</h:panelGrid> |
|
48 |
+ |
</h:form> |
|
49 |
+ |
|
126 |
50 |
|
</p:panel> |
127 |
51 |
|
</p:tab> |
128 |
|
- |
<p:tab id="upload" |
129 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.Upload']}"> |
130 |
|
- |
<p:panel> |
131 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.FacaUpload']}" |
132 |
|
- |
style="color: blue; font-weight: bold"/> |
133 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.ModeloUpload']}" |
134 |
|
- |
style="color: blue; font-style: italic"/> |
135 |
|
- |
<hr/> |
136 |
|
- |
<br/> |
137 |
|
- |
<p:growl/> |
138 |
|
- |
|
139 |
|
- |
<h:form enctype="multipart/form-data"> |
140 |
|
- |
<p:fileUpload fileUploadListener="#{snowballingBean.handleFileUpload}" mode="advanced" dragDropSupport="false" requiredMessage="#{msg['criarSelecaoSnowballingInterativoVarios.UploadObrigatorio']}" |
141 |
|
- |
update="messages" |
142 |
|
- |
sizeLimit="100000" |
|
52 |
+ |
|
|
53 |
+ |
<!--Tab Upload Arquivo--> |
|
54 |
+ |
<p:tab id="uploadTab" title="#{msg['criarSelecaoSnowballingInterativoVarios.Upload']}"> |
|
55 |
+ |
<h:form id="formIteraivo" enctype="multipart/form-data" > |
|
56 |
+ |
<p:panel> |
|
57 |
+ |
<!--Upload Arquivo--> |
|
58 |
+ |
<p:fileUpload fileUploadListener="#{snowballingBean.handleFileUpload}" mode="advanced" dragDropSupport="false" |
143 |
59 |
|
allowTypes="/(\.|\/)(txt)$/" |
144 |
|
- |
required="true" |
|
60 |
+ |
required="true" |
145 |
61 |
|
cancelLabel="#{msg['criarSelecaoSnowballingInterativoVarios.Cancelar']}" |
146 |
62 |
|
uploadLabel="#{msg['criarSelecaoSnowballingInterativoVarios.Enviar']}" |
147 |
|
- |
label="#{msg['criarSelecaoSnowballingInterativoVarios.Escolher']}" |
148 |
|
- |
/> |
149 |
|
- |
<p:growl id="messages" showDetail="true" /> |
150 |
|
- |
</h:form> |
151 |
|
- |
|
152 |
|
- |
</p:panel> |
|
63 |
+ |
label="#{msg['criarSelecaoSnowballingInterativoVarios.Escolher']}" |
|
64 |
+ |
/> |
|
65 |
+ |
</p:panel> |
|
66 |
+ |
</h:form> |
153 |
67 |
|
</p:tab> |
154 |
|
- |
<p:tab id="conferencias" |
155 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.Conferencias']}"> |
|
68 |
+ |
|
|
69 |
+ |
<!--Tab Conferencias--> |
|
70 |
+ |
<p:tab id="ConferenciaTab" title="#{msg['criarSelecaoSnowballingInterativoVarios.Conferencias']}"> |
156 |
71 |
|
<p:panel> |
157 |
72 |
|
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.SelecioneConferencias']}" |
158 |
73 |
|
style="color: blue; font-weight: bold"/> |
159 |
|
- |
<br/> |
160 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.ConferenciasDevemEstarSelecionadas']}" |
161 |
|
- |
style="color: red; font-weight: bold"/> |
162 |
74 |
|
<hr/> |
163 |
|
- |
<br/> |
164 |
|
- |
<p:growl/> |
165 |
75 |
|
<p:selectManyCheckbox value="#{snowballingBean.conferenciasSelecionadas}" |
166 |
|
- |
layout="pageDirection"> |
|
76 |
+ |
layout="pageDirection" > |
167 |
77 |
|
<f:selectItems value="#{snowballingBean.projeto.conferenciaList}" |
168 |
78 |
|
var="conf" |
169 |
79 |
|
itemLabel="#{conf.sigla} - #{conf.nome}"/> |
170 |
80 |
|
<f:converter converterId="ConferenciaConverter"/> |
171 |
81 |
|
<p:ajax immediate="true"/> |
172 |
82 |
|
</p:selectManyCheckbox> |
173 |
|
- |
</p:panel> |
|
83 |
+ |
</p:panel> |
174 |
84 |
|
</p:tab> |
175 |
|
- |
<p:tab id="semen" |
176 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.DadosIniciais']}"> |
|
85 |
+ |
|
|
86 |
+ |
<!--Tab Confirmação--> |
|
87 |
+ |
<p:tab id="ConfirmacaoTab" title="#{msg['criarSelecaoSnowballingInterativoVarios.DadosIniciais']}"> |
177 |
88 |
|
<p:panel> |
178 |
89 |
|
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.ConferenciasDevemEstarSelecionadas']}" |
179 |
90 |
|
style="color: blue; font-weight: bold"/> |
|
@@ -215,194 +126,76 @@ |
215 |
126 |
|
style="font-weight: bold"/> |
216 |
127 |
|
</p:panel> |
217 |
128 |
|
</p:tab> |
218 |
|
- |
<p:tab id="snowballing" |
219 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.Processamento']}"> |
220 |
|
- |
<p:growl/> |
|
129 |
+ |
|
|
130 |
+ |
<p:tab id="executandoTab" title="Processar"> |
221 |
131 |
|
<p:panel> |
222 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.BaseadoNosCriterios']}" |
223 |
|
- |
style="color: blue; font-weight: bold"/> |
224 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.ContinuarTxt']}" |
225 |
|
- |
style="color: blue"/> |
226 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.SeraHabilitado']}" |
227 |
|
- |
style="color: blue; font-weight: bold"/> |
228 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.ContinuarTxt']}" |
229 |
|
- |
style="color: blue"/> |
230 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.SelecionaArtigosIniciaIteracao']}" |
231 |
|
- |
style="color: blue; font-weight: bold"/> |
232 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.Finalizar']}" |
233 |
|
- |
style="color: blue"/> |
234 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.FinalizaProcessamento']}" |
235 |
|
- |
style="color: blue; font-weight: bold"/> |
236 |
|
- |
<hr/> |
237 |
|
- |
<br/> |
238 |
|
- |
<p:panel style="font-size: 25px; border-color: transparent"> |
239 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.CriterioSelecaoArtigo']}" |
240 |
|
- |
style="font-weight: bold; color: blue"/> |
241 |
|
- |
<h:panelGrid columns="1"> |
242 |
|
- |
<h:dataTable value="#{snowballingBean.criteriosDeSelecao}" |
243 |
|
- |
var="crit" |
244 |
|
- |
style="color: blue"> |
245 |
|
- |
<h:column> |
246 |
|
- |
<h:outputText value="#{crit}"/> |
247 |
|
- |
</h:column> |
248 |
|
- |
</h:dataTable> |
249 |
|
- |
</h:panelGrid> |
250 |
|
- |
</p:panel> |
251 |
|
- |
<hr/> |
252 |
|
- |
<br/> |
253 |
|
- |
<p:dataTable value="#{snowballingBean.selecoesEscolhidas}" |
254 |
|
- |
emptyMessage="" |
255 |
|
- |
var="sel"> |
256 |
|
- |
<p:column headerText="#{msg['criarSelecaoSnowballingInterativoVarios.ArtigosSelecionados']}" |
257 |
|
- |
width="100%"> |
258 |
|
- |
<h:outputText value="#{sel.artigo.titulo}"/> |
259 |
|
- |
</p:column> |
260 |
|
- |
<p:column> |
261 |
|
- |
<p:commandButton title="#{msg['criarSelecaoSnowballingInterativoVarios.RemoverSelecao']}" |
262 |
|
- |
action="#{snowballingBean.removerSelecao}" |
263 |
|
- |
ajax="false" |
264 |
|
- |
icon="ui-icon-minusthick"> |
|
132 |
+ |
<p:toolbar> |
|
133 |
+ |
|
|
134 |
+ |
<p:toolbarGroup style="margin-left: 25%"> |
|
135 |
+ |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Executar']}" |
|
136 |
+ |
title="#{msg['criarSelecaoSnowballingInterativoVarios.ExecutarSnowballing']}" |
|
137 |
+ |
action="#{snowballingBean.iniciarProcessoInterativoVariosResultados()}" |
|
138 |
+ |
icon="ui-icon-refresh" |
|
139 |
+ |
ajax="true" |
|
140 |
+ |
onstart="#{snowballingBean.disableExecutar()}" |
|
141 |
+ |
oncomplete="#{snowballingBean.disableContinuar()}" |
|
142 |
+ |
disabled="#{snowballingBean.desabilitarBotaoExecutar}" |
|
143 |
+ |
iconPos="right" |
|
144 |
+ |
update="selecInt"/> |
|
145 |
+ |
|
|
146 |
+ |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Continuar']}" |
|
147 |
+ |
title="#{msg['criarSelecaoSnowballingInterativoVarios.ContinuarProcessamento']}" |
|
148 |
+ |
action="#{snowballingBean.continuarProcessoInterativo()}" |
|
149 |
+ |
icon="ui-icon-play" |
|
150 |
+ |
iconPos="right" |
|
151 |
+ |
onstart="#{snowballingBean.disableContinuar()}" |
|
152 |
+ |
disabled="#{snowballingBean.desabilitarBotaoContinuar}" |
|
153 |
+ |
oncomplete="#{snowballingBean.disableContinuar()}" |
|
154 |
+ |
update="selecInt" |
|
155 |
+ |
ajax="true"/> |
|
156 |
+ |
|
|
157 |
+ |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Finalizar']}" |
|
158 |
+ |
title="#{msg['criarSelecaoSnowballingInterativoVarios.FinalizarProcessamento']}" |
|
159 |
+ |
action="#{snowballingBean.finalizarProcessoInterativo()}" |
|
160 |
+ |
icon="ui-icon-seek-end" |
|
161 |
+ |
iconPos="right"/> |
|
162 |
+ |
|
|
163 |
+ |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.Cancelar']}" |
|
164 |
+ |
title="#{msg['criarSelecaoSnowballingInterativoVarios.CancelarOperacao']}" |
|
165 |
+ |
action="#{snowballingBean.interromperProcessoInterativo()}" |
|
166 |
+ |
icon="ui-icon-cancel" |
|
167 |
+ |
iconPos="right"/> |
|
168 |
+ |
</p:toolbarGroup> |
|
169 |
+ |
</p:toolbar> |
|
170 |
+ |
|
|
171 |
+ |
<br/> |
|
172 |
+ |
<p:dataTable id="selecInt" value="#{snowballingBean.selecoes}" var="sel"> |
|
173 |
+ |
<p:column headerText="Selecionar"> |
|
174 |
+ |
<p:commandButton title="#{msg['criarSelecaoSnowballingInterativoVarios.SelecionarArtigo']}" |
|
175 |
+ |
action="#{snowballingBean.escolherSelecao}" |
|
176 |
+ |
icon="ui-icon-check" |
|
177 |
+ |
update="selecInt"> |
265 |
178 |
|
<f:setPropertyActionListener value="#{sel}" |
266 |
|
- |
target="#{snowballingBean.selecao}" /> |
|
179 |
+ |
target="#{snowballingBean.selecao}"/> |
267 |
180 |
|
</p:commandButton> |
268 |
|
- |
</p:column> |
|
181 |
+ |
</p:column> |
|
182 |
+ |
|
|
183 |
+ |
<p:column headerText="Artigo"> |
|
184 |
+ |
<p:outputLabel value="#{sel.artigo.titulo}"/> |
|
185 |
+ |
</p:column> |
269 |
186 |
|
</p:dataTable> |
270 |
187 |
|
|
271 |
|
- |
<h:dataTable id="dados" |
272 |
|
- |
value="#{snowballingBean.selecoes}" |
273 |
|
- |
var="sel"> |
274 |
|
- |
<h:column> |
275 |
|
- |
<p:commandButton title="#{msg['criarSelecaoSnowballingInterativoVarios.SelecionarArtigo']} #{snowballingBean.selecoes.indexOf(sel) + 1}" |
276 |
|
- |
action="#{snowballingBean.escolherSelecao}" |
277 |
|
- |
ajax="false" |
278 |
|
- |
icon="ui-icon-check"> |
279 |
|
- |
<f:setPropertyActionListener value="#{sel}" |
280 |
|
- |
target="#{snowballingBean.selecao}"/> |
281 |
188 |
|
|
282 |
|
- |
</p:commandButton> |
283 |
|
- |
</h:column> |
284 |
|
- |
<h:column> |
285 |
|
- |
<h:outputLabel value="#{snowballingBean.selecoes.indexOf(sel) + 1}." |
286 |
|
- |
style="color: blue; font-weight: bold"/> |
287 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Titulo']}" |
288 |
|
- |
style="font-weight: bold"/> |
289 |
|
- |
<h:outputText value="#{sel.artigo.titulo}"/> |
290 |
|
- |
<br/> |
291 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Abstract']}" |
292 |
|
- |
style="font-weight: bold"/> |
293 |
|
- |
<h:outputText value="#{sel.artigo.abstract1}"/> |
294 |
|
- |
<br/> |
295 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Justificativa']}" |
296 |
|
- |
style="font-weight: bold"/> |
297 |
|
- |
<br/> |
298 |
|
- |
<p:inputTextarea value="#{sel.justificativa}" |
299 |
|
- |
rows="3" |
300 |
|
- |
autoResize="false" |
301 |
|
- |
style="width: 100%"/> |
302 |
|
- |
<hr/> |
303 |
|
- |
<br/> |
304 |
|
- |
</h:column> |
305 |
|
- |
</h:dataTable> |
306 |
|
- |
|
307 |
|
- |
<h:panelGrid columns="1" |
308 |
|
- |
width="100%"> |
309 |
|
- |
<p:selectManyMenu value="#{snowballingBean.artigosSelecionados}" |
310 |
|
- |
showCheckbox="true" |
311 |
|
- |
var="artigo" |
312 |
|
- |
converter="ArtigoConverter" |
313 |
|
- |
style="width: 100%"> |
314 |
|
- |
<f:selectItems value="#{snowballingBean.artigos}"/> |
315 |
|
- |
<p:column> |
316 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Titulo']}" |
317 |
|
- |
style="font-weight: bold"/> |
318 |
|
- |
<h:outputText value="#{artigo.titulo}"/> |
319 |
|
- |
<br/> |
320 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.Abstract']}" |
321 |
|
- |
style="font-weight: bold"/> |
322 |
|
- |
<h:outputText value="#{artigo.abstract1}"/> |
323 |
|
- |
<hr/> |
324 |
|
- |
</p:column> |
325 |
|
- |
</p:selectManyMenu> |
326 |
|
- |
</h:panelGrid> |
327 |
189 |
|
</p:panel> |
328 |
190 |
|
</p:tab> |
329 |
|
- |
<p:tab id="resultado" |
330 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.Resultado']}"> |
331 |
|
- |
<p:panel> |
332 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.ArtigosselecionadosClique']}" |
333 |
|
- |
style="color: blue; font-weight: bold"/> |
334 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.Concluir']}" |
335 |
|
- |
style="color: blue"/> |
336 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.ParaFinalizar']}" |
337 |
|
- |
style="color: blue; font-weight: bold"/> |
338 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.Cancelar']}" |
339 |
|
- |
style="color: blue"/> |
340 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.ParaDescartar']}" |
341 |
|
- |
style="color: blue; font-weight: bold"/> |
342 |
|
- |
<hr/> |
343 |
|
- |
<br/> |
344 |
|
- |
<h:dataTable value="#{snowballingBean.mostrarSelecoesProcessoInterativo()}" |
345 |
|
- |
var="selecao"> |
346 |
|
- |
<h:column> |
347 |
|
- |
<h:outputLabel value="#{selecao.artigo.titulo}"/> |
348 |
|
- |
</h:column> |
349 |
|
- |
</h:dataTable> |
350 |
|
- |
</p:panel> |
351 |
|
- |
</p:tab> |
352 |
|
- |
</p:wizard> |
353 |
|
- |
</p:panel> |
354 |
|
- |
</p:layoutUnit> |
355 |
|
- |
</h:form> |
356 |
191 |
|
|
357 |
|
- |
<p:ajaxStatus onstart="statusDialog.show();" |
358 |
|
- |
onsuccess="statusDialog.hide();"/> |
359 |
|
- |
<p:dialog header="#{msg['criarSelecaoSnowballingInterativoVarios.Carregando']}" |
360 |
|
- |
appendToBody="true" |
361 |
|
- |
widgetVar="statusDialog" |
362 |
|
- |
modal="true" |
363 |
|
- |
draggable="false" |
364 |
|
- |
closable="false" |
365 |
|
- |
resizable="false" |
366 |
|
- |
width="650"> |
367 |
|
- |
<h:form> |
368 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.ClicandoEm']}" |
369 |
|
- |
style="color: blue; font-weight: bold"/> |
370 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.InterromperProcessoSalvar']}" |
371 |
|
- |
style="color: blue"/> |
372 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.InterrompeProcessoSalva']}" |
373 |
|
- |
style="color: blue; font-weight: bold"/> |
374 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.InterromperProcessoDescartar']}" |
375 |
|
- |
style="color: blue"/> |
376 |
|
- |
<h:outputText value="#{msg['criarSelecaoSnowballingInterativoVarios.InterrompeProcessoDescarta']}" |
377 |
|
- |
style="color: blue; font-weight: bold"/> |
378 |
|
- |
<br/> |
379 |
|
- |
<hr/> |
380 |
|
- |
<center> |
381 |
|
- |
<p:graphicImage value="/resources/loading.gif"/> |
382 |
|
- |
</center> |
383 |
|
- |
<br/> |
384 |
|
- |
<hr/> |
385 |
|
- |
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoVarios.InterromperProcesso']}" |
386 |
|
- |
style="font-weight: bold"/> |
387 |
|
- |
<h:panelGrid columns="2" |
388 |
|
- |
width="100%"> |
389 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.SalvarDados']}" |
390 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.InterrompeProcessoCheckpoint']}" |
391 |
|
- |
ajax="false" |
392 |
|
- |
action="#{snowballingBean.interromperProcessoInterativoESalvar()}" |
393 |
|
- |
style="width: 100%" |
394 |
|
- |
icon="ui-icon-video" |
395 |
|
- |
iconPos="right"/> |
396 |
|
- |
<p:commandButton value="#{msg['criarSelecaoSnowballingInterativoVarios.DescartarDados']}" |
397 |
|
- |
title="#{msg['criarSelecaoSnowballingInterativoVarios.InterromperProcessoNaoSalvarDados']}" |
398 |
|
- |
ajax="false" |
399 |
|
- |
action="#{snowballingBean.interromperProcessoInterativo()}" |
400 |
|
- |
style="width: 100%" |
401 |
|
- |
icon="ui-icon-stop" |
402 |
|
- |
iconPos="right"/> |
403 |
|
- |
</h:panelGrid> |
|
192 |
+ |
</p:wizard> |
|
193 |
+ |
</p:panel> |
404 |
194 |
|
</h:form> |
405 |
|
- |
</p:dialog> |
|
195 |
+ |
|
|
196 |
+ |
|
|
197 |
+ |
|
|
198 |
+ |
</p:layoutUnit> |
406 |
199 |
|
</p:layout> |
407 |
200 |
|
</ui:define> |
408 |
201 |
|
</ui:composition> |