|
@@ -12,7 +12,7 @@ |
12 |
12 |
|
<style type="text/css"> |
13 |
13 |
|
.cabCol1{ |
14 |
14 |
|
padding-top: 10px; |
15 |
|
- |
padding-bottom: 0; |
|
15 |
+ |
padding-bottom: 4px; |
16 |
16 |
|
padding-left: 60px; |
17 |
17 |
|
padding-right: 50px; |
18 |
18 |
|
font-weight: bold; |
|
@@ -24,6 +24,10 @@ |
24 |
24 |
|
width: 100%; |
25 |
25 |
|
font-size: 12px; |
26 |
26 |
|
} |
|
27 |
+ |
|
|
28 |
+ |
.affaires .ui-menu-child{background-color:#4d90fe; |
|
29 |
+ |
background-size: 0%;} |
|
30 |
+ |
|
27 |
31 |
|
</style> |
28 |
32 |
|
</h:head> |
29 |
33 |
|
|
|
@@ -34,67 +38,243 @@ |
34 |
38 |
|
resizable="false" |
35 |
39 |
|
closable="false" |
36 |
40 |
|
collapsible="false" |
37 |
|
- |
size="60" |
38 |
|
- |
style="padding-bottom: 0; padding-top: 0;"> |
39 |
|
- |
<h:form> |
40 |
|
- |
<h:panelGrid columns="2" |
|
41 |
+ |
size="60" |
|
42 |
+ |
style="padding-bottom: 0; padding-top: 0; border: transparent; "> |
|
43 |
+ |
<h:form > |
|
44 |
+ |
<h:panelGrid columns="2" style="background-color: #4d90fe; border-radius: 3px; box-shadow: 2px 2px 2px 0" |
41 |
45 |
|
columnClasses="cabCol1, cabCol2"> |
42 |
|
- |
<h:outputLabel value="#{msg['template.Ramani']}"/> |
43 |
|
- |
<p:toolbar style="background-color: white; border-color: transparent"> |
44 |
|
- |
<p:toolbarGroup align="left"> |
|
46 |
+ |
<h:outputLabel value="#{msg['template.Ramani']}" style="color: #f7f7f7; padding-bottom: 5px"/> |
|
47 |
+ |
<p:toolbar style="background-color: #4d90fe; border-style: none; |
|
48 |
+ |
background-size: 0%; |
|
49 |
+ |
border-color: transparent"> |
|
50 |
+ |
<p:toolbarGroup align="right" > |
|
51 |
+ |
<p:commandButton title="#{msg['template.Home']}" |
|
52 |
+ |
action="/projeto/listarProjetos.xhtml" |
|
53 |
+ |
ajax="false" |
|
54 |
+ |
icon="ui-icon-home" |
|
55 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none"/> |
|
56 |
+ |
<p:separator/> |
45 |
57 |
|
<p:commandButton title="#{msg['template.MinhasNotificacoes']}" |
46 |
58 |
|
action="/restrito/notificacoes.xhtml" |
47 |
59 |
|
ajax="false" |
48 |
60 |
|
icon="ui-icon-info" |
49 |
|
- |
style="background-color: coral"/> |
50 |
|
- |
<p:separator/> |
51 |
|
- |
<p:commandButton title="#{msg['template.Home']}" |
52 |
|
- |
action="/projeto/listarProjetos.xhtml" |
53 |
|
- |
ajax="false" |
54 |
|
- |
icon="ui-icon-home"/> |
55 |
|
- |
<ui:insert name="caminho"/> |
56 |
|
- |
</p:toolbarGroup> |
57 |
|
- |
<p:toolbarGroup align="right"> |
58 |
|
- |
<p:commandLink value="#{colaboradorBean.colaboradorLogado.login}" |
59 |
|
- |
/> |
|
61 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none" |
|
62 |
+ |
/> |
60 |
63 |
|
<p:separator/> |
61 |
64 |
|
<p:commandButton title="#{msg['template.MinhasConfiguracoes']}" |
62 |
65 |
|
action="/restrito/editarDadosPessoais.xhtml" |
63 |
66 |
|
ajax="false" |
64 |
|
- |
icon="ui-icon-gear"> |
|
67 |
+ |
icon="ui-icon-gear" |
|
68 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none" |
|
69 |
+ |
> |
65 |
70 |
|
<f:setPropertyActionListener value="#{colaboradorBean.colaboradorLogado}" |
66 |
71 |
|
target="#{colaboradorBean.colaboradorEditado}"/> |
67 |
72 |
|
</p:commandButton> |
|
73 |
+ |
|
|
74 |
+ |
<p:separator/> |
|
75 |
+ |
|
68 |
76 |
|
<p:commandButton title="#{msg['template.MinhaSenha']}" |
69 |
77 |
|
action="/restrito/editarSenha.xhtml" |
70 |
78 |
|
ajax="false" |
71 |
|
- |
icon="ui-icon-unlocked"> |
|
79 |
+ |
icon="ui-icon-unlocked" |
|
80 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none"> |
72 |
81 |
|
<f:setPropertyActionListener value="#{colaboradorBean.colaboradorLogado}" |
73 |
82 |
|
target="#{colaboradorBean.colaboradorEditado}"/> |
74 |
83 |
|
</p:commandButton> |
75 |
84 |
|
<p:separator/> |
76 |
85 |
|
<p:commandButton title="#{msg['template.Sair']}" |
77 |
86 |
|
onclick="document.location = '#{request.contextPath}/j_spring_security_logout'" |
78 |
|
- |
icon="ui-icon-power"/> |
79 |
|
- |
<h:selectOneMenu value="#{language.localeCode}" onchange="submit()" |
80 |
|
- |
valueChangeListener="#{language.countryLocaleCodeChanged}"> |
81 |
|
- |
<f:selectItems value="#{language.countriesInMap}" /> |
82 |
|
- |
</h:selectOneMenu> |
|
87 |
+ |
icon="ui-icon-power" |
|
88 |
+ |
style="background-color: #f7f7f7; background-size: 0%; border-style: none"/> |
83 |
89 |
|
</p:toolbarGroup> |
84 |
90 |
|
</p:toolbar> |
85 |
|
- |
</h:panelGrid> |
|
91 |
+ |
</h:panelGrid> |
|
92 |
+ |
|
86 |
93 |
|
</h:form> |
87 |
|
- |
</p:layoutUnit> |
|
94 |
+ |
|
|
95 |
+ |
|
88 |
96 |
|
|
|
97 |
+ |
</p:layoutUnit> |
|
98 |
+ |
|
|
99 |
+ |
|
89 |
100 |
|
<p:layoutUnit position="center" |
90 |
101 |
|
resizable="false" |
91 |
102 |
|
closable="false" |
92 |
103 |
|
collapsible="false" |
93 |
104 |
|
size="60" |
94 |
|
- |
style="border-color: transparent"> |
|
105 |
+ |
style="border-color: transparent;"> |
|
106 |
+ |
|
|
107 |
+ |
<p:layoutUnit position="north" style="border-style: none"> |
|
108 |
+ |
<p:layoutUnit position="north" style="border-style: none" > |
|
109 |
+ |
<p:layoutUnit position="north" style="border-style: none" ></p:layoutUnit> |
|
110 |
+ |
</p:layoutUnit> |
|
111 |
+ |
</p:layoutUnit> |
|
112 |
+ |
|
95 |
113 |
|
<ui:insert name="conteudoCentro"/> |
|
114 |
+ |
|
|
115 |
+ |
|
|
116 |
+ |
<h:panelGrid width="100%" > |
|
117 |
+ |
<h:form > |
|
118 |
+ |
<p:menubar |
|
119 |
+ |
style="background-color: #4d90fe; border-style: none; |
|
120 |
+ |
border-radius: 3px; box-shadow: 2px 2px 2px 0; |
|
121 |
+ |
background-size: 0%; font-size: 12px;" > |
|
122 |
+ |
|
|
123 |
+ |
<p:submenu label="#{msg['listarProjetos.Minhas']}" styleClass="affaires" > |
|
124 |
+ |
<p:menuitem value="#{msg['listarProjetos.Revisoes']}" |
|
125 |
+ |
title="#{msg['listarProjetos.MinhasRevisoes']}" |
|
126 |
+ |
action="/restrito/revisoes.xhtml" |
|
127 |
+ |
ajax="false" |
|
128 |
+ |
style="background-color: #4d90fe; display: block; border-bottom: 1px solid #f7f7f7; "/> |
|
129 |
+ |
<p:menuitem value="#{msg['listarProjetos.SelecoesInterrompidas']}" |
|
130 |
+ |
title="#{msg['listarProjetos.MinhasSelecoesInterrompidas']}" |
|
131 |
+ |
action="/restrito/selecoesInterrompidas.xhtml" |
|
132 |
+ |
ajax="false" |
|
133 |
+ |
style="background-color: #4d90fe;"/> |
|
134 |
+ |
</p:submenu> |
|
135 |
+ |
|
|
136 |
+ |
<p:submenu label="#{msg['listarProjetos.SelecionarArtigos']}" styleClass="affaires"> |
|
137 |
+ |
<p:menuitem value="#{msg['listarProjetos.PorEscolha']}" |
|
138 |
+ |
title="#{msg['listarProjetos.CriarSelecaoEscolha']}" |
|
139 |
+ |
action="/cadastros/criarSelecaoEscolha.xhtml" |
|
140 |
+ |
ajax="false" style="border-bottom: 1px solid #f7f7f7;"/> |
|
141 |
+ |
<p:menuitem value="#{msg['listarProjetos.PorUpload']}" |
|
142 |
+ |
title="#{msg['listarProjetos.CriarSelecaoUpload']}" |
|
143 |
+ |
action="/cadastros/criarSelecaoUpload.xhtml" |
|
144 |
+ |
ajax="false" style="border-bottom: 1px solid #f7f7f7;"/> |
|
145 |
+ |
<p:menuitem value="#{msg['listarProjetos.PorSnowballingInterativoUnico']}" |
|
146 |
+ |
title="#{msg['listarProjetos.CriarSelecaoSnowballingInterativoUnico']}" |
|
147 |
+ |
action="/cadastros/criarSelecaoSnowballingInterativoUnico.xhtml" |
|
148 |
+ |
ajax="false" style="border-bottom: 1px solid #f7f7f7;"/> |
|
149 |
+ |
<p:menuitem value="#{msg['listarProjetos.PorSnowballingInterativoVarios']}" |
|
150 |
+ |
title="#{msg['listarProjetos.CriarSelecaoSnowballingInterativoVarios']}" |
|
151 |
+ |
action="/cadastros/criarSelecaoSnowballingInterativoVarios.xhtml" |
|
152 |
+ |
ajax="false" style="border-bottom: 1px solid #f7f7f7;"/> |
|
153 |
+ |
<p:menuitem value="#{msg['listarProjetos.PorSnowballingAutomatizado']}" |
|
154 |
+ |
title="#{msg['listarProjetos.CriarSelecaoSnowballingAutomatizado']}" |
|
155 |
+ |
action="/cadastros/criarSelecaoSnowballingFiltrado.xhtml" |
|
156 |
+ |
ajax="false"/> |
|
157 |
+ |
</p:submenu> |
|
158 |
+ |
|
|
159 |
+ |
<p:submenu label="#{msg['listarProjetos.Criar']}" styleClass="affaires"> |
|
160 |
+ |
<p:menuitem value="#{msg['listarProjetos.ArtigoUploadArquivo']}" |
|
161 |
+ |
title="#{msg['listarProjetos.CriarArtigoUploadArquivo']}" |
|
162 |
+ |
action="/cadastros/criarArtigoUpload.xhtml" |
|
163 |
+ |
ajax="false" |
|
164 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
165 |
+ |
<p:menuitem value="#{msg['listarProjetos.ArtigoFormulario']}" |
|
166 |
+ |
title="#{msg['listarProjetos.CriarArtigoFormulario']}" |
|
167 |
+ |
action="/cadastros/criarArtigo.xhtml" |
|
168 |
+ |
ajax="false" |
|
169 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
170 |
+ |
<p:menuitem value="#{msg['listarProjetos.Conferencia']}" |
|
171 |
+ |
title="#{msg['listarProjetos.CriarConferencia']}" |
|
172 |
+ |
action="/cadastros/criarConferencia.xhtml" |
|
173 |
+ |
ajax="false" |
|
174 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
175 |
+ |
<p:menuitem value="#{msg['listarProjetos.Projeto']}" |
|
176 |
+ |
title="#{msg['listarProjetos.CriarProjeto']}" |
|
177 |
+ |
action="/cadastros/criarProjeto.xhtml" |
|
178 |
+ |
ajax="false"/> |
|
179 |
+ |
</p:submenu> |
|
180 |
+ |
|
|
181 |
+ |
<p:submenu label="#{msg['listarProjetos.Listar']}" styleClass="affaires" |
|
182 |
+ |
> |
|
183 |
+ |
<p:menuitem value="#{msg['listarProjetos.Afiliacoes']}" |
|
184 |
+ |
title="#{msg['listarProjetos.ListarAfiliacoesCadastradas']}" |
|
185 |
+ |
action="/restrito/listarAfiliacoes.xhtml" |
|
186 |
+ |
ajax="false" |
|
187 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
188 |
+ |
<p:menuitem value="#{msg['listarProjetos.Artigos']}" |
|
189 |
+ |
title="#{msg['listarProjetos.ListarArtigosCadastrados']}" |
|
190 |
+ |
action="/restrito/listarArtigos.xhtml" |
|
191 |
+ |
ajax="false" |
|
192 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
193 |
+ |
<p:menuitem value="#{msg['listarProjetos.Autores']}" |
|
194 |
+ |
title="#{msg['listarProjetos.ListarAutoresCadastrados']}" |
|
195 |
+ |
action="/restrito/listarAutores.xhtml" |
|
196 |
+ |
ajax="false" |
|
197 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
198 |
+ |
<p:menuitem value="#{msg['listarProjetos.Colaboradores']}" |
|
199 |
+ |
title="#{msg['listarProjetos.ListarColaboradoresCadastrados']}" |
|
200 |
+ |
rendered="#{colaboradorBean.administrador}" |
|
201 |
+ |
ajax="false" |
|
202 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
203 |
+ |
<p:menuitem value="#{msg['listarProjetos.Conferencias']}" |
|
204 |
+ |
title="#{msg['listarProjetos.ListarConferenciasCadastradas']}" |
|
205 |
+ |
action="/restrito/listarConferencias.xhtml" |
|
206 |
+ |
ajax="false"/> |
|
207 |
+ |
</p:submenu> |
|
208 |
+ |
|
|
209 |
+ |
<p:submenu label="#{msg['listarProjetos.Visualizacoes']}" styleClass="affaires"> |
|
210 |
+ |
<p:menuitem value="#{msg['listarProjetos.GrafoCitacoes']}" |
|
211 |
+ |
title="#{msg['listarProjetos.Citacao']}" |
|
212 |
+ |
action="/visualizacao/Citacao.xhtml" |
|
213 |
+ |
ajax="false" |
|
214 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
215 |
+ |
<p:menuitem value="#{msg['listarProjetos.GrafoReferencias']}" |
|
216 |
+ |
title="#{msg['listarProjetos.Referencia']}" |
|
217 |
+ |
action="/visualizacao/Referencia.xhtml" |
|
218 |
+ |
ajax="false" |
|
219 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
220 |
+ |
<p:menuitem value="#{msg['listarProjetos.GrafoColaboracaoAutores']}" |
|
221 |
+ |
title="#{msg['listarProjetos.Autores']}" |
|
222 |
+ |
action="/visualizacao/ColaboracaoAutores.xhtml" |
|
223 |
+ |
ajax="false" |
|
224 |
+ |
/> |
|
225 |
+ |
</p:submenu> |
|
226 |
+ |
|
|
227 |
+ |
<p:submenu label="#{msg['listarProjetos.Graficos']}" styleClass="affaires" |
|
228 |
+ |
> |
|
229 |
+ |
<p:menuitem value="#{msg['listarProjetos.LinhaAutor']}" |
|
230 |
+ |
title="#{msg['listarProjetos.GraficoProducaoAutoresPeriodo']}" |
|
231 |
+ |
action="/restrito/graficoLinhaAutor.xhtml" |
|
232 |
+ |
ajax="false" |
|
233 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
234 |
+ |
<p:menuitem value="#{msg['listarProjetos.LinhaAfiliacao']}" |
|
235 |
+ |
title="#{msg['listarProjetos.GraficoProducaoAfiliacoesPeriodo']}" |
|
236 |
+ |
action="/restrito/graficoLinhaAfiliacao.xhtml" |
|
237 |
+ |
ajax="false" |
|
238 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
239 |
+ |
|
|
240 |
+ |
<p:menuitem value="#{msg['listarProjetos.PizzaAutor']}" |
|
241 |
+ |
title="#{msg['listarProjetos.GraficoProducoesAutores']}" |
|
242 |
+ |
action="/restrito/graficoPizzaAutor.xhtml" |
|
243 |
+ |
ajax="false" |
|
244 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
245 |
+ |
|
|
246 |
+ |
<p:menuitem value="#{msg['listarProjetos.PizzaAfiliacao']}" |
|
247 |
+ |
title="#{msg['listarProjetos.GraficoProducaoAfiliacoes']}" |
|
248 |
+ |
action="/restrito/graficoPizzaAfiliacao.xhtml" |
|
249 |
+ |
ajax="false" |
|
250 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
251 |
+ |
|
|
252 |
+ |
<p:menuitem value="#{msg['listarProjetos.MindmapColaborador']}" |
|
253 |
+ |
title="#{msg['listarProjetos.MindmapColaboradoresAutor']}" |
|
254 |
+ |
action="/restrito/mindmapColaborador.xhtml" |
|
255 |
+ |
ajax="false" |
|
256 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
257 |
+ |
|
|
258 |
+ |
<p:menuitem value="#{msg['listarProjetos.MindmapAutorArtigo']}" |
|
259 |
+ |
title="#{msg['listarProjetos.MindmapProduçõesAutor']}" |
|
260 |
+ |
action="/restrito/mindmapAutorArtigo.xhtml" |
|
261 |
+ |
ajax="false" |
|
262 |
+ |
style="border-bottom: 1px solid #f7f7f7;"/> |
|
263 |
+ |
|
|
264 |
+ |
<p:menuitem value="#{msg['listarProjetos.MindmapAfiliacaoArtigo']}" |
|
265 |
+ |
title="#{msg['listarProjetos.MindmapProduçõesAutor']}" |
|
266 |
+ |
action="/restrito/mindmapAfiliacaoArtigo.xhtml" |
|
267 |
+ |
ajax="false"/> |
|
268 |
+ |
|
|
269 |
+ |
</p:submenu> |
|
270 |
+ |
|
|
271 |
+ |
</p:menubar> |
|
272 |
+ |
</h:form> |
|
273 |
+ |
</h:panelGrid> |
96 |
274 |
|
</p:layoutUnit> |
97 |
275 |
|
|
|
276 |
+ |
|
|
277 |
+ |
|
98 |
278 |
|
<p:layoutUnit |
99 |
279 |
|
position="south" |
100 |
280 |
|
resizable="false" |