|
|
|
|
@ -7,7 +7,6 @@
|
|
|
|
|
<div style="height: 30px; width: 100%; -rave-layout: grid" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
|
|
|
|
|
<f:subview id="Header">
|
|
|
|
|
|
|
|
|
|
<webuijsf:form id="formHeader">
|
|
|
|
|
<h:panelGrid columns="1" id="gridPanel1" style="height: 24px; left: 0px; top: 0px; position: absolute; width: 100%" styleClass="centerBlock">
|
|
|
|
|
<h:panelGrid columnClasses="gridColRight" columns="1" id="gridPanel5" style="height: 24px; width: 80%" styleClass="centerBlock">
|
|
|
|
|
<h:panelGrid columnClasses="gridCol40,gridCol60" columns="2" id="gridPanel2" style="height: 24px; width: 100%" styleClass="centerBlock" width="552">
|
|
|
|
|
@ -16,6 +15,8 @@
|
|
|
|
|
<webuijsf:staticText escape="false" id="staticText1" style="" text="&nbsp;"/>
|
|
|
|
|
<webuijsf:image binding="#{Header.imgLogoEmpresa}" height="40" id="imgLogoEmpresa" rendered="#{SessionBean1.renderTopMenuImages}" url="#{SessionBean1.logoEmpresaUrl}"/>
|
|
|
|
|
</webuijsf:panelGroup>
|
|
|
|
|
|
|
|
|
|
<webuijsf:form id="formHeader">
|
|
|
|
|
<h:panelGrid columnClasses="gridColRight" columns="1" id="gridPanel3" style="height: 24px; width: 100%" styleClass="centerBlock">
|
|
|
|
|
<webuijsf:panelGroup id="groupPanel2" style="">
|
|
|
|
|
<webuijsf:hyperlink actionExpression="#{Header.lnkAnaliseAcidentes_action}" disabled="#{SessionBean1.disableMenuAnalises}"
|
|
|
|
|
@ -38,6 +39,7 @@
|
|
|
|
|
<webuijsf:hyperlink actionExpression="#{Header.lnkLogout_action}" id="lnkLogout1" text="sair>>"/>
|
|
|
|
|
</webuijsf:panelGroup>
|
|
|
|
|
</h:panelGrid>
|
|
|
|
|
</webuijsf:form>
|
|
|
|
|
</h:panelGrid>
|
|
|
|
|
<h:panelGrid columnClasses="gridColLeft30,gridColCenter40,gridColRight30" columns="3" id="gridSubHeader"
|
|
|
|
|
rendered="#{SessionBean1.renderSubHeader}" style="border: 1px solid black; background-color: rgb(255, 255, 255); height: 24px; width: 100%" width="480">
|
|
|
|
|
@ -53,6 +55,6 @@
|
|
|
|
|
</h:panelGrid>
|
|
|
|
|
</h:panelGrid>
|
|
|
|
|
</h:panelGrid>
|
|
|
|
|
</webuijsf:form>
|
|
|
|
|
|
|
|
|
|
</f:subview>
|
|
|
|
|
</div>
|
|
|
|
|
|