Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 136 Rev 163
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.2 2005-02-09 13:06:52 jpm Exp $
24
// CVS : $Id: formulaire_taxonomique_xhtml.php,v 1.3 2005-03-15 13:45:42 tam 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.2 $ $Date: 2005-02-09 13:06:52 $
37
*@version       $Revision: 1.3 $ $Date: 2005-03-15 13:45:42 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 72... Line 72...
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";
76
        $retour .= '<!-- BEGIN corps -->'."\n";
76
        $retour .= '<!-- BEGIN corps -->'."\n";
77
        $retour .= '<h2>'.'Rechercher par taxon'.'</h2>'."\n";
77
        $retour .= '<h2>'.'Consultation par projet'.'</h2>'."\n";
78
        $retour .= '<form id="eflore_form_taxonomie" name="eflore_form_taxonomie" action="{UrlProjetTaxon}" method="post">'."\n";
78
        $retour .= '<form id="eflore_form_taxonomie" name="eflore_form_taxonomie" action="{UrlProjetTaxon}" method="post">'."\n";
79
        $retour .= '<fieldset>'."\n".'<legend>'.'Recherche par taxon'.'</legend>'."\n";
79
        $retour .= '<fieldset>'."\n".'<legend>'.'Consultation par projet'.'</legend>'."\n";
80
        $retour .= '<p>'."\n";
80
        $retour .= '<p>'."\n";
81
        $retour .= '<label for="eflore_projet">'.'Projet : '.'</label>'."\n";
81
        $retour .= '<label for="eflore_projet">'.'Projet : '.'</label>'."\n";
82
        $retour .= '<select id="eflore_projet" name="eflore_projet">'."\n";
82
        $retour .= '<select id="eflore_projet" name="eflore_projet">'."\n";
83
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE>PROJET_VERSION_TOUS','afficherProjets', null, TRUE);
83
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_TAXONOMIQUE>PROJET_VERSION_TOUS','afficherProjets', null, TRUE);
Line 205... Line 205...
205
 
205
 
206
 
206
 
207
/* +--Fin du code ----------------------------------------------------------------------------------------+
207
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
208
*
-
 
209
* $Log: not supported by cvs2svn $
-
 
210
* Revision 1.2  2005/02/09 13:06:52  jpm
208
*
211
* Modification pour utiliser le macro-élément PROJET_VERSION_TOUS.
209
* $Log: not supported by cvs2svn $
212
*
210
* Revision 1.1  2005/01/28 19:45:44  jpm
213
* Revision 1.1  2005/01/28 19:45:44  jpm
211
* Début recheche taxons.
214
* Début recheche taxons.
212
*
215
*