ramani
Diff Revisions
567
vs
568
for /Ramani/web/restrito/graficoPizzaAutor.xhtml
|
@@ -18,7 +18,6 @@ |
18 |
18 |
|
<h:form id="form"> |
19 |
19 |
|
|
20 |
20 |
|
<p:layoutUnit position="center"> |
21 |
|
- |
<h:outputStylesheet name="graficoStyle.css"/> |
22 |
21 |
|
<center> |
23 |
22 |
|
<h:outputLabel value="#{msg['graficoPizzaAutor.GraficoDeLinha']}" |
24 |
23 |
|
style="font-size: 25px; font-weight: bold"/> |
|
@@ -28,15 +27,15 @@ |
28 |
27 |
|
<p:wizard |
29 |
28 |
|
backLabel="Anterior" |
30 |
29 |
|
nextLabel="Proximo" |
31 |
|
- |
flowListener="#{graficoPizzaBean.onFlowProcessAutor}" |
|
30 |
+ |
flowListener="#{graficoPizzaBean.verificarElementosMinimos}" |
32 |
31 |
|
> |
33 |
32 |
|
|
34 |
33 |
|
<p:tab id="autor" title="#{msg['graficoPizzaAutor.Autor']}"> |
35 |
34 |
|
|
36 |
35 |
|
<p:panel header="#{msg['graficoPizzaAutor.SelecioneAutores']}"> |
37 |
|
- |
|
38 |
|
- |
<h:panelGrid id="autorSelecao" columns="5" columnClasses="label, value" styleClass="tabs"> |
39 |
|
- |
<p:growl id="nn"/> |
|
36 |
+ |
<p:growl showDetail="true" showSummary="true" autoUpdate="true" /> |
|
37 |
+ |
<h:panelGrid id="autorSelecao" columns="5" columnClasses="label, value" style="margin: 0 auto"> |
|
38 |
+ |
|
40 |
39 |
|
|
41 |
40 |
|
<h:outputText value="#{msg['graficoPizzaAutor.NomeAutorDp']}"/> |
42 |
41 |
|
<p:autoComplete |
|
@@ -95,15 +94,12 @@ |
95 |
94 |
|
|
96 |
95 |
|
|
97 |
96 |
|
<p:tab id="pizzaAutor" title="#{msg['graficoPizzaAutor.Grafico']}"> |
98 |
|
- |
|
99 |
97 |
|
<p:panel > |
100 |
|
- |
|
101 |
|
- |
<h:panelGrid styleClass="tabs"> |
|
98 |
+ |
<h:panelGrid style="margin: 0 auto"> |
102 |
99 |
|
<f:ajax render="autorP"> |
103 |
|
- |
<p:pieChart id="autorP" value="#{graficoPizzaBean.pieModelAutor}" legendPosition="w" |
104 |
|
- |
title="#{msg['graficoPizzaAutor.ProducaoAutores']}" style="width:600px;height:400px" /> |
|
100 |
+ |
<p:pieChart id="autorP" value="#{graficoPizzaBean.pieModelAutor}" legendPosition="e" |
|
101 |
+ |
title="#{msg['graficoPizzaAutor.ProducaoAutores']}" style="width:600px;height:400px" /> |
105 |
102 |
|
</f:ajax> |
106 |
|
- |
|
107 |
103 |
|
</h:panelGrid> |
108 |
104 |
|
</p:panel> |
109 |
105 |
|
</p:tab> |