Subversion Repositories Applications.referentiel

Rev

Rev 391 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
// declare(encoding='UTF-8');
/** Inclusion du fichier principal de l'application*/
require_once 'referentiel.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><?php echo Referentiel::getMetaTitre(); ?></title>
        <meta name="description" content="<?php echo Referentiel::getMetaDescription();?>" />
        <meta name="keywords" content="<?php echo Referentiel::getMetaTags();?>" />
        
                <meta name="revisit-after" content="150 days" />
                <meta name="robots" content="noindex,nofollow" />
                <meta name="author" content="Tela Botanica" />

                <link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
                <link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />

                <link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/humanity/jquery-ui-1.8.7.custom.css" />
                <link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/referentiel.css" />
                <link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/debogage.css" />
                        
                <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
                <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
                <script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/chromatable/1.3.0/jquery.chromatable.js"></script>
                <script type="text/javascript" src="interfaces/squelettes/js/jquery-ui-1.8.7.custom.min.js"></script>
                <script type="text/javascript" src="interfaces/squelettes/js/referentiels.js"></script>

                <!-- Google tag (gtag.js) -->
                <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZEER4W53SF"></script>
                <script>
                        window.dataLayer = window.dataLayer || [];
                        function gtag(){dataLayer.push(arguments);}
                        gtag('js', new Date());
                        gtag('config', 'G-ZEER4W53SF');
                </script>
        </head>
        <body xml:lang="fr" lang="fr">
                <div id="zone-centrale">

                        <div id="zone-logo">
                                <a href="<?php echo Config::get('url_base'); ?>" title="Retour à l'accueil du site">
                                        <img src="https://resources.tela-botanica.org/tb/img/128x128/logo_carre_officiel.png" alt="le logo de Tela Botanica"/>
                                </a>
                        </div>
        
                        <div id="zone-entete">
                                <div id="zone-entete-contenu">
                                        <div id="zone-titre-site">
                                                <h1>RTax-ß</h1>
                                        </div>
                                </div>
                        </div>
        
                        <div id="zone-corps">
                                <div id="zone-navigation">
                                        <?php echo Referentiel::getContenuMenu(); ?>
                                </div>
                                <div id="zone-corps-contenu">
                                        <div id="zone-fil-ariane">
                                                <p>Vous êtes ici&nbsp;:</p>
                                                <?php echo Referentiel::getContenuNavigation(); ?>
                                        </div>
                                        <div id="entete">
                                                <?php echo Referentiel::getContenuTete(); ?>
                                        </div>
                                        <div id="texte">
                                                <?php echo Referentiel::getContenuCorps(); ?>
                                        </div>
                                        <div id="pied_texte">
                                                <?php echo Referentiel::getContenuPied(); ?>
                                        </div>
                                </div>
                                <div>
                                        <?php echo Referentiel::getChrono(); ?>
                                        <?php echo Referentiel::getExceptions(); ?>
                                </div>
                                <div id="zone-pied">
                                        <p> &copy;<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
                                </div>
                        </div>                  
                </div>
        </body>
</html>