Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1474 Rev 1476
Line 45... Line 45...
45
	}
45
	}
46
	if (Config::get('benchmark_chrono')) {
46
	if (Config::get('benchmark_chrono')) {
47
		Chronometre::chrono("Lancement d'eFlore");
47
		Chronometre::chrono("Lancement d'eFlore");
48
	}
48
	}
Line 49... Line 49...
49
 
49
 
-
 
50
	Config::charger("../eflore-test/consultation/configurations/config_wordpress.ini");
-
 
51
	//var_dump(Config::get('url_base'));
Line 50... Line 52...
50
	Config::charger("../eflore/consultation/configurations/config_wordpress.ini");
52
	//exit;
51
 
53
 
52
	// Initialisation du controleur principal de l'application
54
	// Initialisation du controleur principal de l'application
53
	try {
55
	try {
Line 69... Line 71...
69
 
71
 
70
 
72
 
71
//require_once 'eflore.php';?>
73
//require_once 'eflore.php';?>
72
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
-
 
73
	<head>
-
 
74
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
 
75
		<meta http-equiv="Content-style-type" content="text/css" />
-
 
76
		<meta http-equiv="Content-script-type" content="text/javascript" />
-
 
77
		<meta http-equiv="Content-language" content="fr" />
-
 
78
   	 	<title><?php echo AppControleur::getMetaTitre(); ?></title>
-
 
79
		<meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
74
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
80
		<meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
-
 
81
 
-
 
82
		<meta name="revisit-after" content="15 days" />
-
 
83
		<meta name="robots" content="index,follow" />
-
 
84
		<meta name="author" content="Tela Botanica" />
-
 
85
 
-
 
86
		<!-- OpenGraph pour Facebook, Pinterest, Google+ -->
-
 
87
		<meta property="og:type" content="website" />
-
 
88
		<meta property="og:title" content="eFlore" />
-
 
89
		<meta property="og:site_name" content="Tela Botanica" />
-
 
90
		<meta property="og:description" content="eFlore, la flore électronique collaborative en ligne" />
-
 
91
		<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />
-
 
92
		<meta property="og:image:type" content="image/png" /> 
-
 
93
		<meta property="og:image:width" content="256" /> 
-
 
94
		<meta property="og:image:height" content="256" />
-
 
95
		<meta property="og:locale" content="fr_FR" />
75
	<head>
96
 
76
	
97
		<!-- moteur de recherche dans le navigateur chemin xml -->
77
		<!-- moteur de recherche dans le navigateur chemin xml -->
98
		<link rel="search" type="application/opensearchdescription+xml" title="eFlore <?php echo strtoupper($referentiel); ?> : noms scientifiques" href="configurations/RechercheOpenSearch/OpenSearch<?php echo ucfirst($referentiel); ?>.xml" />
78
		<link rel="search" type="application/opensearchdescription+xml" title="eFlore <?php echo strtoupper($referentiel); ?> : noms scientifiques" href="configurations/RechercheOpenSearch/OpenSearch<?php echo ucfirst($referentiel); ?>.xml" />
99
		<!-- Favicones -->
79
		<!-- Favicones -->
Line 100... Line 80...
100
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
80
		<link rel="icon" type="image/png" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" />
101
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
81
		<link rel="shortcut icon" type="image/x-icon" href="http://resources.tela-botanica.org/tb/img/16x16/favicon.ico" />
102
 
82
 
103
		<!-- CSS -->
83
		<!-- CSS -->
104
		<link href="../eflore/consultation/presentations/styles/eflore_wordpress.css" rel="stylesheet" type="text/css" />
84
		<link href="../../eflore/consultation/presentations/styles/eflore_wordpress.css" rel="stylesheet" type="text/css" />
Line 105... Line 85...
105
		<!--   <link href="http://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />-->
85
		<!--   <link href="https://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />-->
106
		<link href="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/ui-lightness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" />
86
		<link href="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/css/ui-lightness/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css" />
107
		<link href="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" />
87
		<link href="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css" rel="stylesheet" type="text/css" />
108
 
88
 
109
		
89
		
110
 
90
 
111
		<!-- JavaScript -->
91
		<!-- JavaScript -->
112
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
92
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/1.7.1/jquery-1.7.1.js"></script>
113
		<script type="text/Javascript" src="http://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
93
		<script type="text/Javascript" src="https://www.tela-botanica.org/commun/jquery/cookie/1.0/jquery.cookie.min.js"></script>
114
		<script type="text/javascript" src="http://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/js/jquery-ui-1.10.2.custom.min.js"></script>
94
		<script type="text/javascript" src="https://www.tela-botanica.org/commun/jquery/jquery-ui/1.10.2/js/jquery-ui-1.10.2.custom.min.js"></script>
115
		<script type="text/Javascript" src="http://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
95
		<script type="text/Javascript" src="https://www.tela-botanica.org/commun/jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.pack.js"></script>
Line 116... Line 96...
116
 
96
 
117
		<script type="text/Javascript" src="http://www.tela-botanica.org/sites/commun/generique/scripts/commun.js"></script>
97
		<script type="text/Javascript" src="https://www.tela-botanica.org/sites/commun/generique/scripts/commun.js"></script>
118
 
98
 
119
		<script type="text/Javascript" src="../eflore/consultation/presentations/scripts/eflore.js"></script>
99
		<script type="text/Javascript" src="../../eflore-test/consultation/presentations/scripts/eflore.js"></script>
120
		<script type="text/Javascript" src="../eflore/consultation/presentations/scripts/recherche.js"></script>
100
		<script type="text/Javascript" src="../../eflore-test/consultation/presentations/scripts/recherche.js"></script>
Line 121... Line -...
121
		<script type="text/Javascript" src="../eflore/consultation/presentations/scripts/fiche-synthese.js"></script>
-
 
122
 
101
		<script type="text/Javascript" src="../../eflore-test/consultation/presentations/scripts/fiche-synthese.js"></script>
-
 
102