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.
40 lines
2.8 KiB
40 lines
2.8 KiB
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!--
|
|
Document : Login
|
|
Created on : Aug 26, 2008, 11:21:02 AM
|
|
Author : lluis
|
|
-->
|
|
<jsp:root version="2.1" 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:webuijsf="http://www.sun.com/webui/webuijsf">
|
|
<jsp:directive.page contentType="text/html;charset=ISO-8859-1" pageEncoding="ISO-8859-1"/>
|
|
<f:view>
|
|
<webuijsf:page id="page1">
|
|
<webuijsf:html id="html1">
|
|
<webuijsf:head id="head1">
|
|
<webuijsf:link id="link1" url="/resources/stylesheet.css"/>
|
|
</webuijsf:head>
|
|
<webuijsf:body id="body1" style="-rave-layout: grid">
|
|
<webuijsf:form id="form1">
|
|
<h:panelGrid columns="1" id="gridPanel1" style="height: 96px; left: 0px; top: 300px; position: absolute; width: 100%"
|
|
styleClass="centerBlock" width="456">
|
|
<h:panelGrid columns="1" id="gridPanel2" style="height: 24px" styleClass="centerBlock" width="400">
|
|
<h:panelGrid columns="1" id="gridPanel3" style="border: 1px solid black; height: 24px; width: 100%">
|
|
<h:panelGrid columnClasses="gridColLeft, gridColRight" columns="2" id="gridPanel4" style="height: 24px; width: 100%">
|
|
<webuijsf:staticText id="staticText2" style="height: 24px; width: 144px" styleClass="label" text="Utilizador:"/>
|
|
<webuijsf:textField binding="#{Login.txtUtilizador}" columns="40" id="txtUtilizador" style="height: 36px; width: 100%"/>
|
|
<webuijsf:staticText id="staticText3" style="height: 24px; width: 144px" styleClass="label" text="Palavra-chave:"/>
|
|
<webuijsf:passwordField binding="#{Login.txtPassword}" columns="40" id="txtPassword"/>
|
|
<webuijsf:hyperlink actionExpression="#{Login.lnkPasswordRecovery_action}" id="lnkPasswordRecovery" text="Recuperar palavra-chave"/>
|
|
<webuijsf:button actionExpression="#{Login.butLogin_action}" binding="#{Login.butLogin}" id="butLogin"
|
|
style="width: 95px" text="Entrar"/>
|
|
</h:panelGrid>
|
|
</h:panelGrid>
|
|
<webuijsf:staticText id="txtMsg" style="height: 24px; width: 168px" styleClass="errorMessage"/>
|
|
</h:panelGrid>
|
|
</h:panelGrid>
|
|
</webuijsf:form>
|
|
</webuijsf:body>
|
|
</webuijsf:html>
|
|
</webuijsf:page>
|
|
</f:view>
|
|
</jsp:root>
|