46 |
jpm |
1 |
<?php
|
|
|
2 |
// declare(encoding='ISO-8859-15');
|
|
|
3 |
/** Inclusion du fichier principal de l'application*/
|
|
|
4 |
require_once 'collection.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=ISO-8859-15" />
|
|
|
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 |
|
114 |
jpm |
14 |
<title><?php echo AppControleur::getMetaTitre(); ?></title>
|
|
|
15 |
<meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
|
|
|
16 |
<meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
|
46 |
jpm |
17 |
|
|
|
18 |
<meta name="revisit-after" content="15 days" />
|
|
|
19 |
<meta name="robots" content="index,follow" />
|
|
|
20 |
<meta name="author" content="Tela Botanica" />
|
|
|
21 |
|
|
|
22 |
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/favicon.ico" />
|
|
|
23 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
|
|
|
24 |
|
122 |
jpm |
25 |
<link rel="stylesheet" type="text/css" media="screen" href="squelettes/css/collection/generale.css" />
|
46 |
jpm |
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" />
|
122 |
jpm |
28 |
<link rel="stylesheet" type="text/css" media="print" href="http://www.tela-botanica.org/sites/commun/fr/styles/impression.css" />
|
46 |
jpm |
29 |
|
|
|
30 |
<script type="text/javascript" src="squelettes/js/jquery-1.4.2.min.js"></script>
|
|
|
31 |
<script type="text/javascript" src="squelettes/js/jquery-ui-1.8.custom.min.js"></script>
|
93 |
jpm |
32 |
<script type="text/javascript" src="squelettes/js/jquery-collection.min.js"></script>
|
46 |
jpm |
33 |
</head>
|
|
|
34 |
<body xml:lang="fr" lang="fr">
|
|
|
35 |
<div id="reducteur">
|
|
|
36 |
|
|
|
37 |
<div id="logo_tela">
|
114 |
jpm |
38 |
<a href="/" title="Retour à l'accueil du site">
|
46 |
jpm |
39 |
<img src="http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/logo_jaune.gif" alt="le logo de Tela Botanica"/>
|
|
|
40 |
</a>
|
|
|
41 |
</div>
|
|
|
42 |
|
|
|
43 |
<div id="bandeau">
|
|
|
44 |
<div id="bandeau_contenu">
|
|
|
45 |
<div id="titre_monde">
|
|
|
46 |
<h1>Collections</h1>
|
|
|
47 |
</div>
|
|
|
48 |
</div>
|
|
|
49 |
</div>
|
|
|
50 |
|
|
|
51 |
<div id="droite">
|
|
|
52 |
<div id="onglets">
|
114 |
jpm |
53 |
<?php echo AppControleur::getContenuNavigation(); ?>
|
46 |
jpm |
54 |
</div>
|
|
|
55 |
<div id="contenu">
|
|
|
56 |
<div id="entete">
|
114 |
jpm |
57 |
<?php echo AppControleur::getContenuTete(); ?>
|
46 |
jpm |
58 |
</div>
|
|
|
59 |
<div id="texte">
|
114 |
jpm |
60 |
<?php echo AppControleur::getContenuCorps(); ?>
|
46 |
jpm |
61 |
</div>
|
|
|
62 |
<div id="pied_texte">
|
114 |
jpm |
63 |
<?php echo AppControleur::getContenuPied(); ?>
|
46 |
jpm |
64 |
</div>
|
|
|
65 |
</div>
|
|
|
66 |
<div>
|
114 |
jpm |
67 |
<?php echo AppControleur::getExceptions(); ?>
|
46 |
jpm |
68 |
</div>
|
|
|
69 |
<div id="pied">
|
114 |
jpm |
70 |
<p> ©<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
|
46 |
jpm |
71 |
</div>
|
|
|
72 |
</div>
|
|
|
73 |
|
|
|
74 |
<div id="nav_gauche">
|
|
|
75 |
<ul>
|
|
|
76 |
<li><a href="<?=basename(__FILE__)?>?module=Recherche">Recherche</a></li>
|
|
|
77 |
<li><a href="<?=basename(__FILE__)?>?module=Carte">Carte</a></li>
|
|
|
78 |
<li><a href="<?=basename(__FILE__)?>?module=Syndication">Syndication</a></li>
|
|
|
79 |
</ul>
|
|
|
80 |
</div>
|
|
|
81 |
|
|
|
82 |
</div>
|
|
|
83 |
</body>
|
|
|
84 |
</html>
|