ramani
Diff Revisions
563
vs
564
for /Ramani/web/restrito/mindmapAutorArtigo.xhtml
|
@@ -16,47 +16,7 @@ |
16 |
16 |
|
<ui:define name="conteudoCentro"> |
17 |
17 |
|
<p:layout> |
18 |
18 |
|
<h:form id="formMind"> |
19 |
|
- |
<p:layoutUnit position="west"> |
20 |
|
- |
<h:panelGroup id="pgroup"> |
21 |
|
- |
<center> |
22 |
|
- |
<h:outputLabel value="#{msg['mindmapAutorArtigo.Menu']}" |
23 |
|
- |
style="font-size: 25px; font-weight: bold"/> |
24 |
|
- |
<hr/> |
25 |
|
- |
<p:commandButton value="#{msg['mindmapAutorArtigo.Voltar']}" |
26 |
|
- |
title="#{msg['mindmapAutorArtigo.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['mindmapAutorArtigo.Proximo']}" |
36 |
|
- |
title="#{msg['mindmapAutorArtigo.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['mindmapAutorArtigo.Anterior']}" |
45 |
|
- |
title="#{msg['mindmapAutorArtigo.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> |
|
19 |
+ |
<h:outputStylesheet name="graficoStyle.css"/> |
60 |
20 |
|
<p:layoutUnit position="center"> |
61 |
21 |
|
<center> |
62 |
22 |
|
<h:outputLabel value="#{msg['mindmapAutorArtigo.Mindmap']}" |
|
@@ -65,10 +25,7 @@ |
65 |
25 |
|
|
66 |
26 |
|
|
67 |
27 |
|
<p:wizard |
68 |
|
- |
widgetVar="wiz" |
69 |
28 |
|
flowListener="#{graficoMindMap.onFlowProcessAutorArtigo}" |
70 |
|
- |
binding="#{graficoMindMap.wizard}" |
71 |
|
- |
showNavBar="false" |
72 |
29 |
|
> |
73 |
30 |
|
|
74 |
31 |
|
<p:tab id="aut" title="#{msg['mindmapAutorArtigo.Autor']}"> |