Subversion Repositories Applications.gtt

Rev

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

Rev 10 Rev 11
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 xmlns="http://www.w3.org/1999/xhtml/" >
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_vert.css" media="screen" title="Vert" />
6
		<title>Editer Preferences</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="contenu_principal"><?=$contenu_principal;?></div>
10
	<div id="zone_contenu_principal"><?=$zone_contenu;?></div>
-
 
11
	<div id="zone_identification"><?=$zone_identification;?></div>
-
 
12
	<div id="zone_menu">
-
 
13
		<h2>Menu</h2>
-
 
14
		<ul>
-
 
15
			<li><a href="index.php?action=<?=GTT_ACTION_GESTION;?>">Gestion de mon temps de travail</a></li>
-
 
16
			<li><a href="index.php?action=<?=GTT_ACTION_PREFERENCE;?>">Gestion de mes projets</a></li>
-
 
17
			<li><a href="index.php?action=<?=GTT_ACTION_DECONNEXION;?>">Déconnexion</a></li>
-
 
18
		</ul>
-
 
19
	</div>
11
	</body>
20
	</body>
12
</html>
21
</html>
13
22