| 31 | 
           aurelien | 
           1 | 
           <?php
  | 
        
        
            | 
            | 
           2 | 
           // declare(encoding='UTF-8');
  | 
        
        
            | 
            | 
           3 | 
           /** Inclusion du fichier principal de l'application*/
  | 
        
        
            | 
            | 
           4 | 
           require_once 'saisie.php';
  | 
        
        
            | 
            | 
           5 | 
           ?>
  | 
        
        
            | 
            | 
           6 | 
           <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  | 
        
        
            | 
            | 
           7 | 
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  | 
        
        
            | 
            | 
           8 | 
           <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  | 
        
        
            | 
            | 
           9 | 
               <head>
  | 
        
        
            | 
            | 
           10 | 
                   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  | 
        
        
            | 
            | 
           11 | 
                   <meta http-equiv="Content-style-type" content="text/css" />
  | 
        
        
            | 
            | 
           12 | 
                   <meta http-equiv="Content-script-type" content="text/javascript" />
  | 
        
        
            | 
            | 
           13 | 
                   <meta http-equiv="Content-language" content="fr" />
  | 
        
        
            | 
            | 
           14 | 
              | 
        
        
            | 
            | 
           15 | 
                   <title><?php echo AppControleur::getMetaTitre(); ?></title>
  | 
        
        
            | 
            | 
           16 | 
                   <meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
  | 
        
        
            | 
            | 
           17 | 
                   <meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
  | 
        
        
            | 
            | 
           18 | 
              | 
        
        
            | 
            | 
           19 | 
                   <meta name="revisit-after" content="15 days" />
  | 
        
        
            | 
            | 
           20 | 
                   <meta name="robots" content="index,follow" />
  | 
        
        
            | 
            | 
           21 | 
                   <meta name="author" content="Tela Botanica" />
  | 
        
        
           | 77 | 
           aurelien | 
           22 | 
              | 
        
        
            | 
            | 
           23 | 
                   <?= Liens::renvoyerStylesInclus() ?>
  | 
        
        
            | 
            | 
           24 | 
           		<?= Liens::renvoyerScriptsInclus() ?>
  | 
        
        
           | 31 | 
           aurelien | 
           25 | 
              | 
        
        
            | 
            | 
           26 | 
                   <link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/favicon.ico" />
  | 
        
        
            | 
            | 
           27 | 
                   <link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicones/tela_botanica.png" />
  | 
        
        
            | 
            | 
           28 | 
              | 
        
        
           | 276 | 
           aurelien | 
           29 | 
                   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  | 
        
        
           | 31 | 
           aurelien | 
           30 | 
               </head>
  | 
        
        
            | 
            | 
           31 | 
               <body>
  | 
        
        
            | 
            | 
           32 | 
                   <div id="reducteur">
  | 
        
        
            | 
            | 
           33 | 
              | 
        
        
            | 
            | 
           34 | 
                       <div id="logo_tela">
  | 
        
        
            | 
            | 
           35 | 
                           <a href="/" title="Retour à l'accueil du site">
  | 
        
        
            | 
            | 
           36 | 
                               <img src="http://www.tela-botanica.org/sites/reseau/generique/images/graphisme/logo_jaune.gif" alt="le logo de Tela Botanica"/>
  | 
        
        
            | 
            | 
           37 | 
                           </a>
  | 
        
        
            | 
            | 
           38 | 
                       </div>
  | 
        
        
            | 
            | 
           39 | 
              | 
        
        
            | 
            | 
           40 | 
                       <div id="bandeau">
  | 
        
        
            | 
            | 
           41 | 
                           <div id="bandeau_contenu">
  | 
        
        
            | 
            | 
           42 | 
                               <div id="titre_monde">
  | 
        
        
           | 77 | 
           aurelien | 
           43 | 
                                   <h1>Observatoire des saisons</h1>
  | 
        
        
           | 31 | 
           aurelien | 
           44 | 
                               </div>
  | 
        
        
            | 
            | 
           45 | 
                           </div>
  | 
        
        
            | 
            | 
           46 | 
                       </div>
  | 
        
        
            | 
            | 
           47 | 
              | 
        
        
            | 
            | 
           48 | 
                       <div id="droite">
  | 
        
        
           | 77 | 
           aurelien | 
           49 | 
                           <div id="onglets" class="gauche">
  | 
        
        
           | 31 | 
           aurelien | 
           50 | 
                               <?php echo AppControleur::getContenuNavigation(); ?>
  | 
        
        
            | 
            | 
           51 | 
                           </div>
  | 
        
        
            | 
            | 
           52 | 
                           <div id="contenu">
  | 
        
        
            | 
            | 
           53 | 
                               <div id="entete">
  | 
        
        
            | 
            | 
           54 | 
                                   <?php echo AppControleur::getContenuTete(); ?>
  | 
        
        
            | 
            | 
           55 | 
                               </div>
  | 
        
        
            | 
            | 
           56 | 
                               <div id="texte">
  | 
        
        
            | 
            | 
           57 | 
                                   <?php echo AppControleur::getContenuCorps(); ?>
  | 
        
        
            | 
            | 
           58 | 
                               </div>
  | 
        
        
            | 
            | 
           59 | 
                               <div id="pied_texte">
  | 
        
        
            | 
            | 
           60 | 
                                   <?php echo AppControleur::getContenuPied(); ?>
  | 
        
        
            | 
            | 
           61 | 
                               </div>
  | 
        
        
            | 
            | 
           62 | 
                           </div>
  | 
        
        
           | 77 | 
           aurelien | 
           63 | 
                           <div id="pied" style="clear:left">
  | 
        
        
            | 
            | 
           64 | 
                           	<div>
  | 
        
        
            | 
            | 
           65 | 
                               	<?php echo AppControleur::getChrono(); ?>
  | 
        
        
            | 
            | 
           66 | 
                               	<?php echo AppControleur::getExceptions(); ?>
  | 
        
        
            | 
            | 
           67 | 
                           	</div>
  | 
        
        
           | 31 | 
           aurelien | 
           68 | 
                               <p> ©<a href="http://www.tela-botanica.org/" accesskey="1">Tela Botanica</a> / 2000-<?=date('Y')?> - Le réseau des Botanistes Francophones</p>
  | 
        
        
            | 
            | 
           69 | 
                           </div>
  | 
        
        
            | 
            | 
           70 | 
                       </div>
  | 
        
        
            | 
            | 
           71 | 
                   </div>
  | 
        
        
            | 
            | 
           72 | 
               </body>
  | 
        
        
           | 207 | 
           aurelien | 
           73 | 
           </html>
  |