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: adsi_site.fonct.php,v 1.19 2005-02-28 11:07:00 jpm Exp $
|
22 |
// CVS : $Id: adsi_site.fonct.php,v 1.20 2005-03-08 11:17:47 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Bibliothèque de fonctions d'admininistration des projets
|
24 |
* Bibliothèque de fonctions d'admininistration des projets
|
25 |
*
|
25 |
*
|
26 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
|
26 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
|
27 |
* sur les projets (=sites gérés par Papyrus).
|
27 |
* sur les projets (=sites gérés par Papyrus).
|
Line 32... |
Line 32... |
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
32 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
34 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
35 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
35 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
36 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@version $Revision: 1.19 $ $Date: 2005-02-28 11:07:00 $
|
37 |
*@version $Revision: 1.20 $ $Date: 2005-03-08 11:17:47 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// | ENTÊTE du PROGRAMME |
|
42 |
// | ENTÊTE du PROGRAMME |
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
44 |
|
- |
|
45 |
/** Inclusion de la classe Formulaire.
|
- |
|
46 |
* Elle permet la création rapide de formulaire basé sur les tables Mysql.
|
- |
|
47 |
*/
|
- |
|
48 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'formulaire/FORM_Form.class.php';
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
49 |
if (GEN_FTP_UTILISE) {
|
44 |
if (GEN_FTP_UTILISE) {
|
50 |
/** Inclusion bibliothèque de PEAR gérant le FTP.*/
|
45 |
/** Inclusion bibliothèque de PEAR gérant le FTP.*/
|
51 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_PEAR.'Net/FTP.php';
|
46 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_PEAR.'Net/FTP.php';
|
Line 1162... |
Line 1157... |
1162 |
}
|
1157 |
}
|
Line 1163... |
Line 1158... |
1163 |
|
1158 |
|
1164 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
1159 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
1165 |
/*
|
1160 |
/*
|
- |
|
1161 |
* $Log: not supported by cvs2svn $
|
- |
|
1162 |
* Revision 1.19 2005/02/28 11:07:00 jpm
|
- |
|
1163 |
* Modification des auteurs.
|
1166 |
* $Log: not supported by cvs2svn $
|
1164 |
*
|
1167 |
* Revision 1.18 2005/02/28 10:59:07 jpm
|
1165 |
* Revision 1.18 2005/02/28 10:59:07 jpm
|
1168 |
* Modification des commentaires et copyright.
|
1166 |
* Modification des commentaires et copyright.
|
1169 |
*
|
1167 |
*
|
1170 |
* Revision 1.17 2005/02/17 17:51:11 florian
|
1168 |
* Revision 1.17 2005/02/17 17:51:11 florian
|