Subversion Repositories Applications.referentiel

Rev

Rev 344 | Rev 373 | 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
 
361 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>
6 jpm 34
	</head>
35
	<body xml:lang="fr" lang="fr">
45 jpm 36
		<div id="zone-centrale">
6 jpm 37
 
45 jpm 38
			<div id="zone-logo">
336 mathias 39
				<a href="<?php echo Config::get('url_base'); ?>" title="Retour à l'accueil du site">
361 mathias 40
					<img src="http://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
6 jpm 41
				</a>
42
			</div>
43
 
45 jpm 44
			<div id="zone-entete">
45
				<div id="zone-entete-contenu">
46
					<div id="zone-titre-site">
280 delphine 47
						<h1>RTax-ß</h1>
6 jpm 48
					</div>
49
				</div>
50
			</div>
51
 
45 jpm 52
			<div id="zone-corps">
53
				<div id="zone-navigation">
54
					<?php echo Referentiel::getContenuMenu(); ?>
6 jpm 55
				</div>
45 jpm 56
				<div id="zone-corps-contenu">
57
					<div id="zone-fil-ariane">
58
						<p>Vous êtes ici&nbsp;:</p>
59
						<?php echo Referentiel::getContenuNavigation(); ?>
60
					</div>
6 jpm 61
					<div id="entete">
62
						<?php echo Referentiel::getContenuTete(); ?>
63
					</div>
64
					<div id="texte">
65
						<?php echo Referentiel::getContenuCorps(); ?>
66
					</div>
67
					<div id="pied_texte">
68
						<?php echo Referentiel::getContenuPied(); ?>
69
					</div>
70
				</div>
71
				<div>
72
					<?php echo Referentiel::getChrono(); ?>
73
					<?php echo Referentiel::getExceptions(); ?>
74
				</div>
45 jpm 75
				<div id="zone-pied">
6 jpm 76
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
315 delphine 77
 
78
					<script type="text/javascript" src="http://www.google-analytics.com/ga.js">
79
						(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
80
							(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
81
							m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
82
						})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
83
						ga('create', 'UA-42874437-1', 'tela-botanica.org');
84
						ga('send', 'pageview');
85
					</script>
6 jpm 86
				</div>
45 jpm 87
			</div>
6 jpm 88
		</div>
89
	</body>
90
</html>