Rev 18 | Rev 33 | 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 '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="15 days" /><meta name="robots" content="index,follow" /><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="http://www.tela-botanica.org/sites/commun/fr/styles/commun_simple.css" /><style type="text/css" media="screen"><!--@import "http://www.tela-botanica.org/sites/commun/fr/styles/commun_complexe.css";@import "http://www.tela-botanica.org/sites/parlons_bota/fr/styles/parlons_bota.css";--></style><link rel="stylesheet" type="text/css" media="print" href="http://www.tela-botanica.org/sites/commun/fr/styles/impression.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/humanity/jquery-ui-1.8.custom.css" /><link rel="stylesheet" type="text/css" media="screen" href="interfaces/squelettes/css/referentiel/debogage.css" /><script type="text/javascript" src="interfaces/squelettes/js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="interfaces/squelettes/js/jquery-ui-1.8.custom.min.js"></script></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="bandeau"><div id="bandeau_contenu"><div id="titre_monde"><h1>Referentiels</h1></div></div></div><div id="droite"><div id="onglets"><?php echo Referentiel::getContenuNavigation(); ?></div><div id="contenu"><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="pied"><p> ©<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 id="nav_gauche"><ul><li><a href="<?=basename(__FILE__)?>?module=Test">Test</a></li><li><a href="<?=basename(__FILE__)?>?module=Versionnage">Versionnage</a></li><li><a href="<?=basename(__FILE__)?>?module=Consultation">Consultation</a></li></ul></div></div></body></html>