Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 165 Rev 166
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: formulaire_taxonomique_xhtml.php,v 1.5 2005-03-15 14:45:59 tam Exp $
24
// CVS : $Id: formulaire_taxonomique_xhtml.php,v 1.6 2005-03-15 15:11:07 jpm Exp $
25
/**
25
/**
26
* Vue affichant le formulaire de recherche taxonomique.
26
* Vue affichant le formulaire de recherche taxonomique.
27
*
27
*
28
* Permet de retourner le xhtml correspondant au formulaire de recherche taxonomique.
28
* Permet de retourner le xhtml correspondant au formulaire de recherche taxonomique.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Frédéric LEGENS <flegens@free.fr>
33
*@author        Frédéric LEGENS <flegens@free.fr>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.5 $ $Date: 2005-03-15 14:45:59 $
37
*@version       $Revision: 1.6 $ $Date: 2005-03-15 15:11:07 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 161... Line 161...
161
            $selected_ega = $selected;
161
            $selected_ega = $selected;
162
            break;
162
            break;
163
        case 'inf':
163
        case 'inf':
164
            $selected_inf = $selected;
164
            $selected_inf = $selected;
165
            break;
165
            break;
-
 
166
        default:
-
 
167
            $selected_ega = $selected;
-
 
168
            break;
166
    }
169
    }
167
    $retour .= '<option value="sup" '.$selected_sup.'>'.'Supérieur'.'</option>'."\n";
170
    $retour .= '<option value="sup" '.$selected_sup.'>'.'Supérieur'.'</option>'."\n";
168
    $retour .= '<option value="ega" '.$selected_ega.'>'.'Égal'.'</option>'."\n";
171
    $retour .= '<option value="ega" '.$selected_ega.'>'.'Égal'.'</option>'."\n";
169
    $retour .= '<option value="inf" '.$selected_inf.'>'.'Inférieur'.'</option>'."\n";
172
    $retour .= '<option value="inf" '.$selected_inf.'>'.'Inférieur'.'</option>'."\n";
170
    return $retour;
173
    return $retour;
Line 205... Line 208...
205
 
208
 
206
 
209
 
207
/* +--Fin du code ----------------------------------------------------------------------------------------+
210
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
211
*
-
 
212
* $Log: not supported by cvs2svn $
-
 
213
* Revision 1.5  2005/03/15 14:45:59  tam
208
*
214
* modifs labels
209
* $Log: not supported by cvs2svn $
215
*
210
* Revision 1.2  2005/02/09 13:06:52  jpm
216
* Revision 1.2  2005/02/09 13:06:52  jpm
211
* Modification pour utiliser le macro-élément PROJET_VERSION_TOUS.
217
* Modification pour utiliser le macro-élément PROJET_VERSION_TOUS.
212
*
218
*