Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1024 → Rev 1025

/trunk/papyrus/applettes/moteur_recherche/configuration/more_configuration.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: more_configuration.inc.php,v 1.2 2006-05-23 14:18:19 jp_milcent Exp $
// CVS : $Id: more_configuration.inc.php,v 1.3 2006-10-10 12:02:30 jp_milcent Exp $
/**
* Fichier de configuration général de l'applette Moteur_Recherche.
*
34,7 → 34,7
//Autres auteurs :
*@author aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2006-05-23 14:18:19 $
*@version $Revision: 1.3 $ $Date: 2006-10-10 12:02:30 $
// +------------------------------------------------------------------------------------------------------+
*/
 
53,7 → 53,7
 
// Chemin des fichiers à inclure.
/** Chemin vers la bibliothèque PEAR.*/
define('MORE_CHEMIN_BIBLIOTHEQUE_PEAR', '');
define('MORE_CHEMIN_BIBLIOTHEQUE_PEAR', PAP_CHEMIN_API_PEAR);
 
// Chemin vers les dossiers de l'applette
/** Chemin vers l'applette Moteur de Recherche de Papyrus.*/
74,6 → 74,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2006/05/23 14:18:19 jp_milcent
* Ajout de la gestion du mode de recherche au moteur de recherche de Papyrus.
* Soit on recherche chaque mot du motif, soit le motif entier.
*
* Revision 1.1 2004/12/07 10:24:12 jpm
* Moteur de recherche version de départ.
*
/trunk/papyrus/applettes/moteur_recherche/moteur_recherche.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: moteur_recherche.php,v 1.12 2006-06-16 09:45:10 jp_milcent Exp $
// CVS : $Id: moteur_recherche.php,v 1.13 2006-10-10 12:02:30 jp_milcent Exp $
/**
* Applette : moteur de recherche
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.12 $ $Date: 2006-06-16 09:45:10 $
*@version $Revision: 1.13 $ $Date: 2006-10-10 12:02:30 $
// +------------------------------------------------------------------------------------------------------+
*/
 
57,8 → 57,6
require_once GEN_CHEMIN_APPLETTE.'moteur_recherche/configuration/more_config_spip.inc.php';
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
require_once MORE_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
/** Inclusion de la bibliothèque PEAR de modification des squelettes des formulaires QuickForm.*/
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/Renderer/Default.php';
 
// Inclusion des fichiers de traduction de l'appli ADME dePapyrus
if (file_exists(MORE_CHEMIN_LANGUE.'more_langue_'.$GLOBALS['_GEN_commun']['i18n'].'.inc.php')) {
250,6 → 248,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.12 2006/06/16 09:45:10 jp_milcent
* Correction bogue lié à la suppression de l'objet info_menu.
*
* Revision 1.11 2006/05/23 13:39:13 florian
* corection bug notice de jean pascal ;-)
*