Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 260 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 260 Rev 262
1
<?php
1
<?php
2
// declare(encoding='ISO-8859-15');
2
// declare(encoding='ISO-8859-15');
3
/** Inclusion du fichier principal de l'application*/
3
/** Inclusion du fichier principal de l'application*/
4
require_once 'collection.php';
4
require_once 'collection.php';
5
?>
5
?>
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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" >
7
<html xmlns="http://www.w3.org/1999/xhtml" >
8
	<head xml:lang="fr" lang="fr">
8
	<head xml:lang="fr" lang="fr">
9
		<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
9
		<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15" />
10
		<meta http-equiv="Content-style-type" content="text/css" />
10
		<meta http-equiv="Content-style-type" content="text/css" />
11
		<meta http-equiv="Content-script-type" content="text/javascript" />
11
		<meta http-equiv="Content-script-type" content="text/javascript" />
12
		<meta http-equiv="Content-language" content="fr" />
12
		<meta http-equiv="Content-language" content="fr" />
13
 
13
 
14
		<title><?php echo AppControleur::getMetaTitre(); ?></title>
14
		<title><?php echo AppControleur::getMetaTitre(); ?></title>
15
        <meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
15
        <meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
16
        <meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
16
        <meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
17
        
17
        
18
		<meta name="revisit-after" content="15 days" />
18
		<meta name="revisit-after" content="15 days" />
19
		<meta name="robots" content="index,follow" />
19
		<meta name="robots" content="index,follow" />
20
		<meta name="author" content="Tela Botanica" />
20
		<meta name="author" content="Tela Botanica" />
21
 
21
 
22
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
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" />
23
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
24
 
24
 
25
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/generale.css" />
25
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/generale.css" />
26
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/collection.css" />
26
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/collection.css" />
27
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/humanity/jquery-ui-1.8.custom.css" />
27
		<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/humanity/jquery-ui-1.8.custom.css" />
28
		<link rel="stylesheet" type="text/css" media="print" href="http://www.tela-botanica.org/sites/commun/fr/styles/impression.css" />
28
		<link rel="stylesheet" type="text/css" media="print" href="http://www.tela-botanica.org/sites/commun/fr/styles/impression.css" />
29
			
29
			
30
		<script type="text/javascript" src="squelettes/js/jquery-1.4.2.min.js"></script>
30
		<script type="text/javascript" src="squelettes/js/jquery-1.4.2.min.js"></script>
31
		<script type="text/javascript" src="squelettes/js/jquery.cookie.min.js"></script>
31
		<script type="text/javascript" src="squelettes/js/jquery.cookie.min.js"></script>
32
		<script type="text/javascript" src="squelettes/js/jquery-ui-1.8.custom.min.js"></script>
32
		<script type="text/javascript" src="squelettes/js/jquery-ui-1.8.custom.min.js"></script>
33
		<script type="text/javascript" src="squelettes/js/jquery-collection.js"></script>
33
		<script type="text/javascript" src="squelettes/js/jquery-collection.js"></script>
-
 
34
		<script>
-
 
35
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
36
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
37
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
38
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
39
 
-
 
40
		  ga('create', 'UA-57885-3', 'auto');
-
 
41
		  ga('require', 'displayfeatures');
-
 
42
		  ga('send', 'pageview');
-
 
43
 
-
 
44
		</script>
34
	</head>
45
	</head>
35
	<body xml:lang="fr" lang="fr">
46
	<body xml:lang="fr" lang="fr">
36
		<div id="reducteur">
47
		<div id="reducteur">
37
 
48
 
38
			<div id="logo_tela">
49
			<div id="logo_tela">
39
				<a href="/" title="Retour � l'accueil du site">
50
				<a href="/" title="Retour � l'accueil du site">
40
					<img src="http://resources.tela-botanica.org/tb/img/135x102/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
51
					<img src="http://resources.tela-botanica.org/tb/img/135x102/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
41
				</a>
52
				</a>
42
			</div>
53
			</div>
43
	
54
	
44
			<div id="bandeau">
55
			<div id="bandeau">
45
				<div id="bandeau_contenu">
56
				<div id="bandeau_contenu">
46
					<div id="titre_monde">
57
					<div id="titre_monde">
47
						<h1>Collections</h1>
58
						<h1>Collections</h1>
48
					</div>
59
					</div>
49
				</div>
60
				</div>
50
			</div>
61
			</div>
51
	
62
	
52
			<div id="droite">
63
			<div id="droite">
53
				<div id="onglets">
64
				<div id="onglets">
54
					<?php echo AppControleur::getContenuNavigation(); ?>
65
					<?php echo AppControleur::getContenuNavigation(); ?>
55
				</div>
66
				</div>
56
				<div id="contenu">
67
				<div id="contenu">
57
					<div id="entete">
68
					<div id="entete">
58
						<?php echo AppControleur::getContenuTete(); ?>
69
						<?php echo AppControleur::getContenuTete(); ?>
59
					</div>
70
					</div>
60
					<div id="texte">
71
					<div id="texte">
61
						<?php echo AppControleur::getContenuCorps(); ?>
72
						<?php echo AppControleur::getContenuCorps(); ?>
62
					</div>
73
					</div>
63
					<div id="pied_texte">
74
					<div id="pied_texte">
64
						<?php echo AppControleur::getContenuPied(); ?>
75
						<?php echo AppControleur::getContenuPied(); ?>
65
					</div>
76
					</div>
66
				</div>
77
				</div>
67
				<div>
78
				<div>
68
					<?php echo AppControleur::getExceptions(); ?>
79
					<?php echo AppControleur::getExceptions(); ?>
69
				</div>
80
				</div>
70
				<div id="pied">
81
				<div id="pied">
71
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le r�seau des Botanistes Francophones</p>
82
					<p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le r�seau des Botanistes Francophones</p>
72
				</div>
83
				</div>
73
			</div>
84
			</div>
74
			
85
			
75
			<div id="nav_gauche">
86
			<div id="nav_gauche">
76
				<ul>
87
				<ul>
77
					<li><a href="<?=basename(__FILE__)?>?module=Recherche">Recherche</a></li>
88
					<li><a href="<?=basename(__FILE__)?>?module=Recherche">Recherche</a></li>
78
					<li><a href="<?=basename(__FILE__)?>?module=Carte">Carte</a></li>
89
					<li><a href="<?=basename(__FILE__)?>?module=Carte">Carte</a></li>
79
					<li><a href="<?=basename(__FILE__)?>?module=Syndication">Syndication</a></li>
90
					<li><a href="<?=basename(__FILE__)?>?module=Syndication">Syndication</a></li>
80
				</ul>
91
				</ul>
81
			</div>
92
			</div>
82
			
93
			
83
		</div>
94
		</div>
84
	</body>
95
	</body>
85
</html>
96
</html>