Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 343 → Rev 344

/branches/v2.0-betulales/interfaces/index.php
New file
0,0 → 1,90
<?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="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" />
 
<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="http://www.tela-botanica.org/commun/jquery/1.4.4/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
<script type="text/javascript" src="http://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>
</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="interfaces/squelettes/css/referentiel/images/logo.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>
<script type="text/javascript" src="http://www.google-analytics.com/ga.js">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42874437-1', 'tela-botanica.org');
ga('send', 'pageview');
</script>
</div>
</div>
</div>
</body>
</html>