Subversion Repositories Applications.referentiel

Rev

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
 
390 mathias 22
		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
23
		<link rel="icon" type="image/png" href="https://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
 
390 mathias 29
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
30
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
31
		<script type="text/javascript" src="https://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>
373 mathias 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
		  ga('create', 'UA-42874437-1', 'auto');
41
		  ga('require', 'displayfeatures');
42
		  ga('send', 'pageview');
43
		</script>
6 jpm 44
	</head>
45
	<body xml:lang="fr" lang="fr">
45 jpm 46
		<div id="zone-centrale">
6 jpm 47
 
45 jpm 48
			<div id="zone-logo">
336 mathias 49
				<a href="<?php echo Config::get('url_base'); ?>" title="Retour à l'accueil du site">
390 mathias 50
					<img src="https://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
6 jpm 51
				</a>
52
			</div>
53
 
45 jpm 54
			<div id="zone-entete">
55
				<div id="zone-entete-contenu">
56
					<div id="zone-titre-site">
280 delphine 57
						<h1>RTax-ß</h1>
6 jpm 58
					</div>
59
				</div>
60
			</div>
61
 
45 jpm 62
			<div id="zone-corps">
63
				<div id="zone-navigation">
64
					<?php echo Referentiel::getContenuMenu(); ?>
6 jpm 65
				</div>
45 jpm 66
				<div id="zone-corps-contenu">
67
					<div id="zone-fil-ariane">
68
						<p>Vous êtes ici&nbsp;:</p>
69
						<?php echo Referentiel::getContenuNavigation(); ?>
70
					</div>
6 jpm 71
					<div id="entete">
72
						<?php echo Referentiel::getContenuTete(); ?>
73
					</div>
74
					<div id="texte">
75
						<?php echo Referentiel::getContenuCorps(); ?>
76
					</div>
77
					<div id="pied_texte">
78
						<?php echo Referentiel::getContenuPied(); ?>
79
					</div>
80
				</div>
81
				<div>
82
					<?php echo Referentiel::getChrono(); ?>
83
					<?php echo Referentiel::getExceptions(); ?>
84
				</div>
45 jpm 85
				<div id="zone-pied">
6 jpm 86
					<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 87
 
390 mathias 88
					<script type="text/javascript" src="https://www.google-analytics.com/ga.js">
315 delphine 89
						(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
90
							(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
91
							m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
92
						})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
93
						ga('create', 'UA-42874437-1', 'tela-botanica.org');
94
						ga('send', 'pageview');
95
					</script>
6 jpm 96
				</div>
45 jpm 97
			</div>
6 jpm 98
		</div>
99
	</body>
390 mathias 100
</html>