| 483 | 
           jpm | 
           1 | 
           <?php
  | 
        
        
            | 
            | 
           2 | 
           // declare(encoding='UTF-8');
  | 
        
        
            | 
            | 
           3 | 
           /** Inclusion du fichier principal de l'application*/
  | 
        
        
            | 
            | 
           4 | 
           require_once 'eflore.php';
  | 
        
        
            | 
            | 
           5 | 
           ?>
  | 
        
        
           | 513 | 
           jpm | 
           6 | 
           <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  | 
        
        
           | 483 | 
           jpm | 
           7 | 
           <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
  | 
        
        
            | 
            | 
           8 | 
           	<head>
  | 
        
        
            | 
            | 
           9 | 
           		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  | 
        
        
            | 
            | 
           10 | 
           		<meta http-equiv="Content-style-type" content="text/css" />
  | 
        
        
            | 
            | 
           11 | 
           		<meta http-equiv="Content-script-type" content="text/javascript" />
  | 
        
        
            | 
            | 
           12 | 
           		<meta http-equiv="Content-language" content="fr" />
  | 
        
        
            | 
            | 
           13 | 
              | 
        
        
            | 
            | 
           14 | 
              	 	<title><?php echo AppControleur::getMetaTitre(); ?></title>
  | 
        
        
            | 
            | 
           15 | 
           		<meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
  | 
        
        
            | 
            | 
           16 | 
           		<meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
  | 
        
        
            | 
            | 
           17 | 
              | 
        
        
            | 
            | 
           18 | 
           		<meta name="revisit-after" content="15 days" />
  | 
        
        
            | 
            | 
           19 | 
           		<meta name="robots" content="index,follow" />
  | 
        
        
            | 
            | 
           20 | 
           		<meta name="author" content="Tela Botanica" />
  | 
        
        
            | 
            | 
           21 | 
              | 
        
        
            | 
            | 
           22 | 
           		<!-- Favicones -->
  | 
        
        
           | 1505 | 
           mathias | 
           23 | 
           		<link rel="icon" type="image/png" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
  | 
        
        
            | 
            | 
           24 | 
           		<link rel="shortcut icon" type="image/x-icon" href="https://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
  | 
        
        
           | 483 | 
           jpm | 
           25 | 
              | 
        
        
            | 
            | 
           26 | 
           		<!-- CSS -->
  | 
        
        
           | 1505 | 
           mathias | 
           27 | 
           		<link href="https://www.tela-botanica.org/sites/commun/generique/styles/commun.css" rel="stylesheet" type="text/css" />
  | 
        
        
            | 
            | 
           28 | 
           		<link href="https://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />
  | 
        
        
            | 
            | 
           29 | 
           		<link href="https://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.css" rel="stylesheet" type="text/css" />
  | 
        
        
           | 517 | 
           jpm | 
           30 | 
           		<link href="presentations/styles/eflore.css" rel="stylesheet" type="text/css" />
  | 
        
        
           | 483 | 
           jpm | 
           31 | 
           		<link href="presentations/styles/popup.css" rel="stylesheet" type="text/css" />
  | 
        
        
            | 
            | 
           32 | 
              | 
        
        
           | 548 | 
           jpm | 
           33 | 
           		<!-- JavaScript -->
  | 
        
        
           | 1505 | 
           mathias | 
           34 | 
           		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
  | 
        
        
            | 
            | 
           35 | 
           		<script type="text/Javascript" src="https://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
  | 
        
        
           | 1115 | 
           mathias | 
           36 | 
           		<!-- @FIXME WTF?? si ajax.aspnetcdn.com tombe en rideau, on s'assied sur nos popups?? :-/ -->
  | 
        
        
           | 1505 | 
           mathias | 
           37 | 
           		<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
  | 
        
        
           | 548 | 
           jpm | 
           38 | 
           		<script type="text/Javascript" src="presentations/scripts/eflore.js"></script>
  | 
        
        
            | 
            | 
           39 | 
              | 
        
        
            | 
            | 
           40 | 
           		<!-- JavaScript et CSS spécifiques au module -->
  | 
        
        
           | 517 | 
           jpm | 
           41 | 
           		<?php echo AppControleur::getEntete(); ?>
  | 
        
        
           | 483 | 
           jpm | 
           42 | 
           	</head>
  | 
        
        
            | 
            | 
           43 | 
           	<body>
  | 
        
        
           | 492 | 
           jpm | 
           44 | 
           		<div id="zone-conteneur">
  | 
        
        
           | 483 | 
           jpm | 
           45 | 
           			<div id="zone-tete">
  | 
        
        
            | 
            | 
           46 | 
           				<?php echo AppControleur::getContenuTete(); ?>
  | 
        
        
            | 
            | 
           47 | 
           			</div>
  | 
        
        
            | 
            | 
           48 | 
              | 
        
        
            | 
            | 
           49 | 
           			<div id="zone-corps">
  | 
        
        
            | 
            | 
           50 | 
           				<?php echo AppControleur::getContenuCorps(); ?>
  | 
        
        
            | 
            | 
           51 | 
           			</div>
  | 
        
        
            | 
            | 
           52 | 
              | 
        
        
            | 
            | 
           53 | 
           			<div id="zone-pied">
  | 
        
        
           | 492 | 
           jpm | 
           54 | 
           				<div id="zone-debug">
  | 
        
        
           | 483 | 
           jpm | 
           55 | 
           				</div>
  | 
        
        
            | 
            | 
           56 | 
           			</div>
  | 
        
        
            | 
            | 
           57 | 
           		</div>
  | 
        
        
            | 
            | 
           58 | 
           	</body>
  | 
        
        
           | 1505 | 
           mathias | 
           59 | 
           </html>
  |