|
@@ -19,148 +19,11 @@ |
19 |
19 |
|
<h:form id="form"> |
20 |
20 |
|
<p:growl id="growl" |
21 |
21 |
|
showDetail="true" |
22 |
|
- |
life="3000"/> |
23 |
|
- |
<p:layoutUnit position="west"> |
24 |
|
- |
<center> |
25 |
|
- |
<h:outputLabel value="#{msg['listarProjetos.Menu']}" |
26 |
|
- |
style="font-size: 25px; font-weight: bold"/> |
27 |
|
- |
</center> |
28 |
|
- |
<hr/> |
29 |
|
- |
<p:slideMenu style="width: 93%" |
30 |
|
- |
backLabel="#{msg['listarProjetos.Voltar']}"> |
31 |
|
- |
<p:submenu label="#{msg['listarProjetos.Minhas']}"> |
32 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Revisoes']}" |
33 |
|
- |
title="#{msg['listarProjetos.MinhasRevisoes']}" |
34 |
|
- |
action="/restrito/revisoes.xhtml" |
35 |
|
- |
ajax="false"/> |
36 |
|
- |
<p:menuitem value="#{msg['listarProjetos.SelecoesInterrompidas']}" |
37 |
|
- |
title="#{msg['listarProjetos.MinhasSelecoesInterrompidas']}" |
38 |
|
- |
action="/restrito/selecoesInterrompidas.xhtml" |
39 |
|
- |
ajax="false"/> |
40 |
|
- |
</p:submenu> |
41 |
|
- |
<p:separator/> |
42 |
|
- |
<p:submenu label="#{msg['listarProjetos.SelecionarArtigos']}"> |
43 |
|
- |
<p:menuitem value="#{msg['listarProjetos.PorEscolha']}" |
44 |
|
- |
title="#{msg['listarProjetos.CriarSelecaoEscolha']}" |
45 |
|
- |
action="/cadastros/criarSelecaoEscolha.xhtml" |
46 |
|
- |
ajax="false"/> |
47 |
|
- |
<p:menuitem value="#{msg['listarProjetos.PorUpload']}" |
48 |
|
- |
title="#{msg['listarProjetos.CriarSelecaoUpload']}" |
49 |
|
- |
action="/cadastros/criarSelecaoUpload.xhtml" |
50 |
|
- |
ajax="false"/> |
51 |
|
- |
<p:menuitem value="#{msg['listarProjetos.PorSnowballingInterativoUnico']}" |
52 |
|
- |
title="#{msg['listarProjetos.CriarSelecaoSnowballingInterativoUnico']}" |
53 |
|
- |
action="/cadastros/criarSelecaoSnowballingInterativoUnico.xhtml" |
54 |
|
- |
ajax="false"/> |
55 |
|
- |
<p:menuitem value="#{msg['listarProjetos.PorSnowballingInterativoVarios']}" |
56 |
|
- |
title="#{msg['listarProjetos.CriarSelecaoSnowballingInterativoVarios']}" |
57 |
|
- |
action="/cadastros/criarSelecaoSnowballingInterativoVarios.xhtml" |
58 |
|
- |
ajax="false"/> |
59 |
|
- |
<p:menuitem value="#{msg['listarProjetos.PorSnowballingAutomatizado']}" |
60 |
|
- |
title="#{msg['listarProjetos.CriarSelecaoSnowballingAutomatizado']}" |
61 |
|
- |
action="/cadastros/criarSelecaoSnowballingFiltrado.xhtml" |
62 |
|
- |
ajax="false"/> |
63 |
|
- |
</p:submenu> |
64 |
|
- |
<p:separator/> |
65 |
|
- |
<p:submenu label="#{msg['listarProjetos.Criar']}"> |
66 |
|
- |
<p:menuitem value="#{msg['listarProjetos.ArtigoUploadArquivo']}" |
67 |
|
- |
title="#{msg['listarProjetos.CriarArtigoUploadArquivo']}" |
68 |
|
- |
action="/cadastros/criarArtigoUpload.xhtml" |
69 |
|
- |
ajax="false"/> |
70 |
|
- |
<p:menuitem value="#{msg['listarProjetos.ArtigoFormulario']}" |
71 |
|
- |
title="#{msg['listarProjetos.CriarArtigoFormulario']}" |
72 |
|
- |
action="/cadastros/criarArtigo.xhtml" |
73 |
|
- |
ajax="false"/> |
74 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Conferencia']}" |
75 |
|
- |
title="#{msg['listarProjetos.CriarConferencia']}" |
76 |
|
- |
action="/cadastros/criarConferencia.xhtml" |
77 |
|
- |
ajax="false"/> |
78 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Projeto']}" |
79 |
|
- |
title="#{msg['listarProjetos.CriarProjeto']}" |
80 |
|
- |
action="/cadastros/criarProjeto.xhtml" |
81 |
|
- |
ajax="false"/> |
82 |
|
- |
</p:submenu> |
83 |
|
- |
<p:submenu label="#{msg['listarProjetos.Listar']}" |
84 |
|
- |
> |
85 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Afiliacoes']}" |
86 |
|
- |
title="#{msg['listarProjetos.ListarAfiliacoesCadastradas']}" |
87 |
|
- |
action="/restrito/listarAfiliacoes.xhtml" |
88 |
|
- |
ajax="false"/> |
89 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Artigos']}" |
90 |
|
- |
title="#{msg['listarProjetos.ListarArtigosCadastrados']}" |
91 |
|
- |
action="/restrito/listarArtigos.xhtml" |
92 |
|
- |
ajax="false"/> |
93 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Autores']}" |
94 |
|
- |
title="#{msg['listarProjetos.ListarAutoresCadastrados']}" |
95 |
|
- |
action="/restrito/listarAutores.xhtml" |
96 |
|
- |
ajax="false"/> |
97 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Colaboradores']}" |
98 |
|
- |
title="#{msg['listarProjetos.ListarColaboradoresCadastrados']}" |
99 |
|
- |
rendered="#{colaboradorBean.administrador}" |
100 |
|
- |
ajax="false"/> |
101 |
|
- |
<p:menuitem value="#{msg['listarProjetos.Conferencias']}" |
102 |
|
- |
title="#{msg['listarProjetos.ListarConferenciasCadastradas']}" |
103 |
|
- |
action="/restrito/listarConferencias.xhtml" |
104 |
|
- |
ajax="false"/> |
105 |
|
- |
</p:submenu> |
106 |
|
- |
<p:submenu label="#{msg['listarProjetos.Visualizacoes']}"> |
107 |
|
- |
<p:menuitem value="#{msg['listarProjetos.GrafoCitacoes']}" |
108 |
|
- |
title="#{msg['listarProjetos.Citacao']}" |
109 |
|
- |
action="/visualizacao/Citacao.xhtml" |
110 |
|
- |
ajax="false"/> |
111 |
|
- |
<p:menuitem value="#{msg['listarProjetos.GrafoReferencias']}" |
112 |
|
- |
title="#{msg['listarProjetos.Referencia']}" |
113 |
|
- |
action="/visualizacao/Referencia.xhtml" |
114 |
|
- |
ajax="false"/> |
115 |
|
- |
<p:menuitem value="#{msg['listarProjetos.GrafoColaboracaoAutores']}" |
116 |
|
- |
title="#{msg['listarProjetos.Autores']}" |
117 |
|
- |
action="/visualizacao/ColaboracaoAutores.xhtml" |
118 |
|
- |
ajax="false"/> |
119 |
|
- |
</p:submenu> |
120 |
|
- |
<p:submenu label="#{msg['listarProjetos.Graficos']}" |
121 |
|
- |
style="height: 200px"> |
122 |
|
- |
<p:menuitem value="#{msg['listarProjetos.LinhaAutor']}" |
123 |
|
- |
title="#{msg['listarProjetos.GraficoProducaoAutoresPeriodo']}" |
124 |
|
- |
action="/restrito/graficoLinhaAutor.xhtml" |
125 |
|
- |
ajax="false"/> |
126 |
|
- |
<p:menuitem value="#{msg['listarProjetos.LinhaAfiliacao']}" |
127 |
|
- |
title="#{msg['listarProjetos.GraficoProducaoAfiliacoesPeriodo']}" |
128 |
|
- |
action="/restrito/graficoLinhaAfiliacao.xhtml" |
129 |
|
- |
ajax="false"/> |
130 |
|
- |
|
131 |
|
- |
<p:menuitem value="#{msg['listarProjetos.PizzaAutor']}" |
132 |
|
- |
title="#{msg['listarProjetos.GraficoProducoesAutores']}" |
133 |
|
- |
action="/restrito/graficoPizzaAutor.xhtml" |
134 |
|
- |
ajax="false"/> |
135 |
|
- |
|
136 |
|
- |
<p:menuitem value="#{msg['listarProjetos.PizzaAfiliacao']}" |
137 |
|
- |
title="#{msg['listarProjetos.GraficoProducaoAfiliacoes']}" |
138 |
|
- |
action="/restrito/graficoPizzaAfiliacao.xhtml" |
139 |
|
- |
ajax="false"/> |
140 |
|
- |
|
141 |
|
- |
<p:menuitem value="#{msg['listarProjetos.MindmapColaborador']}" |
142 |
|
- |
title="#{msg['listarProjetos.MindmapColaboradoresAutor']}" |
143 |
|
- |
action="/restrito/mindmapColaborador.xhtml" |
144 |
|
- |
ajax="false"/> |
145 |
|
- |
|
146 |
|
- |
<p:menuitem value="#{msg['listarProjetos.MindmapAutorArtigo']}" |
147 |
|
- |
title="#{msg['listarProjetos.MindmapProduçõesAutor']}" |
148 |
|
- |
action="/restrito/mindmapAutorArtigo.xhtml" |
149 |
|
- |
ajax="false"/> |
150 |
|
- |
|
151 |
|
- |
<p:menuitem value="#{msg['listarProjetos.MindmapAfiliacaoArtigo']}" |
152 |
|
- |
title="#{msg['listarProjetos.MindmapProduçõesAutor']}" |
153 |
|
- |
action="/restrito/mindmapAfiliacaoArtigo.xhtml" |
154 |
|
- |
ajax="false"/> |
155 |
|
- |
|
156 |
|
- |
</p:submenu> |
157 |
|
- |
|
158 |
|
- |
</p:slideMenu> |
159 |
|
- |
</p:layoutUnit> |
160 |
|
- |
<p:layoutUnit position="center"> |
161 |
|
- |
<center> |
|
22 |
+ |
life="3000"/> |
|
23 |
+ |
<p:layoutUnit position="center" > |
|
24 |
+ |
<center > |
162 |
25 |
|
<h:outputLabel value="#{msg['listarProjetos.MeusProjetos']}" |
163 |
|
- |
style="font-size: 25px; font-weight: bold"/> |
|
26 |
+ |
style="font-size: 25px; font-weight: bold; "/> |
164 |
27 |
|
</center> |
165 |
28 |
|
<hr/> |
166 |
29 |
|
<p:panel id="panel" |
|
@@ -168,23 +31,28 @@ |
168 |
31 |
|
<p:dataTable id="data" |
169 |
32 |
|
var="proj" |
170 |
33 |
|
value="#{projetoBean.projetos}" |
171 |
|
- |
emptyMessage=""> |
172 |
|
- |
<p:column headerText="#{msg['listarProjetos.TituloProjeto']}" width="76%"> |
173 |
|
- |
<h:outputText value="#{proj.titulo}"/> |
|
34 |
+ |
emptyMessage="" |
|
35 |
+ |
> |
|
36 |
+ |
<p:column headerText="#{msg['listarProjetos.TituloProjeto']}" width="70%" |
|
37 |
+ |
style=" background-size: 0%; border-style: solid; background-color: #f7f7f7" |
|
38 |
+ |
> |
|
39 |
+ |
<h:outputText value="#{proj.titulo}" style="background-color: white; padding: 100%"/> |
174 |
40 |
|
</p:column> |
175 |
41 |
|
|
176 |
|
- |
<p:column> |
|
42 |
+ |
<p:column headerText="Ações" style=" background-size: 0%; border-style: solid; background-color: #f7f7f7"> |
177 |
43 |
|
<p:commandButton title="#{msg['listarProjetos.DetalhesProjeto']}" |
178 |
44 |
|
action="detalhesDoProjeto.xhtml" |
179 |
45 |
|
ajax="false" |
180 |
|
- |
icon="ui-icon-newwin"> |
|
46 |
+ |
icon="ui-icon-newwin" |
|
47 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none; border-style: solid "> |
181 |
48 |
|
<f:setPropertyActionListener value="#{proj}" |
182 |
49 |
|
target="#{projetoBean.projeto}"/> |
183 |
50 |
|
</p:commandButton> |
184 |
51 |
|
<p:commandButton title="#{msg['listarProjetos.ConferenciasProjeto']}" |
185 |
52 |
|
action="conferenciasDoProjeto.xhtml" |
186 |
53 |
|
ajax="false" |
187 |
|
- |
icon="ui-icon-folder-collapsed"> |
|
54 |
+ |
icon="ui-icon-folder-collapsed" |
|
55 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none; border-style: solid "> |
188 |
56 |
|
<f:setPropertyActionListener value="#{proj}" |
189 |
57 |
|
target="#{projetoBean.projeto}"/> |
190 |
58 |
|
</p:commandButton> |
|
@@ -192,7 +60,8 @@ |
192 |
60 |
|
<p:commandButton title="#{msg['listarProjetos.EstatisticasProjeto']}" |
193 |
61 |
|
action="estatisticasDoProjeto.xhtml" |
194 |
62 |
|
ajax="false" |
195 |
|
- |
icon="ui-icon-calculator"> |
|
63 |
+ |
icon="ui-icon-calculator" |
|
64 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none; border-style: solid "> |
196 |
65 |
|
<f:setPropertyActionListener value="#{proj}" |
197 |
66 |
|
target="#{projetoBean.projeto}"/> |
198 |
67 |
|
</p:commandButton> |
|
@@ -200,7 +69,8 @@ |
200 |
69 |
|
<p:commandButton title="#{msg['listarProjetos.SelecoesProjeto']}" |
201 |
70 |
|
action="selecoesDoProjeto.xhtml" |
202 |
71 |
|
ajax="false" |
203 |
|
- |
icon="ui-icon-circle-check"> |
|
72 |
+ |
icon="ui-icon-circle-check" |
|
73 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none; border-style: solid "> |
204 |
74 |
|
<f:setPropertyActionListener value="#{proj}" |
205 |
75 |
|
target="#{projetoBean.projeto}"/> |
206 |
76 |
|
</p:commandButton> |
|
@@ -209,7 +79,8 @@ |
209 |
79 |
|
action="colaboradoresDoProjeto.xhtml" |
210 |
80 |
|
ajax="false" |
211 |
81 |
|
icon="ui-icon-person" |
212 |
|
- |
rendered="#{proj.coordenador eq colaboradorBean.colaboradorLogado}"> |
|
82 |
+ |
rendered="#{proj.coordenador eq colaboradorBean.colaboradorLogado}" |
|
83 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none; border-style: solid "> |
213 |
84 |
|
<f:setPropertyActionListener value="#{proj}" |
214 |
85 |
|
target="#{projetoBean.projeto}"/> |
215 |
86 |
|
</p:commandButton> |
|
@@ -218,15 +89,16 @@ |
218 |
89 |
|
action="/cadastros/criarEstatistica.xhtml" |
219 |
90 |
|
ajax="false" |
220 |
91 |
|
icon="ui-icon-shuffle" |
221 |
|
- |
rendered="#{proj.coordenador eq colaboradorBean.colaboradorLogado}"> |
|
92 |
+ |
rendered="#{proj.coordenador eq colaboradorBean.colaboradorLogado}" |
|
93 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none; border-style: solid "> |
222 |
94 |
|
<f:setPropertyActionListener value="#{proj}" |
223 |
95 |
|
target="#{estatisticaBean.projeto}"/> |
224 |
|
- |
</p:commandButton> |
225 |
|
- |
|
|
96 |
+ |
</p:commandButton> |
226 |
97 |
|
<p:commandButton title="#{msg['listarProjetos.ExcluirProjeto']}" |
227 |
98 |
|
onclick="confirmation.show();" |
228 |
99 |
|
icon="ui-icon-trash" |
229 |
|
- |
rendered="#{proj.coordenador eq colaboradorBean.colaboradorLogado}"> |
|
100 |
+ |
rendered="#{proj.coordenador eq colaboradorBean.colaboradorLogado}" |
|
101 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none; border-style: solid "> |
230 |
102 |
|
<f:setPropertyActionListener value="#{proj}" |
231 |
103 |
|
target="#{projetoBean.projeto}"/> |
232 |
104 |
|
</p:commandButton> |