Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 492 | Rev 517 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 513
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
?>
5
?>
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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">
7
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
9
	<head>
8
	<head>
10
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11
		<meta http-equiv="Content-style-type" content="text/css" />
10
		<meta http-equiv="Content-style-type" content="text/css" />
12
		<meta http-equiv="Content-script-type" content="text/javascript" />
11
		<meta http-equiv="Content-script-type" content="text/javascript" />
Line 26... Line 25...
26
 
25
 
27
		<!-- CSS -->
26
		<!-- CSS -->
28
		<link href="http://www.tela-botanica.org/sites/commun/generique/styles/commun.css" rel="stylesheet" type="text/css" />
27
		<link href="http://www.tela-botanica.org/sites/commun/generique/styles/commun.css" rel="stylesheet" type="text/css" />
29
		<link href="http://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />
28
		<link href="http://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />
30
		<link href="presentations/styles/popup.css" rel="stylesheet" type="text/css" />
-
 
31
		<link href="http://www.tela-botanica.org/commun/bootstrap/2.0.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
29
		<link href="presentations/styles/popup.css" rel="stylesheet" type="text/css" />
Line 32... Line 30...
32
		<?php echo AppControleur::getStyles(); ?>
30
		<?php echo AppControleur::getStyles(); ?>
33
 
31
 
34
		<!-- JavaScript -->
32
		<!-- JavaScript -->