forked from Coded/SIPRP
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.
13 lines
1.0 KiB
13 lines
1.0 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<div style="height: 200px; width: 100%; -rave-layout: grid" 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="Footer">
|
|
<h:panelGrid binding="#{Footer.gridPanel1}" columnClasses="gridColCenter" columns="1" id="gridPanel1" style="height: 24px; left: 0px; top: 0px; position: absolute; width: 100%">
|
|
<ui:panelGroup binding="#{Footer.groupPanel1}" id="groupPanel1" style="border-bottom: solid rgb(255, 255, 255) 1px; height: 21px">
|
|
<ui:staticText binding="#{Footer.staticText1}" id="staticText1" text="Software desenvolvido por "/>
|
|
<ui:image binding="#{Footer.image1}" height="21" id="image1" url="/resources/images/logo_evolute_small.png" width="100"/>
|
|
<ui:staticText binding="#{Footer.staticText2}" escape="false" id="staticText2" text="&nbsp;&copy; 2008 "/>
|
|
</ui:panelGroup>
|
|
</h:panelGrid>
|
|
</f:subview>
|
|
</div>
|