Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: selecteur_sites.php,v 1.2 2004-06-21 07:37:50 alex Exp $
|
22 |
// CVS : $Id: selecteur_sites.php,v 1.3 2004-07-06 17:07:16 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Applette : selecteur sites
|
24 |
* Applette : selecteur sites
|
25 |
*
|
25 |
*
|
26 |
* Génère un formulaire contenant un menu déroulant permettant de choisir un site parmis les disponibles.
|
26 |
* Génère un formulaire contenant un menu déroulant permettant de choisir un site parmis les disponibles.
|
27 |
* Nécessite :
|
27 |
* Nécessite :
|
Line 30... |
Line 30... |
30 |
* - Pear Net_URL
|
30 |
* - Pear Net_URL
|
31 |
* - Pear DB
|
31 |
* - Pear DB
|
32 |
* - API Débogage 1.0
|
32 |
* - API Débogage 1.0
|
33 |
*
|
33 |
*
|
34 |
*@package Applette
|
34 |
*@package Applette
|
35 |
*@subpackage Selecteur sites
|
35 |
*@subpackage Selecteur_sites
|
36 |
//Auteur original :
|
36 |
//Auteur original :
|
37 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
37 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
38 |
//Autres auteurs :
|
38 |
//Autres auteurs :
|
39 |
*@author Aucun
|
39 |
*@author Aucun
|
40 |
*@copyright Tela-Botanica 2000-2004
|
40 |
*@copyright Tela-Botanica 2000-2004
|
41 |
*@version $Revision: 1.2 $ $Date: 2004-06-21 07:37:50 $
|
41 |
*@version $Revision: 1.3 $ $Date: 2004-07-06 17:07:16 $
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
*/
|
43 |
*/
|
Line 44... |
Line 44... |
44 |
|
44 |
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
Line 163... |
Line 163... |
163 |
|
163 |
|
164 |
|
164 |
|
165 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
165 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
166 |
*
|
- |
|
167 |
* $Log: not supported by cvs2svn $
|
- |
|
168 |
* Revision 1.2 2004/06/21 07:37:50 alex
|
166 |
*
|
169 |
* Modification d'un label
|
167 |
* $Log: not supported by cvs2svn $
|
170 |
*
|
168 |
* Revision 1.1 2004/06/15 15:05:47 jpm
|
171 |
* Revision 1.1 2004/06/15 15:05:47 jpm
|
169 |
* Changement de nom et d'arborescence de Genesia en Papyrus.
|
172 |
* Changement de nom et d'arborescence de Genesia en Papyrus.
|
170 |
*
|
173 |
*
|