Subversion Repositories Applications.gtt

Rev

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

Rev 97 Rev 104
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>
4
	<head>
5
		<title><?=$titre;?></title>
5
		<title><?=$titre;?></title>
6
	    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"/>
6
	    <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
7
		<meta http-equiv="Content-Script-Type" content="text/javascript" />
7
		<meta http-equiv="Content-Script-Type" content="text/javascript" />
8
		<meta http-equiv="Content-Style-Type" content="text/css" />
8
		<meta http-equiv="Content-Style-Type" content="text/css" />
9
		<!-- Feuille de styles -->
9
		<!-- Feuille de styles -->
10
		<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>
11
		<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>
12
		<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 -->
13
		<!-- Icone de la page -->
14
		<link rel="shortcut icon" type="image/x-icon" href="presentation/images/favicones/gtt.ico" />
14
		<link rel="shortcut icon" type="image/x-icon" href="presentation/images/favicones/gtt.ico" />
15
		<link rel="icon" type="image/png" href="presentation/images/favicones/gtt.png" />
15
		<link rel="icon" type="image/png" href="presentation/images/favicones/gtt.png" />
16
		<!-- Fichiers Javascript-->
16
		<!-- Fichiers Javascript-->
Line 39... Line 39...
39
			</div>
39
			</div>
40
			<div id="zone_pied">
40
			<div id="zone_pied">
41
				<div id="zone_erreur">
41
				<div id="zone_erreur">
42
				<?=(GTT_DEBOGAGE) ? $GLOBALS['_GTT_']['erreur']->retournerErreur():'';?>
42
				<?=(GTT_DEBOGAGE) ? $GLOBALS['_GTT_']['erreur']->retournerErreur():'';?>
43
				</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>
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>
45
			</div>
45
			</div>
46
		</div>
46
		</div>
47
	</body>
47
	</body>
48
</html>
48
</html>
49
49