Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 162 Rev 168
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: eflore_recherche_nomenclature.inc.php,v 1.9 2005-03-15 12:57:16 jpm Exp $
24
// CVS : $Id: eflore_recherche_nomenclature.inc.php,v 1.10 2005-05-19 07:40:06 jpm Exp $
25
/**
25
/**
26
* Affichage du moteur de recherche nomenclatural et de ses résultats.
26
* Affichage du moteur de recherche nomenclatural et de ses résultats.
27
*
27
*
28
* Ce script fournit le code html correspondant aux moteurs de recherche nomenclatural et ses résultats.
28
* Ce script fournit le code html correspondant aux moteurs de recherche nomenclatural et ses résultats.
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.9 $ $Date: 2005-03-15 12:57:16 $
36
*@version       $Revision: 1.10 $ $Date: 2005-05-19 07:40:06 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 74... Line 74...
74
 
74
 
75
$partie_menu_debut = '<fieldset>'."\n".'<legend>'.EFLORE_LG_RECH_NOM_FORM_TITRE.'</legend><ul>'."\n";
75
$partie_menu_debut = '<fieldset>'."\n".'<legend>'.EFLORE_LG_RECH_NOM_FORM_TITRE.'</legend><ul>'."\n";
Line 76... Line 76...
76
$eflore_form->addElement('html', $partie_menu_debut);
76
$eflore_form->addElement('html', $partie_menu_debut);
77
 
77
 
78
$id = 'eflore_nom';
78
$id = 'eflore_nom';
79
$aso_attributs = array( 'id'=>$id, 'class' => 'champ', 'tabindex' => $tab_index++, 
79
$aso_attributs = array( 'id'=> $id, 'class' => 'champ', 'tabindex' => $tab_index++, 
80
                        'size' => EFLORE_RECH_NOM_FORM_NOM_SIZE, 
80
                        'size' => EFLORE_RECH_NOM_FORM_NOM_SIZE, 
81
                        'maxlength' => EFLORE_RECH_NOM_FORM_NOM_MAXLENGTH,
81
                        'maxlength' => EFLORE_RECH_NOM_FORM_NOM_MAXLENGTH,
82
                        'onclick' => "javascript: this.value='';");
82
                        'onclick' => "javascript: this.value='';");
Line 178... Line 178...
178
}
178
}
Line 179... Line 179...
179
 
179
 
180
/* +--Fin du code ----------------------------------------------------------------------------------------+
180
/* +--Fin du code ----------------------------------------------------------------------------------------+
181
*
181
*
-
 
182
* $Log: not supported by cvs2svn $
-
 
183
* Revision 1.9  2005/03/15 12:57:16  jpm
-
 
184
* Modification du code XHTML.
182
* $Log: not supported by cvs2svn $
185
*
183
* Revision 1.8  2005/02/28 15:38:47  jpm
186
* Revision 1.8  2005/02/28 15:38:47  jpm
184
* Correction erreur due à un changement de nom.
187
* Correction erreur due à un changement de nom.
185
*
188
*
186
* Revision 1.7  2005/02/23 12:39:27  jpm
189
* Revision 1.7  2005/02/23 12:39:27  jpm