Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 849 → Rev 850

/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.10 2006-05-19 10:04:55 jp_milcent Exp $
// CVS : $Id: moteur_recherche.php,v 1.11 2006-05-23 13:39:13 florian Exp $
/**
* Applette : moteur de recherche
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.10 $ $Date: 2006-05-19 10:04:55 $
*@version $Revision: 1.11 $ $Date: 2006-05-23 13:39:13 $
// +------------------------------------------------------------------------------------------------------+
*/
 
97,7 → 97,7
// | LISTE de FONCTIONS |
// +------------------------------------------------------------------------------------------------------+
 
/** Fonnction afficherMoteurRecherche() - Fournit un formulaire de recherche.
/** Fonction afficherMoteurRecherche() - Fournit un formulaire de recherche.
*
* Renvoie un formulaire permettant de rechercher une chaine de caractères dans les sites
* gérés par Papyrus.
123,7 → 123,9
$retour = '';
$retour_resultats = '';
// Titre de la page
$GLOBALS['_PAPYRUS_']['rendu']['TITRE_PAGE'] = MORE_LG_TITRE.htmlentities(stripslashes($_POST['more_motif']));
if (isset($_POST['more_motif'])) {
$GLOBALS['_PAPYRUS_']['rendu']['TITRE_PAGE'] = MORE_LG_TITRE.htmlentities(stripslashes($_POST['more_motif']));
}
// --------------------------------------------------------------------------------------------------------
// Lancement de la recherche si nécessaire
249,6 → 251,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.10 2006/05/19 10:04:55 jp_milcent
* Ajout d'un moteur de recherche analysant les articles des sites sous Spip.
*
* Revision 1.9 2006/04/28 12:41:49 florian
* corrections erreurs chemin
*