| Line 1... |
Line 1... |
| 1 |
<?php
|
1 |
<?php
|
| 2 |
// declare(encoding='UTF-8');
|
2 |
// declare(encoding='UTF-8');
|
| 3 |
/** Inclusion du fichier principal de l'application*/
|
3 |
/** Inclusion du fichier principal de l'application*/
|
| 4 |
require_once 'eflore.php';
|
4 |
require_once 'eflore.php';
|
| 5 |
$url_css_commun = Config::get('url_css_commun');
|
5 |
$url_css_commun = Config::get('url_css_commun');
|
| - |
|
6 |
|
| - |
|
7 |
// pour OpenSearch
|
| - |
|
8 |
$referentiel = 'bdtfx';
|
| - |
|
9 |
if (isset($_GET['referentiel'])) $referentiel = $_GET['referentiel'];
|
| - |
|
10 |
|
| 6 |
?>
|
11 |
?>
|
| 7 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
12 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
| 8 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
13 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
| 9 |
<head>
|
14 |
<head>
|
| 10 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
15 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
| Line 20... |
Line 25... |
| 20 |
<meta name="robots" content="index,follow" />
|
25 |
<meta name="robots" content="index,follow" />
|
| 21 |
<meta name="author" content="Tela Botanica" />
|
26 |
<meta name="author" content="Tela Botanica" />
|
| Line 22... |
Line 27... |
| 22 |
|
27 |
|
| 23 |
|
28 |
|
| 24 |
<!-- moteur de recherche dans le navigateur chemin xml -->
|
29 |
<!-- moteur de recherche dans le navigateur chemin xml -->
|
| 25 |
<link rel="search" type="application/opensearchdescription+xml" title="eFlore BDTFX : noms scientifiques" href="configurations/RechercheOpenSearch/RechercheOpenSearch.xml" />
|
30 |
<link rel="search" type="application/opensearchdescription+xml" title="eFlore <?php echo strtoupper($referentiel); ?> : noms scientifiques" href="configurations/RechercheOpenSearch/OpenSearch<?php echo ucfirst($referentiel); ?>.xml" />
|
| 26 |
<!-- Favicones -->
|
31 |
<!-- Favicones -->
|
| Line 27... |
Line 32... |
| 27 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.png" />
|
32 |
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.png" />
|