Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1199 → Rev 1200

/trunk/eflore_papyrus.php
38,8 → 38,8
$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', '', '');
$cheminOpenSearch = 'http://www.tela-botanica.org/eflore-test/consultation/configurations/RechercheOpenSearch/OpenSearch' + ucfirst($referentiel) + '.xml';
GEN_stockerStyleExterne('opensearch-description', $cheminOpenSearch, $titreOpenSearch, 'search', 'application/opensearchdescription+xml', '');
 
// 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');