Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 170 Rev 173
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.1 2005-06-09 18:09:52 jpm Exp $
24
// CVS : $Id: formulaire_nomenclatural_xhtml.php,v 1.2 2005-06-30 15:25:07 jpm 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.1 $ $Date: 2005-06-09 18:09:52 $
37
*@version       $Revision: 1.2 $ $Date: 2005-06-30 15:25:07 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 108... Line 108...
108
// +------------------------------------------------------------------------------------------------------+
108
// +------------------------------------------------------------------------------------------------------+
109
function afficherReferenciels($donnees)
109
function afficherReferenciels($donnees)
110
{
110
{
111
    //$retour .= '<pre>'.print_r($donnees, true).'</pre>';
111
    //$retour .= '<pre>'.print_r($donnees, true).'</pre>';
112
    $retour .= '  <option value="'.$donnees['PROJET_VERSION_TOUS']['eprv_id_version'].'" func_selectionnerEfloreRef('.$donnees['PROJET_VERSION_TOUS']['eprv_id_version'].')>';
112
    $retour .= '  <option value="'.$donnees['PROJET_VERSION_TOUS']['eprv_id_version'].'" func_selectionnerEfloreRef('.$donnees['PROJET_VERSION_TOUS']['eprv_id_version'].')>';
113
    $retour .= $donnees['PROJET_VERSION_TOUS']['eprv_nom'].' - '.$donnees['PROJET_VERSION_TOUS']['epr_intitule_projet'];
113
    $retour .= $donnees['PROJET_VERSION_TOUS']['eprv_nom'].' ('.$donnees['PROJET_VERSION_TOUS']['eprv_code_version'].') - '.$donnees['PROJET_VERSION_TOUS']['epr_intitule_projet'];
114
    $retour .= '</option>'."\n";
114
    $retour .= '</option>'."\n";
115
    return $retour;
115
    return $retour;
116
}
116
}
Line 117... Line 117...
117
 
117
 
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.1  2005/06/09 18:09:52  jpm
124
*
127
* Début gestion des référenciels dans la recherche nomenclaturale.
125
* $Log: not supported by cvs2svn $
128
*
126
* Revision 1.6  2005/03/15 15:11:07  jpm
129
* Revision 1.6  2005/03/15 15:11:07  jpm
127
* Ajout d'une sélection par défaut pour le choix de l'ordre.
130
* Ajout d'une sélection par défaut pour le choix de l'ordre.
128
*
131
*