Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 267 → Rev 268

/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.1 2004-12-07 10:24:01 jpm Exp $
// CVS : $Id: moteur_recherche.php,v 1.2 2005-02-22 17:44:03 jpm Exp $
/**
* Applette : moteur de recherche
*
35,7 → 35,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-12-07 10:24:01 $
*@version $Revision: 1.2 $ $Date: 2005-02-22 17:44:03 $
// +------------------------------------------------------------------------------------------------------+
*/
 
161,7 → 161,7
// Création du formulaire de l'applette
// Notes : Quickform semble remplacer les & des & à nouveau par des & solution utiliser str_replace()...
$form =& new HTML_QuickForm('form_more_recherche', 'post', str_replace('&', '&', $url->getUrl()));
$form = new HTML_QuickForm('form_more_recherche', 'post', str_replace('&', '&', $url->getUrl()));
$tab_index = MORE_FORM_MOTIF_TAB;
$squelette =& $form->defaultRenderer();
$squelette->setFormTemplate("\n".'<form{attributes}>'."\n".'{content}'."\n".'</form>');
205,7 → 205,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/12/07 10:24:01 jpm
* Moteur de recherche version de départ.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>