Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 4 | Rev 9 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
// declare(encoding='UTF-8');
/** Inclusion du fichier principal de l'application*/
require_once 'collection.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
        <head xml:lang="fr" lang="fr">
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                <meta http-equiv="Content-style-type" content="text/css" />
                <meta http-equiv="Content-script-type" content="text/javascript" />
                <meta http-equiv="Content-language" content="fr" />

                <title><?=Collection::getMetaTitre(); ?></title>
        <meta name="description" content="<?=Collection::getMetaDescription();?>" />
        <meta name="keywords" content="<?=Collection::getMetaTags();?>" />
        
                <meta name="revisit-after" content="15 days" />
                <meta name="robots" content="index,follow" />
                <meta name="author" content="Tela Botanica" />

                <link rel="stylesheet" type="text/css" media="screen" href="squelettes/collection.css" />
                <link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/favicon.ico" />
                <link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
        </head>
        <body xml:lang="fr" lang="fr">
                <div id="reducteur">
                <div id="logo_tela">
                                <a href="/" title="Retour à l'accueil du site">
                                        <img src="http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/logo_jaune.gif" alt="le logo de Tela Botanica"/>
                                </a>
                </div>

                <div id="droite">
                                <div id="onglets">
                                <?=Collection::getContenuNavigation(); ?>
                                </div>
                                <div id="contenu">
                                        <div id="entete">
                                        <?=Collection::getContenuTete(); ?>
                                        </div>
                                        <div id="texte">
                                        <?=Collection::getContenuCorps(); ?>
                                        </div>
                                        <div id="pied_texte">
                                                <?=Collection::getContenuPied(); ?>
                                        </div>
                                </div>
                        </div>
                        <div>
                                <?=GestionnaireException::getExceptions(); ?>
                        </div>
                        <div id="pied">
                                <p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-2010 - Le réseau des Botanistes Francophones</p>
                        </div>
                </div>
        </body>
</html>