Subversion Repositories Applications.papyrus

Rev

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

Rev 72 Rev 205
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.3 $ $Date: 2004-10-18 18:27:37 $
44
*@version       $Revision: 1.4 $ $Date: 2004-12-03 19:22:57 $
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
46
//
46
//
47
// $Id: admin_site.php,v 1.3 2004-10-18 18:27:37 jpm Exp $
47
// $Id: admin_site.php,v 1.4 2004-12-03 19:22:57 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.3 $
50
// VERSION : $Revision: 1.4 $
51
// DATE    : $Date: 2004-10-18 18:27:37 $
51
// DATE    : $Date: 2004-12-03 19:22:57 $
52
// +------------------------------------------------------------------------------------------------------+
52
// +------------------------------------------------------------------------------------------------------+
53
**/
53
**/
Line 54... Line 54...
54
 
54
 
55
// +------------------------------------------------------------------------------------------------------+
55
// +------------------------------------------------------------------------------------------------------+
Line 77... Line 77...
77
 
77
 
78
/** <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.
79
* Permet d'inclure la fonction d'affichage du "Vous êtes ici".*/
79
* Permet d'inclure la fonction d'affichage du "Vous êtes ici".*/
Line -... Line 80...
-
 
80
require_once ADSI_CHEMIN_BIBLIOTHEQUE_GEN.'pap_menu.fonct.php';
-
 
81
 
-
 
82
/** <BR> Inclusion de la bibliothèque de fonctions concernant les tables "gen_site..." de Papyrus.*/
80
require_once ADSI_CHEMIN_BIBLIOTHEQUE_GEN.'pap_menu.fonct.php';
83
require_once ADSI_CHEMIN_BIBLIOTHEQUE_GEN.'pap_site.fonct.php';
81
 
84
 
Line 82... Line 85...
82
/** Inclusion de la bibliotheque de fonctions gérant les administrateur de Papyrus.*/
85
/** Inclusion de la bibliotheque de fonctions gérant les administrateur de Papyrus.*/
83
require_once ADSI_CHEMIN_BIBLIOTHEQUE_ADSI.'adsi_admin.fonct.php';
86
require_once ADSI_CHEMIN_BIBLIOTHEQUE_ADSI.'adsi_admin.fonct.php';
Line 335... Line 338...
335
    }
338
    }
336
}//Fin de la fonction afficherContenuCorps().
339
}//Fin de la fonction afficherContenuCorps().
Line 337... Line 340...
337
 
340
 
338
/* +--Fin du code ---------------------------------------------------------------------------------------+
341
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
342
* $Log: not supported by cvs2svn $
-
 
343
* Revision 1.3  2004/10/18 18:27:37  jpm
-
 
344
* Correction problèmes FTP et manipulation de fichiers.
339
* $Log: not supported by cvs2svn $
345
*
340
* Revision 1.2  2004/07/06 17:08:14  jpm
346
* Revision 1.2  2004/07/06 17:08:14  jpm
341
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
347
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
342
*
348
*
343
* Revision 1.1  2004/06/16 14:20:39  jpm
349
* Revision 1.1  2004/06/16 14:20:39  jpm