Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1199 → Rev 1198

/trunk/eflore_papyrus.php
34,13 → 34,6
GEN_stockerStyleExterne('fancybox', $chemin_commun.'jquery/fancybox/1.3.4/jquery.fancybox-1.3.4.css');
GEN_stockerStyleExterne('eflore', $chemin.'/presentations/styles/eflore.css');
 
// OpenSearch dynamique
$referentiel = 'bdtfx';
if (isset($_GET['referentiel'])) $referentiel = $_GET['referentiel'];
$titreOpenSearch = 'eFlore ' . strtoupper($referentiel);
$cheminOpenSearch = 'configurations/RechercheOpenSearch/OpenSearch' + ucfirst($referentiel) + '.xml';
GEN_stockerStyleExterne('opensearch-description', $cheminOpenSearch, $titreOpenSearch, 'search', '', '');
 
// Définition des fichiers JS de l'application pour Papyrus
GEN_stockerFichierScript('jquery-1.7', $chemin_commun.'jquery/1.7.1'.DS.'jquery-1.7.1.js');
GEN_stockerFichierScript('jquery-ui-1.8.16', $chemin_commun.'jquery/jquery-ui/1.8.5/js'.DS.'jquery-ui-1.8.5.custom.min.js');
/trunk/configurations/RechercheOpenSearch/OpenSearchNomSci.php
File deleted
\ No newline at end of file
/trunk/configurations/RechercheOpenSearch/OpenSearchIsfan.xml
File deleted
\ No newline at end of file
/trunk/configurations/RechercheOpenSearch/OpenSearchBdtxa.xml
File deleted
\ No newline at end of file
/trunk/configurations/RechercheOpenSearch/OpenSearchBdtfx.xml
File deleted
\ No newline at end of file
/trunk/index.php
3,11 → 3,6
/** Inclusion du fichier principal de l'application*/
require_once 'eflore.php';
$url_css_commun = Config::get('url_css_commun');
 
// pour OpenSearch
$referentiel = 'bdtfx';
if (isset($_GET['referentiel'])) $referentiel = $_GET['referentiel'];
 
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
27,7 → 22,7
 
 
<!-- moteur de recherche dans le navigateur chemin xml -->
<link rel="search" type="application/opensearchdescription+xml" title="eFlore <?php echo strtoupper($referentiel); ?> : noms scientifiques" href="configurations/RechercheOpenSearch/OpenSearch<?php echo ucfirst($referentiel); ?>.xml" />
<link rel="search" type="application/opensearchdescription+xml" title="eFlore BDTFX : noms scientifiques" href="configurations/RechercheOpenSearch/RechercheOpenSearch.xml" />
<!-- Favicones -->
<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.png" />
<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.ico" />