|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!--
|
|
|
Document : Acesso
|
|
|
Created on : Oct 15, 2008, 9:49:21 AM
|
|
|
Author : lluis
|
|
|
-->
|
|
|
<jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
|
|
|
<jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
|
|
|
<f:view>
|
|
|
<ui:page id="page1">
|
|
|
<ui:html id="html1">
|
|
|
<ui:head id="head1">
|
|
|
<ui:link id="link1" url="/resources/stylesheet.css"/>
|
|
|
<script type="text/javascript">
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
try {
|
|
|
var pageTracker = _gat._getTracker("UA-6942416-1");
|
|
|
pageTracker._trackPageview();
|
|
|
} catch(err) {}</script>
|
|
|
</ui:head>
|
|
|
<ui:body id="body1" style="-rave-layout: grid">
|
|
|
<ui:form id="form1">
|
|
|
<h:panelGrid columns="1" id="gridBaseLayout" style="left: 0px; top: 60px; position: absolute; width: 100%" styleClass="centerBlock">
|
|
|
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridLayout" style="width: 80%" styleClass="centerBlock">
|
|
|
<h:panelGrid columnClasses="gridColRight" columns="1" id="gridPanel1" style="height: 24px; width: 100%">
|
|
|
<ui:panelGroup id="groupPanel1" style="height: 24px; width: 310px">
|
|
|
<ui:staticText escape="false" id="lblUser" styleClass="labelBold " text="#{SessionBean1.currentUser.login}"/>
|
|
|
<ui:staticText escape="false" id="staticText1" text=" "/>
|
|
|
<ui:hyperlink action="#{Acesso.lnkLogout_action}" id="lnkLogout" text="sair>>"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
<ui:staticText escape="false" id="staticText2" style="font-size: XX-large" text="&nbsp;"/>
|
|
|
<ui:staticText escape="false" id="staticText3" style="font-size: xx-large" text="&nbsp;"/>
|
|
|
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridPanel2"
|
|
|
style="border: 1px solid black; background-color: #eeeeee; height: 24px; width: 100%" styleClass="centerBlock" width="360">
|
|
|
<h:panelGrid columnClasses="gridColCenter, gridColCenter" columns="2" id="gridLogos1" style="height: 48px; width: 96px" styleClass="centerBlock">
|
|
|
<ui:image id="image1" url="/resources/images/SIPRP_logo_small.jpg"/>
|
|
|
<ui:image height="40" id="image2" url="#{SessionBean1.logoEmpresaUrl}"/>
|
|
|
</h:panelGrid>
|
|
|
<ui:staticText binding="#{Acesso.stWelcome}" escape="false" id="stWelcome" style="font-size: 14px"/>
|
|
|
<ui:staticText escape="false" id="staticText4" style="font-size: xx-large" text="&nbsp;"/>
|
|
|
<ui:staticText escape="false" id="stAccessTo" text="aceder a "/>
|
|
|
<ui:staticText escape="false" id="staticText5" style="font-size: xx-large" text="&nbsp;"/>
|
|
|
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridPanel4" style="height: 24px; width: 100%">
|
|
|
<ui:panelGroup id="groupPanel2">
|
|
|
<ui:hyperlink action="#{Acesso.lnkAnalises_action}" id="lnkAnalises" style="font-size: 16px" text="Análise de Acidentes de Trabalho"/>
|
|
|
<ui:staticText escape="false" id="staticText9" style="height: 24px; width: 22px" text="&nbsp;|&nbsp;"/>
|
|
|
<ui:hyperlink action="#{Acesso.lnkPlanos_action}" id="lnkPlanos" style="font-size: 16px" text="Planos de Actuação"/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
<ui:staticText escape="false" id="staticText8" style="font-size: xx-large" text="&nbsp;"/>
|
|
|
<h:panelGrid columnClasses="gridColCenter" columns="1" id="gridPanel3" style="height: 24px; width: 100%">
|
|
|
<ui:panelGroup id="groupPanel3" style="border-bottom: solid rgb(255, 255, 255) 1px; height: 21px">
|
|
|
<ui:staticText id="staticText6" text="Software desenvolvido por "/>
|
|
|
<ui:image height="21" id="image3" url="/resources/images/logo_evolute_small.png" width="100"/>
|
|
|
<ui:staticText escape="false" id="staticText7" text="&nbsp;&copy; 2008 "/>
|
|
|
</ui:panelGroup>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</ui:form>
|
|
|
</ui:body>
|
|
|
</ui:html>
|
|
|
</ui:page>
|
|
|
</f:view>
|
|
|
</jsp:root>
|