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/Acesso.jsp

80 lines
6.6 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"?>
<!--
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"/>
</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&gt;&gt;"/>
</ui:panelGroup>
</h:panelGrid>
<ui:staticText escape="false" id="staticText2" style="font-size: XX-large" text="&amp;nbsp;"/>
<ui:staticText escape="false" id="staticText3" style="font-size: xx-large" text="&amp;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="&amp;nbsp;"/>
<ui:staticText escape="false" id="stAccessTo" text="aceder a "/>
<ui:staticText escape="false" id="staticText5" style="font-size: xx-large" text="&amp;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="&amp;nbsp;|&amp;nbsp;"/>
<ui:hyperlink action="#{Acesso.lnkPlanos_action}" id="lnkPlanos" style="font-size: 16px" text="Planos de Actuação"/>
</ui:panelGroup>
</h:panelGrid>
<ui:staticText escape="false" id="staticText11" style="font-size: 18px" text="&amp;nbsp;"/>
<h:panelGrid binding="#{Acesso.gridEstabelecimento}" columnClasses="gridColCenter" columns="1" id="gridEstabelecimento"
style="height: 24px; width: 100%" width="168">
<ui:panelGroup id="groupPanel4">
<ui:staticText escape="false" id="staticText10" text="Seleccionar estabelecimento:&amp;nbsp;"/>
<ui:dropDown binding="#{Acesso.drpEstabelecimentos}" id="drpEstabelecimentos"
items="#{SessionBean1.estabelecimentosGestorOptions}" selected="#{SessionBean1.estabelecimentoGestorChoice}" style="width: 190px"/>
</ui:panelGroup>
</h:panelGrid>
</h:panelGrid>
<ui:staticText escape="false" id="staticText8" style="font-size: xx-large" text="&amp;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="&amp;nbsp;&amp;copy; 2008 "/>
</ui:panelGroup>
</h:panelGrid>
</h:panelGrid>
</h:panelGrid>
</ui:form>
<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:body>
</ui:html>
</ui:page>
</f:view>
</jsp:root>