You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SIPRP/trunk/AnaliseAcidentesTrabalho/web/Top.jspf

20 lines
1.4 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<?xml version="1.0" encoding="UTF-8"?>
<div style="-rave-layout: grid; width: 400px; height: 200px" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://www.sun.com/web/ui">
<f:subview id="Top">
<h:panelGrid binding="#{Top.gridPanel1}" columnClasses="gridColLeft, gridColRight" columns="2" id="gridPanel1"
style="height: 24px; left: 0px; top: 0px; position: absolute; width: 100%" width="312">
<ui:panelGroup binding="#{Top.groupPanel1}" id="groupPanel1" style="height: 24px; width: 216px">
<ui:image binding="#{Top.image1}" id="image1"/>
<ui:image binding="#{Top.image2}" id="image2"/>
</ui:panelGroup>
<ui:panelGroup binding="#{Top.groupPanel2}" id="groupPanel2" style="height: 24px; width: 310px">
<ui:staticText binding="#{Top.lblUser}" escape="false" id="lblUser"/>
<ui:staticText binding="#{Top.staticText2}" escape="false" id="staticText2" text="   "/>
<ui:hyperlink binding="#{Top.lnkChangePassword}" id="lnkChangePassword" text="alterar palavra-chave"/>
<ui:staticText binding="#{Top.staticText3}" escape="false" id="staticText3" text=" | "/>
<ui:hyperlink binding="#{Top.lnkLogout}" id="lnkLogout" text="sair"/>
</ui:panelGroup>
</h:panelGrid>
</f:subview>
</div>