source: ether_eccad/trunk/ECCAD_INTERFACE/JSF/visualisation/erreur.jsp @ 68

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

commit v1 eccad

  • Property svn:executable set to *
File size: 681 bytes
Line 
1<%@ page language="java" contentType="text/html; charset=UTF-8"
2    pageEncoding="UTF-8"%>
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   
8<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
9<html>
10<head>
11        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
12        <title>Error page</title>
13        <link rel="stylesheet" href="../css/Eccad.css" type="text/css" media="all"/>
14</head>
15
16<body>
17        <h1>type de données non couverte par la visualisation</h1>
18        <a href="../page_critere.jsf">retour page accueil</a>
19</body>
20
21</html>
Note: See TracBrowser for help on using the repository browser.