Line 39... |
Line 39... |
39 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
39 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
40 |
//Autres auteurs :
|
40 |
//Autres auteurs :
|
41 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
41 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
42 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
42 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
43 |
*@copyright Tela-Botanica 2000-2004
|
43 |
*@copyright Tela-Botanica 2000-2004
|
44 |
*@version $Revision: 1.4 $ $Date: 2004-12-03 19:22:57 $
|
44 |
*@version $Revision: 1.5 $ $Date: 2005-02-28 10:32:06 $
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
//
|
46 |
//
|
47 |
// $Id: admin_site.php,v 1.4 2004-12-03 19:22:57 jpm Exp $
|
47 |
// $Id: admin_site.php,v 1.5 2005-02-28 10:32:06 jpm Exp $
|
48 |
// FICHIER : $RCSfile: admin_site.php,v $
|
48 |
// FICHIER : $RCSfile: admin_site.php,v $
|
49 |
// AUTEUR : $Author: jpm $
|
49 |
// AUTEUR : $Author: jpm $
|
50 |
// VERSION : $Revision: 1.4 $
|
50 |
// VERSION : $Revision: 1.5 $
|
51 |
// DATE : $Date: 2004-12-03 19:22:57 $
|
51 |
// DATE : $Date: 2005-02-28 10:32:06 $
|
52 |
// +------------------------------------------------------------------------------------------------------+
|
52 |
// +------------------------------------------------------------------------------------------------------+
|
53 |
**/
|
53 |
**/
|
Line 54... |
Line 54... |
54 |
|
54 |
|
55 |
// +------------------------------------------------------------------------------------------------------+
|
55 |
// +------------------------------------------------------------------------------------------------------+
|
Line 63... |
Line 63... |
63 |
|
63 |
|
64 |
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
|
64 |
/** Inclusion de la bibliothèque PEAR de conception de formulaire.*/
|
Line 65... |
Line 65... |
65 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
|
65 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_PEAR.'HTML/QuickForm.php';
|
66 |
|
66 |
|
Line 67... |
Line 67... |
67 |
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
|
67 |
/** Inclusion de l'API de fonctions gérant les erreurs sql.*/
|
68 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'debogage_1.0/BOG_sql.fonct.php';
|
68 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'debogage/BOG_sql.fonct.php';
|
69 |
|
69 |
|
Line 70... |
Line 70... |
70 |
/** Inclusion des fonctions de manipulation du sql.
|
70 |
/** Inclusion des fonctions de manipulation du sql.
|
71 |
* Permet la récupération d'un nouvel identifiant d'une table.*/
|
71 |
* Permet la récupération d'un nouvel identifiant d'une table.*/
|
72 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'sql_1.0/SQL_manipulation.fonct.php';
|
72 |
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'sql/SQL_manipulation.fonct.php';
|
Line 73... |
Line 73... |
73 |
|
73 |
|
74 |
/** Inclusion des fonctions de manipulation de fichiers et dossiers.
|
74 |
/** Inclusion des fonctions de manipulation de fichiers et dossiers.
|
75 |
* Permet la suppression d'un dossier et de son contenu.*/
|
75 |
* Permet la suppression d'un dossier et de son contenu.*/
|
Line 338... |
Line 338... |
338 |
}
|
338 |
}
|
339 |
}//Fin de la fonction afficherContenuCorps().
|
339 |
}//Fin de la fonction afficherContenuCorps().
|
Line 340... |
Line 340... |
340 |
|
340 |
|
341 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
341 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
- |
|
342 |
* $Log: not supported by cvs2svn $
|
- |
|
343 |
* Revision 1.4 2004/12/03 19:22:57 jpm
|
- |
|
344 |
* Gestion des types de sites externes gérés par Papyrus.
|
342 |
* $Log: not supported by cvs2svn $
|
345 |
*
|
343 |
* Revision 1.3 2004/10/18 18:27:37 jpm
|
346 |
* Revision 1.3 2004/10/18 18:27:37 jpm
|
344 |
* Correction problèmes FTP et manipulation de fichiers.
|
347 |
* Correction problèmes FTP et manipulation de fichiers.
|
345 |
*
|
348 |
*
|
346 |
* Revision 1.2 2004/07/06 17:08:14 jpm
|
349 |
* Revision 1.2 2004/07/06 17:08:14 jpm
|