Subversion Repositories Applications.papyrus

Rev

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

Rev 287 Rev 326
Line 38... Line 38...
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
39
//Autres auteurs :
39
//Autres auteurs :
40
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
40
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
41
*@author        Laurent COUDOUNEAU <lc@gsite.org>
41
*@author        Laurent COUDOUNEAU <lc@gsite.org>
42
*@copyright     Tela-Botanica 2000-2004
42
*@copyright     Tela-Botanica 2000-2004
43
*@version       $Revision: 1.8 $ $Date: 2005-02-28 13:09:17 $
43
*@version       $Revision: 1.9 $ $Date: 2005-04-08 13:28:43 $
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
45
//
45
//
46
// $Id: admin_site.php,v 1.8 2005-02-28 13:09:17 jpm Exp $
46
// $Id: admin_site.php,v 1.9 2005-04-08 13:28:43 jpm Exp $
47
// FICHIER : $RCSfile: admin_site.php,v $
47
// FICHIER : $RCSfile: admin_site.php,v $
48
// AUTEUR  : $Author: jpm $
48
// AUTEUR  : $Author: jpm $
49
// VERSION : $Revision: 1.8 $
49
// VERSION : $Revision: 1.9 $
50
// DATE    : $Date: 2005-02-28 13:09:17 $
50
// DATE    : $Date: 2005-04-08 13:28:43 $
51
// +------------------------------------------------------------------------------------------------------+
51
// +------------------------------------------------------------------------------------------------------+
52
**/
52
**/
Line 53... Line 53...
53
 
53
 
54
// +------------------------------------------------------------------------------------------------------+
54
// +------------------------------------------------------------------------------------------------------+
Line 122... Line 122...
122
    // +----------------------------------------------------------------------------------------------+
122
    // +----------------------------------------------------------------------------------------------+
123
    // Initialisation des variables 
123
    // Initialisation des variables 
Line 124... Line 124...
124
    
124
    
125
    // +----------------------------------------------------------------------------------------------+
125
    // +----------------------------------------------------------------------------------------------+
126
    // Objet Pear Auth
126
    // Objet Pear Auth
127
    $objet_pear_auth = $GLOBALS['_GEN_commun']['pear_auth'];
127
    $objet_pear_auth =& $GLOBALS['_GEN_commun']['pear_auth'];
128
    // +----------------------------------------------------------------------------------------------+
128
    // +----------------------------------------------------------------------------------------------+
129
    // Gestion de l'URL pour revenir sur le menu courant.
129
    // Gestion de l'URL pour revenir sur le menu courant.
130
    $url = $GLOBALS['_GEN_commun']['url']->getUrl();
130
    $url = $GLOBALS['_GEN_commun']['url']->getUrl();
131
    // +----------------------------------------------------------------------------------------------+
131
    // +----------------------------------------------------------------------------------------------+
Line 292... Line 292...
292
    }
292
    }
293
}//Fin de la fonction afficherContenuCorps().
293
}//Fin de la fonction afficherContenuCorps().
Line 294... Line 294...
294
 
294
 
295
/* +--Fin du code ---------------------------------------------------------------------------------------+
295
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
296
* $Log: not supported by cvs2svn $
-
 
297
* Revision 1.8  2005/02/28 13:09:17  jpm
-
 
298
* Correction bogue : virgule manquante.
296
* $Log: not supported by cvs2svn $
299
*
297
* Revision 1.7  2005/02/28 11:07:05  jpm
300
* Revision 1.7  2005/02/28 11:07:05  jpm
298
* Modification des auteurs.
301
* Modification des auteurs.
299
*
302
*
300
* Revision 1.6  2005/02/28 10:58:38  jpm
303
* Revision 1.6  2005/02/28 10:58:38  jpm