Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 166 Rev 170
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.6 2005-03-15 15:11:07 jpm Exp $
24
// CVS : $Id: formulaire_taxonomique_xhtml.php,v 1.7 2005-06-09 18:09:52 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.6 $ $Date: 2005-03-15 15:11:07 $
37
*@version       $Revision: 1.7 $ $Date: 2005-06-09 18:09:52 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 66... Line 66...
66
        $retour .= '<!-- BEGIN entete -->'."\n";
66
        $retour .= '<!-- BEGIN entete -->'."\n";
67
        $retour .= '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />'."\n";
67
        $retour .= '<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />'."\n";
68
        $retour .= '<meta http-equiv="Content-style-type" content="text/css" />'."\n";
68
        $retour .= '<meta http-equiv="Content-style-type" content="text/css" />'."\n";
69
        $retour .= '<meta http-equiv="Content-script-type" content="text/javascript />'."\n";
69
        $retour .= '<meta http-equiv="Content-script-type" content="text/javascript />'."\n";
70
        $retour .= '<meta http-equiv="Content-language" content="fr" />'."\n";
70
        $retour .= '<meta http-equiv="Content-language" content="fr" />'."\n";
71
        $retour .= '<title>Liste de noms latins</title>'."\n";
71
        $retour .= '<title>Formulaire de recherche taxonomique</title>'."\n";
72
        $retour .= '<!-- END entete -->'."\n";
72
        $retour .= '<!-- END entete -->'."\n";
73
        $retour .= '</head>'."\n";
73
        $retour .= '</head>'."\n";
Line 74... Line 74...
74
        
74
        
75
        $retour .= '<body>'."\n";
75
        $retour .= '<body>'."\n";
Line 88... Line 88...
88
        $retour .= '</select></li>'."\n";
88
        $retour .= '</select></li>'."\n";
89
        $retour .= '<li id="eflore_rang_li"><label for="eflore_rang">'.'au rang : '.'</label>'."\n";
89
        $retour .= '<li id="eflore_rang_li"><label for="eflore_rang">'.'au rang : '.'</label>'."\n";
90
        $retour .= '<select id="eflore_rang" name="eflore_rang">'."\n";
90
        $retour .= '<select id="eflore_rang" name="eflore_rang">'."\n";
91
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE','afficherRang');
91
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE','afficherRang');
92
        $retour .= '</select></li>'."\n";
92
        $retour .= '</select></li>'."\n";
93
        $retour .= '<li id="eflore_projet_submit"><input type="submit" value="'.'OK'.'" /></li>'."\n";
93
        $retour .= '<li><input id="eflore_taxonomie_submit" type="submit" value="'.'OK'.'" /></li>'."\n";
94
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE>TAXON_RECHERCHE','creerAlphabetTaxon');
94
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE>TAXON_RECHERCHE','creerAlphabetTaxon');
95
        $retour .= afficherAlphabetTaxon();
95
        $retour .= afficherAlphabetTaxon();
96
        $retour .= '</ul>'."\n";
96
        $retour .= '</ul>'."\n";
97
        $retour .= '</fieldset>'."\n";
97
        $retour .= '</fieldset>'."\n";
98
        $retour .= '</form>'."\n";
98
        $retour .= '</form>'."\n";
Line 208... Line 208...
208
 
208
 
209
 
209
 
210
/* +--Fin du code ----------------------------------------------------------------------------------------+
210
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
211
*
-
 
212
* $Log: not supported by cvs2svn $
-
 
213
* Revision 1.6  2005/03/15 15:11:07  jpm
211
*
214
* Ajout d'une sélection par défaut pour le choix de l'ordre.
212
* $Log: not supported by cvs2svn $
215
*
213
* Revision 1.5  2005/03/15 14:45:59  tam
216
* Revision 1.5  2005/03/15 14:45:59  tam
214
* modifs labels
217
* modifs labels
215
*
218
*