Subversion Repositories Applications.papyrus

Rev

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

Rev 132 Rev 134
Line 3... Line 3...
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of MON_PROGRAMME.                                                                  |
8
// | This file is part of Papyrus.                                                                        |
9
// |                                                                                                      |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
13
// | (at your option) any later version.                                                                  |
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: adme_general.fonct.php,v 1.2 2004-11-08 17:41:07 jpm Exp $
24
// CVS : $Id: adme_general.fonct.php,v 1.3 2004-11-09 12:37:34 jpm Exp $
25
/**
25
/**
26
* Titre
26
* Contient l'affichage par défaut de l'appli quand aucune actin
27
*
27
*
28
* Description
28
* Ce fichier contient les fonctions d'affichage commune à toute l'application Admin Menu.
-
 
29
* Nous y trouvons, entre autre, la fonction d'affichage par défaut de l'appli.
29
*
30
*
30
*@package nom_du_paquetage
31
*@package Admin_menu
31
*@subpackage nom_du_sous-paquetage_si_necessaire
32
*@subpackage Fonctions
32
//Auteur original :
33
//Auteur original :
33
*@author        Prenom NOM <mail@tela-botanica.org>
34
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
35
//Autres auteurs :
35
*@author        Aucun
36
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.2 $ $Date: 2004-11-08 17:41:07 $
38
*@version       $Revision: 1.3 $ $Date: 2004-11-09 12:37:34 $
38
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
39
*/
40
*/
Line 40... Line 41...
40
 
41
 
41
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 147... Line 148...
147
 
148
 
148
 
149
 
149
/* +--Fin du code ----------------------------------------------------------------------------------------+
150
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
151
*
-
 
152
* $Log: not supported by cvs2svn $
-
 
153
* Revision 1.2  2004/11/08 17:41:07  jpm
150
*
154
* Légères corrections : multisite, corrections SQL.
151
* $Log: not supported by cvs2svn $
155
*
152
* Revision 1.1  2004/11/04 12:26:42  jpm
156
* Revision 1.1  2004/11/04 12:26:42  jpm
153
* Contient les fonctions d'affichage général de l'appli ADME.
157
* Contient les fonctions d'affichage général de l'appli ADME.
154
*
158
*