Rev 609 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?phpif (!defined("_ECRIRE_INC_VERSION")) return; #securite// Pas besoin de contexte de compilationglobal $balise_FORMULAIRE_RECHERCHE_collecte;$balise_FORMULAIRE_RECHERCHE_collecte = array();function balise_FORMULAIRE_RECHERCHE_stat($args, $filtres) {// Si le moteur n'est pas active, pas de baliseif (lire_meta("activer_moteur") != "oui")return '';// Seul un lien [(#FORMULAIRE_RECHERCHE|xxx.php3)] nous interesseelsereturn array($filtres[0], $args[0]);}function balise_FORMULAIRE_RECHERCHE_dyn($lien, $rech) {include_ecrire('inc_filtres.php3');if (!$recherche_securisee = entites_html(_request('recherche'))) {if (!$recherche_securisee = entites_html($rech)) {$recherche_securisee = _T('info_rechercher');}}if (!$lien)$lien = 'recherche.php3'; # par defautreturn array('formulaire_recherche', 3600,array('lien' => $lien,'recherche_securisee' => $recherche_securisee));}?>