Subversion Repositories eFlore/Archives.eflore-consultation-v1

Compare Revisions

Ignore whitespace Rev 7 → Rev 8

/trunk/eflore_ancien.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_ancien.php,v 1.1 2005-05-24 15:57:48 jpm Exp $
// CVS : $Id: eflore_ancien.php,v 1.2 2005-06-01 18:26:21 jpm Exp $
/**
* Moteur de recherche eFlore pour les Antilles et la Réunion
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.1 $ $Date: 2005-05-24 15:57:48 $
*@version $Revision: 1.2 $ $Date: 2005-06-01 18:26:21 $
// +------------------------------------------------------------------------------------------------------+
*/
 
58,6 → 58,12
/** Inclusion du fichier de langue de l'application eflore. */
require_once EF_PATH_LANGUE.'eflore_langue_'.EF_LANGUE.'.inc.php';
 
// Ajout d'une feuille de style propre à eFlore.
GEN_stockerStyleExterne('eflore', EF_PATH_STYLE.'eflore.css');
 
// Stockage des scripts de l'application
GEN_stockerFichierScript('eflore', EF_PATH_SCRIPT.'eflore.js');
 
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
267,6 → 273,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/05/24 15:57:48 jpm
* Gestion de l'ancienne base.
*
* Revision 1.3 2005/05/19 15:22:46 jpm
* Ajout du remplacement des & par des &
*
/trunk/eflore_transfo_xslt.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_transfo_xslt.inc.php,v 1.1 2005-05-24 15:57:48 jpm Exp $
// CVS : $Id: eflore_transfo_xslt.inc.php,v 1.2 2005-06-01 18:26:21 jpm Exp $
/**
* Réalisation de la transfo XSL du XML d'eFlore.
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.1 $ $Date: 2005-05-24 15:57:48 $
*@version $Revision: 1.2 $ $Date: 2005-06-01 18:26:21 $
// +------------------------------------------------------------------------------------------------------+
*/
 
71,12 → 71,6
}
(isset($_GET['servicexml'])) ? $xml = $_GET['servicexml'] : '';
(isset($_GET['xslt'])) ? $xslt = $_GET['xslt'] : '';
//Nous recherchons le navigateur utilisé par le client. S'il s'agit de Netscape 4.x nous
//lui attribuons une nouvelle feuille xslt pour la fiche identité taxon.
$navigateur = get_browser($_SERVER['HTTP_USER_AGENT']);
if ( is_object($navigateur) && $navigateur->browser == 'Netscape' && $navigateur->majorver == '4' && $xslt == 'identitetaxon.xsl') {
$xslt = 'identitetaxon_nn4.xsl';
}
 
$radical = rawurlencode($radical);
$param = '?radical='.$radical;