Subversion Repositories Applications.gtt

Rev

Rev 11 | Rev 42 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 21
Line 1... Line 1...
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" />
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" />
2
<html xmlns="http://www.w3.org/1999/xhtml/" >
2
<html>
3
	<head>
3
	<head>
4
		<meta http-equiv="Content-Style-Type" content="text/css" />
4
		<meta http-equiv="Content-Style-Type" content="text/css" />
5
		<link rel="stylesheet" type="text/css" href="presentation/gtt_vert.css" media="screen" title="Vert" />
5
		<link rel="stylesheet" type="text/css" href="presentation/gtt.css" media="screen" title="Vert" />
6
		<title><?=$titre;?></title>
6
		<title><?=$titre;?></title>
7
	</head>
7
	</head>
8
	<body>
8
	<body>
9
	<h1 id="titre_principal"><?=$titre;?></h1>
9
	<h1 id="titre_principal"><?=$titre;?></h1>
10
	<div id="zone_contenu_principal"><?=$zone_contenu;?></div>
10
	<div id="zone_contenu_principal"><?=$zone_contenu;?></div>