Subversion Repositories Applications.gtt

Rev

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

Rev 93 Rev 97
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">
Line 2... Line 2...
2
 
2
 
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
-
 
4
	<head>
-
 
5
		<title><?=$titre;?></title>
-
 
6
	    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"/>
4
	<head>
7
		<meta http-equiv="Content-Script-Type" content="text/javascript" />
-
 
8
		<meta http-equiv="Content-Style-Type" content="text/css" />
5
		<meta http-equiv="Content-Style-Type" content="text/css" />
9
		<!-- Feuille de styles -->
6
		<style type="text/css" media="screen"><!-- @import "presentation/styles/disposition.css"; --></style>
10
		<style type="text/css" media="screen"><!-- @import "presentation/styles/disposition.css"; --></style>
7
		<style type="text/css" media="print"><!-- @import "presentation/styles/impression.css"; --></style>
11
		<style type="text/css" media="print"><!-- @import "presentation/styles/impression.css"; --></style>
8
		<link rel="stylesheet" type="text/css" href="presentation/styles/emeraude/emeraude.css" media="screen" title="Émeraude" />
-
 
-
 
12
		<link rel="stylesheet" type="text/css" href="presentation/styles/emeraude/emeraude.css" media="screen" title="Émeraude" />
-
 
13
		<!-- Icone de la page -->
-
 
14
		<link rel="shortcut icon" type="image/x-icon" href="presentation/images/favicones/gtt.ico" />
9
		
15
		<link rel="icon" type="image/png" href="presentation/images/favicones/gtt.png" />
-
 
16
		<!-- Fichiers Javascript-->
10
		<title><?=$titre;?></title>
17
		<script type="text/javascript" src="presentation/scripts/commun.js"></script>
11
	</head>
18
	</head>
12
	<body>
19
	<body>
13
		<div id="zone_conteneur">
20
		<div id="zone_conteneur">
14
			<div id="zone_entete">
21
			<div id="zone_entete">
Line 32... Line 39...
32
			</div>
39
			</div>
33
			<div id="zone_pied">
40
			<div id="zone_pied">
34
				<div id="zone_erreur">
41
				<div id="zone_erreur">
35
				<?=(GTT_DEBOGAGE) ? $GLOBALS['_GTT_']['erreur']->retournerErreur():'';?>
42
				<?=(GTT_DEBOGAGE) ? $GLOBALS['_GTT_']['erreur']->retournerErreur():'';?>
36
				</div>
43
				</div>
-
 
44
				<p>Merci, de signalez <a href="http://suivi.tela-botanica.org/index.php?project=19&amp;do=index" class="ext">les bogues et améliorations pour cette application</a>.</p>
37
			</div>
45
			</div>
38
		</div>
46
		</div>
39
	</body>
47
	</body>
40
</html>
48
</html>
41
49