Subversion Repositories Applications.papyrus

Rev

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

Rev 25 Rev 72
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.2 $ $Date: 2004-07-06 17:08:14 $
44
*@version       $Revision: 1.3 $ $Date: 2004-10-18 18:27:37 $
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
46
//
46
//
47
// $Id: admin_site.php,v 1.2 2004-07-06 17:08:14 jpm Exp $
47
// $Id: admin_site.php,v 1.3 2004-10-18 18:27:37 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.2 $
50
// VERSION : $Revision: 1.3 $
51
// DATE    : $Date: 2004-07-06 17:08:14 $
51
// DATE    : $Date: 2004-10-18 18:27:37 $
52
// +------------------------------------------------------------------------------------------------------+
52
// +------------------------------------------------------------------------------------------------------+
53
**/
53
**/
Line 54... Line 54...
54
 
54
 
55
// +------------------------------------------------------------------------------------------------------+
55
// +------------------------------------------------------------------------------------------------------+
Line 69... Line 69...
69
 
69
 
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.*/
Line -... Line 72...
-
 
72
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'sql_1.0/SQL_manipulation.fonct.php';
-
 
73
 
-
 
74
/** Inclusion des fonctions de manipulation de fichiers et dossiers.
-
 
75
* Permet la suppression d'un dossier et de son contenu.*/
72
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'sql_1.0/SQL_manipulation.fonct.php';
76
require_once ADSI_CHEMIN_BIBLIOTHEQUE_API.'fichier_1.0/FIC_manipulation.fonct.php';
73
 
77
 
74
/** <BR> Inclusion de la bibliothèque de fonctions concernant les tables "gen_menu..." de Papyrus.
78
/** <BR> Inclusion de la bibliothèque de fonctions concernant les tables "gen_menu..." de Papyrus.
Line 75... Line 79...
75
* Permet d'inclure la fonction d'affichage du "Vous êtes ici".*/
79
* Permet d'inclure la fonction d'affichage du "Vous êtes ici".*/
Line 331... Line 335...
331
    }
335
    }
332
}//Fin de la fonction afficherContenuCorps().
336
}//Fin de la fonction afficherContenuCorps().
Line 333... Line 337...
333
 
337
 
334
/* +--Fin du code ---------------------------------------------------------------------------------------+
338
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
339
* $Log: not supported by cvs2svn $
-
 
340
* Revision 1.2  2004/07/06 17:08:14  jpm
-
 
341
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
335
* $Log: not supported by cvs2svn $
342
*
336
* Revision 1.1  2004/06/16 14:20:39  jpm
343
* Revision 1.1  2004/06/16 14:20:39  jpm
337
* Changement de nom de Génésia en Papyrus.
344
* Changement de nom de Génésia en Papyrus.
338
* Changement de l'arborescence.
345
* Changement de l'arborescence.
339
*
346
*