source: ether_eccad/trunk/ECCAD_INTERFACE/JSF/pageError.jsp @ 70

Last change on this file since 70 was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2    pageEncoding="ISO-8859-1"%>
3<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
4<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
5<%@ taglib uri="http://java.sun.com/jstl/core" prefix="jstl" %>
6
7<f:view>
8<script language="JavaScript" src="../JavaScript/global.js"> </script>
9<head>
10                <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
11                <title>Eccad - selection page</title>
12                <link rel="stylesheet" 
13                          href="../css/Eccad.css"
14                          type="text/css"
15                      media="all">
16                <link rel="stylesheet" href="../css/carte.css" type="text/css" media="all"/>
17                <meta http-equiv="refresh" content="3; URL=./page_login.jsf">
18</head>
19
20<body>
21        <h:form id="id_one_page_error" >
22                <div id="page">
23                        <jstl:import url="./commun/bandeauhaut.jsp"/>
24                        <div id="centre">
25                           <div class="navigV">
26                              <jstl:import url="./commun/verticalLink.jsp"/>
27                           </div><!-- ferme navigV -->
28                           <div class="contenu">
29                                        <div class="pageEccad">
30                                                Session Lost, You will be redirect to Request Page
31                                                <h:outputText value="#{sessionBean.disconnect}"></h:outputText>
32                                   </div>
33                                </div>
34                         </div> <!-- ferme centre -->
35                </div><!-- ferme page -->       
36        </h:form>
37</body>
38</f:view>
Note: See TracBrowser for help on using the repository browser.