ramani
Diff Revisions
560
vs
561
for /Ramani/web/restrito/graficoPizzaAutor.xhtml
|
@@ -16,44 +16,9 @@ |
16 |
16 |
|
<ui:define name="conteudoCentro"> |
17 |
17 |
|
<p:layout> |
18 |
18 |
|
<h:form id="form"> |
19 |
|
- |
<p:layoutUnit position="west"> |
20 |
|
- |
<h:panelGroup id="pgroup"> |
21 |
19 |
|
|
22 |
|
- |
<center> |
23 |
|
- |
<h:outputLabel value="#{msg['graficoPizzaAutor.Menu']}" |
24 |
|
- |
style="font-size: 25px; font-weight: bold"/> |
25 |
|
- |
<hr/> |
26 |
|
- |
<p:commandButton value="#{msg['graficoPizzaAutor.Voltar']}" |
27 |
|
- |
title="#{msg['graficoPizzaAutor.VoltarPaginaInicial']}" |
28 |
|
- |
action="/projeto/listarProjetos.xhtml" |
29 |
|
- |
style="width: 99%" |
30 |
|
- |
ajax="false" |
31 |
|
- |
immediate="true" |
32 |
|
- |
icon="ui-icon-arrowreturnthick-1-w" |
33 |
|
- |
iconPos="right"/> |
34 |
|
- |
<p:commandButton value="#{msg['graficoPizzaAutor.Proximo']}" |
35 |
|
- |
title="#{msg['graficoPizzaAutor.ProximaTab']}" |
36 |
|
- |
onclick="wiz.next();" |
37 |
|
- |
disabled="#{graficoPizzaBean.botaoProximo}" |
38 |
|
- |
style="width: 99%" |
39 |
|
- |
icon="ui-icon-arrowthick-1-e" |
40 |
|
- |
iconPos="right" |
41 |
|
- |
update="pgroup"/> |
42 |
|
- |
|
43 |
|
- |
<p:commandButton value="#{msg['graficoPizzaAutor.Anterior']}" |
44 |
|
- |
title="#{msg['graficoPizzaAutor.TabAnterior']}" |
45 |
|
- |
onclick="wiz.back();" |
46 |
|
- |
disabled="#{graficoPizzaBean.botaoAnterior}" |
47 |
|
- |
style="width: 99%" |
48 |
|
- |
icon="ui-icon-arrowthick-1-w" |
49 |
|
- |
iconPos="right" |
50 |
|
- |
update="pgroup" |
51 |
|
- |
/> |
52 |
|
- |
|
53 |
|
- |
</center> |
54 |
|
- |
</h:panelGroup> |
55 |
|
- |
</p:layoutUnit> |
56 |
20 |
|
<p:layoutUnit position="center"> |
|
21 |
+ |
<h:outputStylesheet name="graficoStyle.css"/> |
57 |
22 |
|
<center> |
58 |
23 |
|
<h:outputLabel value="#{msg['graficoPizzaAutor.GraficoDeLinha']}" |
59 |
24 |
|
style="font-size: 25px; font-weight: bold"/> |
|
@@ -61,18 +26,16 @@ |
61 |
26 |
|
|
62 |
27 |
|
|
63 |
28 |
|
<p:wizard |
64 |
|
- |
widgetVar="wiz" |
65 |
|
- |
flowListener="#{graficoPizzaBean.onFlowProcessAutor}" |
66 |
|
- |
binding="#{graficoPizzaBean.wizard}" |
67 |
|
- |
showNavBar="false" |
68 |
|
- |
|
|
29 |
+ |
backLabel="Anterior" |
|
30 |
+ |
nextLabel="Proximo" |
|
31 |
+ |
flowListener="#{graficoPizzaBean.onFlowProcessAutor}" |
69 |
32 |
|
> |
70 |
33 |
|
|
71 |
34 |
|
<p:tab id="autor" title="#{msg['graficoPizzaAutor.Autor']}"> |
72 |
35 |
|
|
73 |
36 |
|
<p:panel header="#{msg['graficoPizzaAutor.SelecioneAutores']}"> |
74 |
37 |
|
|
75 |
|
- |
<h:panelGrid id="autorSelecao" columns="5" columnClasses="label, value" styleClass="grid"> |
|
38 |
+ |
<h:panelGrid id="autorSelecao" columns="5" columnClasses="label, value" styleClass="tabs"> |
76 |
39 |
|
<p:growl id="nn"/> |
77 |
40 |
|
|
78 |
41 |
|
<h:outputText value="#{msg['graficoPizzaAutor.NomeAutorDp']}"/> |
|
@@ -135,10 +98,10 @@ |
135 |
98 |
|
|
136 |
99 |
|
<p:panel > |
137 |
100 |
|
|
138 |
|
- |
<h:panelGrid > |
|
101 |
+ |
<h:panelGrid styleClass="tabs"> |
139 |
102 |
|
<f:ajax render="autorP"> |
140 |
103 |
|
<p:pieChart id="autorP" value="#{graficoPizzaBean.pieModelAutor}" legendPosition="w" |
141 |
|
- |
title="#{msg['graficoPizzaAutor.ProducaoAutores']}" style="width:800px;height:500px" /> |
|
104 |
+ |
title="#{msg['graficoPizzaAutor.ProducaoAutores']}" style="width:600px;height:400px" /> |
142 |
105 |
|
</f:ajax> |
143 |
106 |
|
|
144 |
107 |
|
</h:panelGrid> |