Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1201 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1201 Rev 1202
Line 35... Line 35...
35
GEN_stockerStyleExterne('eflore', $chemin.'/presentations/styles/eflore.css');
35
GEN_stockerStyleExterne('eflore', $chemin.'/presentations/styles/eflore.css');
Line 36... Line 36...
36
 
36
 
37
// OpenSearch dynamique
37
// OpenSearch dynamique
38
$referentiel = 'bdtfx';
38
$referentiel = 'bdtfx';
39
if (isset($_GET['referentiel'])) $referentiel = $_GET['referentiel'];
39
if (isset($_GET['referentiel'])) $referentiel = $_GET['referentiel'];
40
$titreOpenSearch = 'eFlore ' . strtoupper($referentiel);
40
$titreOpenSearch = 'eFlore ' . strtoupper($referentiel) . ' : noms scientifiques';
41
$cheminOpenSearch = 'http://www.tela-botanica.org/eflore-test/consultation/configurations/RechercheOpenSearch/OpenSearch' . ucfirst($referentiel) . '.xml';
41
$cheminOpenSearch = Config::get('base_url_application') . 'configurations/RechercheOpenSearch/OpenSearch' . ucfirst($referentiel) . '.xml';
Line 42... Line 42...
42
GEN_stockerStyleExterne('opensearch-description', $cheminOpenSearch, $titreOpenSearch, 'search', 'application/opensearchdescription+xml', '');
42
GEN_stockerStyleExterne('opensearch-description', $cheminOpenSearch, $titreOpenSearch, 'search', 'application/opensearchdescription+xml', '');
43
 
43
 
44
// Définition des fichiers JS de l'application pour Papyrus
44
// Définition des fichiers JS de l'application pour Papyrus