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_nomenclatural_xhtml.php,v 1.2 2005-06-30 15:25:07 jpm Exp $
24
// CVS : $Id: formulaire_nomenclatural_xhtml.php,v 1.3 2005-08-25 14:35:59 ddelon Exp $
25
/**
25
/**
26
* Vue affichant le formulaire de recherche nomenclaturale.
26
* Vue affichant le formulaire de recherche nomenclaturale.
27
*
27
*
28
* Permet de retourner le xhtml correspondant au formulaire de recherche nomenclaturale.
28
* Permet de retourner le xhtml correspondant au formulaire de recherche nomenclaturale.
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-2005
36
*@copyright     Tela-Botanica 2000-2005
37
*@version       $Revision: 1.2 $ $Date: 2005-06-30 15:25:07 $
37
*@version       $Revision: 1.3 $ $Date: 2005-08-25 14:35:59 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 77... Line 77...
77
        $retour .= '<form id="eflore_form_nomenclature" name="eflore_form_nomenclature" action="{UrlProjetNom}" method="post">'."\n";
77
        $retour .= '<form id="eflore_form_nomenclature" name="eflore_form_nomenclature" action="{UrlProjetNom}" method="post">'."\n";
78
        $retour .= '<fieldset>'."\n".'<legend>'.'Recherche par nom'.'</legend>'."\n";
78
        $retour .= '<fieldset>'."\n".'<legend>'.'Recherche par nom'.'</legend>'."\n";
79
        $retour .= '<ul>'."\n";
79
        $retour .= '<ul>'."\n";
80
        $retour .= '<li><label for="eflore_nom">'.'Nom : '.'</label>'."\n";
80
        $retour .= '<li><label for="eflore_nom">'.'Nom : '.'</label>'."\n";
81
        $retour .= '<input id="eflore_nom" name="eflore_nom" class="champ" tabindex="1000" size="45" maxlength="255" onclick="javascript: this.value=\'\';" type="text" value="{eflore_nom}" /></li>'."\n";
81
        $retour .= '<input id="eflore_nom" name="eflore_nom" class="champ" tabindex="1000" size="45" maxlength="255" onclick="javascript: this.value=\'\';" type="text" value="{eflore_nom}" /></li>'."\n";
82
        $retour .= '<li><label for="eflore_referenciel">'.'Référenciel : '.'</label>'."\n";
82
        $retour .= '<li><label for="eflore_referenciel">'.'Référentiel : '.'</label>'."\n";
83
        $retour .= '<select id="eflore_referenciel" name="eflore_referenciel" tabindex="1001">'."\n";
83
        $retour .= '<select id="eflore_referenciel" name="eflore_referenciel" tabindex="1001">'."\n";
84
        $retour .= '  <option value="0" func_selectionnerEfloreRef(0)>'.'Tous'.'</option>'."\n";
84
        $retour .= '  <option value="0" func_selectionnerEfloreRef(0)>'.'Tous'.'</option>'."\n";
85
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_NOMENCLATURAL>PROJET_VERSION_TOUS','afficherReferenciels', null, TRUE);
85
        $retour .= $this->leBlock->afficherPattern('FORMULAIRE_NOMENCLATURAL>PROJET_VERSION_TOUS','afficherReferenciels', null, TRUE);
86
        $retour .= '</select></li>'."\n";
86
        $retour .= '</select></li>'."\n";
87
        $retour .= '<li>'."\n".'<ul>'."\n";
87
        $retour .= '<li>'."\n".'<ul>'."\n";
Line 121... Line 121...
121
 
121
 
122
 
122
 
123
/* +--Fin du code ----------------------------------------------------------------------------------------+
123
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
124
*
-
 
125
* $Log: not supported by cvs2svn $
-
 
126
* Revision 1.2  2005/06/30 15:25:07  jpm
124
*
127
* Début des modifications pour ajout de l'arborescence de la classif.
125
* $Log: not supported by cvs2svn $
128
*
126
* Revision 1.1  2005/06/09 18:09:52  jpm
129
* Revision 1.1  2005/06/09 18:09:52  jpm
127
* Début gestion des référenciels dans la recherche nomenclaturale.
130
* Début gestion des référenciels dans la recherche nomenclaturale.
128
*
131
*