ramani
Diff Revisions
563
vs
564
for /Ramani/web/restrito/mindmapColaborador.xhtml
|
@@ -15,48 +15,8 @@ |
15 |
15 |
|
|
16 |
16 |
|
<ui:define name="conteudoCentro"> |
17 |
17 |
|
<p:layout> |
18 |
|
- |
<h:form id="formMind"> |
19 |
|
- |
<p:layoutUnit position="west"> |
20 |
|
- |
<h:panelGroup id="pgroup"> |
21 |
|
- |
<center> |
22 |
|
- |
<h:outputLabel value="#{msg['mindmapColaborador.Menu']}" |
23 |
|
- |
style="font-size: 25px; font-weight: bold"/> |
24 |
|
- |
<hr/> |
25 |
|
- |
<p:commandButton value="#{msg['mindmapColaborador.Voltar']}" |
26 |
|
- |
title="#{msg['mindmapColaborador.VoltarPaginaInicial']}" |
27 |
|
- |
action="/projeto/listarProjetos.xhtml" |
28 |
|
- |
style="width: 99%" |
29 |
|
- |
ajax="false" |
30 |
|
- |
immediate="true" |
31 |
|
- |
icon="ui-icon-arrowreturnthick-1-w" |
32 |
|
- |
iconPos="right"/> |
33 |
|
- |
|
34 |
|
- |
|
35 |
|
- |
<p:commandButton value="#{msg['mindmapColaborador.Proximo']}" |
36 |
|
- |
title="#{msg['mindmapColaborador.ProximaTab']}" |
37 |
|
- |
onclick="wiz.next();" |
38 |
|
- |
disabled="#{graficoMindMap.botaoProximo}" |
39 |
|
- |
style="width: 99%" |
40 |
|
- |
icon="ui-icon-arrowthick-1-e" |
41 |
|
- |
iconPos="right" |
42 |
|
- |
update="pgroup"/> |
43 |
|
- |
|
44 |
|
- |
<p:commandButton value="#{msg['mindmapColaborador.Anterior']}" |
45 |
|
- |
title="#{msg['mindmapColaborador.TabAnterior']}" |
46 |
|
- |
onclick="wiz.back();" |
47 |
|
- |
disabled="#{graficoMindMap.botaoAnterior}" |
48 |
|
- |
style="width: 99%" |
49 |
|
- |
icon="ui-icon-arrowthick-1-w" |
50 |
|
- |
iconPos="right" |
51 |
|
- |
update="pgroup" |
52 |
|
- |
/> |
53 |
|
- |
|
54 |
|
- |
|
55 |
|
- |
|
56 |
|
- |
|
57 |
|
- |
</center> |
58 |
|
- |
</h:panelGroup> |
59 |
|
- |
</p:layoutUnit> |
|
18 |
+ |
<h:form id="formMind"> |
|
19 |
+ |
<h:outputStylesheet name="graficoStyle.css"/> |
60 |
20 |
|
<p:layoutUnit position="center"> |
61 |
21 |
|
<center> |
62 |
22 |
|
<h:outputLabel value="#{msg['mindmapColaborador.Mindmap']}" |
|
@@ -65,10 +25,9 @@ |
65 |
25 |
|
|
66 |
26 |
|
|
67 |
27 |
|
<p:wizard |
68 |
|
- |
widgetVar="wiz" |
|
28 |
+ |
|
69 |
29 |
|
flowListener="#{graficoMindMap.onFlowProcessColaborador}" |
70 |
|
- |
binding="#{graficoMindMap.wizard}" |
71 |
|
- |
showNavBar="false" |
|
30 |
+ |
|
72 |
31 |
|
> |
73 |
32 |
|
|
74 |
33 |
|
<p:tab id="aut" title="#{msg['mindmapColaborador.Autor']}"> |