Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1201 → Rev 1202

/trunk/eflore_papyrus.php
37,8 → 37,8
// OpenSearch dynamique
$referentiel = 'bdtfx';
if (isset($_GET['referentiel'])) $referentiel = $_GET['referentiel'];
$titreOpenSearch = 'eFlore ' . strtoupper($referentiel);
$cheminOpenSearch = 'http://www.tela-botanica.org/eflore-test/consultation/configurations/RechercheOpenSearch/OpenSearch' . ucfirst($referentiel) . '.xml';
$titreOpenSearch = 'eFlore ' . strtoupper($referentiel) . ' : noms scientifiques';
$cheminOpenSearch = Config::get('base_url_application') . '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
/trunk/configurations/RechercheOpenSearch/OpenSearchIsfan.xml
6,7 → 6,7
<Url type="text/html" method="GET" template="http://www.tela-botanica.org/page:isfan?type_nom=nom_scientifique&amp;referentiel=isfan&amp;niveau=2&amp;module=recherche&amp;action=rechercheSimple&amp;submit=OK&amp;nom={searchTerms}"/>
<Language>fr</Language>
<developer>Tela Botanica</developer>
<InputEncoding>UTF-8</InputEncoding>
<InputEncoding>ISO-8859-1</InputEncoding>
<Url type="application/opensearchdescription+xml" rel="self" template="http://www.tela-botanica.org/eflore/consultation/configurations/OpenSearchParReferentiel.php?page=isfan&amp;referentiel=isfan"/>
<Url type="application/x-suggestions+json" rel="self" template="http://api.tela-botanica.org/service:eflore:0.1/isfan/noms?masque={searchTerms}&amp;recherche=etendue&amp;retour.format=oss&amp;navigation.limite=50"/>
</OpenSearchDescription>
/trunk/configurations/RechercheOpenSearch/OpenSearchBdtxa.xml
6,7 → 6,7
<Url type="text/html" method="GET" template="http://www.tela-botanica.org/page:bdtxa?type_nom=nom_scientifique&amp;referentiel=bdtxa&amp;niveau=2&amp;module=recherche&amp;action=rechercheSimple&amp;submit=OK&amp;nom={searchTerms}"/>
<Language>fr</Language>
<developer>Tela Botanica</developer>
<InputEncoding>UTF-8</InputEncoding>
<InputEncoding>ISO-8859-1</InputEncoding>
<Url type="application/opensearchdescription+xml" rel="self" template="http://www.tela-botanica.org/eflore/consultation/configurations/OpenSearchParReferentiel.php?page=bdtxa&amp;referentiel=bdtxa"/>
<Url type="application/x-suggestions+json" rel="self" template="http://api.tela-botanica.org/service:eflore:0.1/bdtxa/noms?masque={searchTerms}&amp;recherche=etendue&amp;retour.format=oss&amp;navigation.limite=50"/>
</OpenSearchDescription>
/trunk/configurations/RechercheOpenSearch/OpenSearchBdtfx.xml
6,7 → 6,7
<Url type="text/html" method="GET" template="http://www.tela-botanica.org/page:eflore_bdtfx?type_nom=nom_scientifique&amp;referentiel=bdtfx&amp;niveau=2&amp;module=recherche&amp;action=rechercheSimple&amp;submit=OK&amp;nom={searchTerms}"/>
<Language>fr</Language>
<developer>Tela Botanica</developer>
<InputEncoding>UTF-8</InputEncoding>
<InputEncoding>ISO-8859-1</InputEncoding>
<Url type="application/opensearchdescription+xml" rel="self" template="http://www.tela-botanica.org/eflore/consultation/configurations/OpenSearchParReferentiel.php?page=eflore_bdtfx&amp;referentiel=bdtfx"/>
<Url type="application/x-suggestions+json" rel="self" template="http://api.tela-botanica.org/service:eflore:0.1/bdtfx/noms?masque={searchTerms}&amp;recherche=etendue&amp;retour.format=oss&amp;navigation.limite=50"/>
</OpenSearchDescription>