Subversion Repositories Applications.papyrus

Rev

Rev 850 | Rev 1025 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 850 Rev 862
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: moteur_recherche.php,v 1.11 2006-05-23 13:39:13 florian Exp $
24
// CVS : $Id: moteur_recherche.php,v 1.12 2006-06-16 09:45:10 jp_milcent Exp $
25
/**
25
/**
26
* Applette : moteur de recherche
26
* Applette : moteur de recherche
27
*
27
*
28
* Génère un formulaire contenant une zone de saisie permettant de taper un texte à rechercher sur l'ensemble
28
* Génère un formulaire contenant une zone de saisie permettant de taper un texte à rechercher sur l'ensemble
29
* des sites gérés par Papyrus.
29
* des sites gérés par Papyrus.
Line 36... Line 36...
36
//Auteur original :
36
//Auteur original :
37
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
//Autres auteurs :
38
//Autres auteurs :
39
*@author        Aucun
39
*@author        Aucun
40
*@copyright     Tela-Botanica 2000-2004
40
*@copyright     Tela-Botanica 2000-2004
41
*@version       $Revision: 1.11 $ $Date: 2006-05-23 13:39:13 $
41
*@version       $Revision: 1.12 $ $Date: 2006-06-16 09:45:10 $
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
*/
43
*/
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
Line 74... Line 74...
74
// +------------------------------------------------------------------------------------------------------+
74
// +------------------------------------------------------------------------------------------------------+
Line 75... Line 75...
75
 
75
 
76
if (isset($_POST['more_motif']) && $_POST['more_motif'] != '') {
76
if (isset($_POST['more_motif']) && $_POST['more_motif'] != '') {
77
    // Initialisation de variable extérieures
77
    // Initialisation de variable extérieures
78
    $GLOBALS['_VEI_']['usurpation'] = MORE_LG_USURPATION.htmlentities(stripslashes($_POST['more_motif']));
-
 
79
    $GLOBALS['_GEN_commun']['info_menu'] = null;
78
    $GLOBALS['_VEI_']['usurpation'] = MORE_LG_USURPATION.htmlentities(stripslashes($_POST['more_motif']));
80
    $GLOBALS['_PAPYRUS_']['general']['application_chemin'] = null;
79
    $GLOBALS['_PAPYRUS_']['general']['application_chemin'] = null;
81
    // Modification des meta de l'entête de la page
80
    // Modification des meta de l'entête de la page
82
    GEN_modifierMetaHttpEquiv('Content-Type', 'text/html; charset=ISO-8859-15');
81
    GEN_modifierMetaHttpEquiv('Content-Type', 'text/html; charset=ISO-8859-15');
83
    GEN_modifierMetaHttpEquiv('Content-style-type', 'text/css');
82
    GEN_modifierMetaHttpEquiv('Content-style-type', 'text/css');
Line 249... Line 248...
249
 
248
 
250
 
249
 
251
/* +--Fin du code ----------------------------------------------------------------------------------------+
250
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
251
*
-
 
252
* $Log: not supported by cvs2svn $
-
 
253
* Revision 1.11  2006/05/23 13:39:13  florian
252
*
254
* corection bug notice de jean pascal ;-)
253
* $Log: not supported by cvs2svn $
255
*
254
* Revision 1.10  2006/05/19 10:04:55  jp_milcent
256
* Revision 1.10  2006/05/19 10:04:55  jp_milcent
255
* Ajout d'un moteur de recherche analysant les articles des sites sous Spip.
257
* Ajout d'un moteur de recherche analysant les articles des sites sous Spip.
256
*
258
*