Subversion Repositories Applications.referentiel

Rev

Rev 362 | Rev 374 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 jpm 1
<?php
2
// declare(encoding='UTF-8');
3
/** Inclusion du fichier principal de l'application*/
4
require_once 'referentiel.php';
5
?>
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7
<html xmlns="http://www.w3.org/1999/xhtml" >
8
	<head xml:lang="fr" lang="fr">
9
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10
		<meta http-equiv="Content-style-type" content="text/css" />
11
		<meta http-equiv="Content-script-type" content="text/javascript" />
12
		<meta http-equiv="Content-language" content="fr" />
13
 
14
		<title><?php echo Referentiel::getMetaTitre(); ?></title>
15
        <meta name="description" content="<?php echo Referentiel::getMetaDescription();?>" />
16
        <meta name="keywords" content="<?php echo Referentiel::getMetaTags();?>" />
17
 
38 jpm 18
		<meta name="revisit-after" content="150 days" />
19
		<meta name="robots" content="noindex,nofollow" />
6 jpm 20
		<meta name="author" content="Tela Botanica" />
21
 
362 mathias 22
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
23
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
6 jpm 24
 
110 jpm 25
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/humanity/jquery-ui-1.8.7.custom.css" />
26 jpm 26
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/referentiel.css" />
27
		<link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/debogage.css" />
6 jpm 28
 
99 jpm 29
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
105 jpm 30
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
31
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/chromatable/1.3.0/jquery.chromatable.js"></script>
84 delphine 32
		<script type="text/javascript" src="interfaces/squelettes/js/jquery-ui-1.8.7.custom.min.js"></script>
335 mathias 33
		<script type="text/javascript" src="interfaces/squelettes/js/referentiels.js"></script>
369 aurelien 34
 
35
		<script>
36
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
37
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
38
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
39
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
40
 
41
		  ga('create', 'UA-42874437-1', 'auto');
42
		  ga('send', 'pageview');
43
 
44
		</script>
6 jpm 45
	</head>
46
	<body xml:lang="fr" lang="fr">
45 jpm 47
		<div id="zone-centrale">
6 jpm 48
 
45 jpm 49
			<div id="zone-logo">
336 mathias 50
				<a href="<?php echo Config::get('url_base'); ?>" title="Retour à l'accueil du site">
362 mathias 51
					<img src="http://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
6 jpm 52
				</a>
53
			</div>
54
 
45 jpm 55
			<div id="zone-entete">
56
				<div id="zone-entete-contenu">
57
					<div id="zone-titre-site">
280 delphine 58
						<h1>RTax-ß</h1>
6 jpm 59
					</div>
60
				</div>
61
			</div>
62
 
45 jpm 63
			<div id="zone-corps">
64
				<div id="zone-navigation">
65
					<?php echo Referentiel::getContenuMenu(); ?>
6 jpm 66
				</div>
45 jpm 67
				<div id="zone-corps-contenu">
68
					<div id="zone-fil-ariane">
69
						<p>Vous êtes ici&nbsp;:</p>
70
						<?php echo Referentiel::getContenuNavigation(); ?>
71
					</div>
6 jpm 72
					<div id="entete">
73
						<?php echo Referentiel::getContenuTete(); ?>
74
					</div>
75
					<div id="texte">
76
						<?php echo Referentiel::getContenuCorps(); ?>
77
					</div>
78
					<div id="pied_texte">
79
						<?php echo Referentiel::getContenuPied(); ?>
80
					</div>
81
				</div>
82
				<div>
83
					<?php echo Referentiel::getChrono(); ?>
84
					<?php echo Referentiel::getExceptions(); ?>
85
				</div>
45 jpm 86
				<div id="zone-pied">
6 jpm 87
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
88
				</div>
45 jpm 89
			</div>
6 jpm 90
		</div>
91
	</body>
92
</html>