Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 173 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 173 Rev 179
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.8 2005-06-30 15:25:07 jpm Exp $
24
// CVS : $Id: formulaire_taxonomique_xhtml.php,v 1.9 2005-08-25 14:35:59 ddelon 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.8 $ $Date: 2005-06-30 15:25:07 $
37
*@version       $Revision: 1.9 $ $Date: 2005-08-25 14:35:59 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 76... Line 76...
76
        $retour .= '<!-- BEGIN corps -->'."\n";
76
        $retour .= '<!-- BEGIN corps -->'."\n";
77
        $retour .= '<h2>'.'Consultation taxonomique'.'</h2>'."\n";
77
        $retour .= '<h2>'.'Consultation taxonomique'.'</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>'.'Consultation taxonomique'.'</legend>'."\n";
79
        $retour .= '<fieldset>'."\n".'<legend>'.'Consultation taxonomique'.'</legend>'."\n";
80
        $retour .= '<ul>'."\n";
80
        $retour .= '<ul>'."\n";
81
        $retour .= '<li><label for="eflore_projet">'.'Référenciel : '.'</label>'."\n";
81
        $retour .= '<li><label for="eflore_projet">'.'Référentiel : '.'</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);
84
        $retour .= '</select></li>'."\n";
84
        $retour .= '</select></li>'."\n";
85
        $retour .= '<li id="eflore_rang_li"><label for="eflore_rang">'.'Rang : '.'</label>'."\n";
85
        $retour .= '<li id="eflore_rang_li"><label for="eflore_rang">'.'Rang : '.'</label>'."\n";
86
        $retour .= '<select id="eflore_rang" name="eflore_rang">'."\n";
86
        $retour .= '<select id="eflore_rang" name="eflore_rang">'."\n";
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.8  2005/06/30 15:25:07  jpm
208
*
211
* Début des modifications pour ajout de l'arborescence de la classif.
209
* $Log: not supported by cvs2svn $
212
*
210
* Revision 1.7  2005/06/09 18:09:52  jpm
213
* Revision 1.7  2005/06/09 18:09:52  jpm
211
* Début gestion des référenciels dans la recherche nomenclaturale.
214
* Début gestion des référenciels dans la recherche nomenclaturale.
212
*
215
*