1 |
bourges.laurent |
586 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 |
|
|
<%@page contentType="text/html" session="false" pageEncoding="UTF-8"%> |
3 |
|
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> |
4 |
|
|
|
5 |
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
6 |
|
|
<head> |
7 |
|
|
<title>${requestScope.title}</title> |
8 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
9 |
|
|
<link href="${pageContext.request.contextPath}/static/simple.css" rel="stylesheet" type="text/css" media="screen"/> |
10 |
|
|
</head> |
11 |
|
|
<body> |
12 |
|
|
|
13 |
|
|
<div id="header"> |
14 |
|
|
<a name="topPage"><img src="static/banner_fr.gif" alt="horizon logo" border="0"/></a> |
15 |
|
|
</div> |
16 |
|
|
|
17 |
|
|
<div id="layout"> |
18 |
|
|
<div id="content"> |
19 |
|
|
|
20 |
|
|
<h1> |
21 |
|
|
${requestScope.title} : |
22 |
|
|
</h1> |
23 |
|
|
|
24 |
|
|
<c:if test="${empty requestScope.noLink}"> |
25 |
|
|
<p>Back to : <a href="index.jsp" title="go to Index"><b>Index</b></a> - <a href="javascript:history.go(-1)" title="go back"><b>Previous Page</b></a></p> |
26 |
|
|
</c:if> |