Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 168 → Rev 167

/trunk/eflore_recherche_nomenclature.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: eflore_recherche_nomenclature.inc.php,v 1.10 2005-05-19 07:40:06 jpm Exp $
// CVS : $Id: eflore_recherche_nomenclature.inc.php,v 1.9 2005-03-15 12:57:16 jpm Exp $
/**
* Affichage du moteur de recherche nomenclatural et de ses résultats.
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.10 $ $Date: 2005-05-19 07:40:06 $
*@version $Revision: 1.9 $ $Date: 2005-03-15 12:57:16 $
// +------------------------------------------------------------------------------------------------------+
*/
 
76,7 → 76,7
$eflore_form->addElement('html', $partie_menu_debut);
 
$id = 'eflore_nom';
$aso_attributs = array( 'id'=> $id, 'class' => 'champ', 'tabindex' => $tab_index++,
$aso_attributs = array( 'id'=>$id, 'class' => 'champ', 'tabindex' => $tab_index++,
'size' => EFLORE_RECH_NOM_FORM_NOM_SIZE,
'maxlength' => EFLORE_RECH_NOM_FORM_NOM_MAXLENGTH,
'onclick' => "javascript: this.value='';");
180,9 → 180,6
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.9 2005/03/15 12:57:16 jpm
* Modification du code XHTML.
*
* Revision 1.8 2005/02/28 15:38:47 jpm
* Correction erreur due à un changement de nom.
*