Subversion Repositories Applications.projet

Rev

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

Rev 318 Rev 347
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU General Public                                            |
18
// | You should have received a copy of the GNU General Public                                            |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: projet.php,v 1.16 2008-08-25 15:26:18 alexandre_tb Exp $
22
// CVS : $Id: projet.php,v 1.17 2008-10-22 08:21:58 aperonnet Exp $
23
/**
23
/**
24
* Application projet
24
* Application projet
25
*
25
*
26
* Fichier d'appel pour papyrus
26
* Fichier d'appel pour papyrus
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.16 $
34
*@version       $Revision: 1.17 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 119... Line 119...
119
    if (isset ($GLOBALS['_GEN_commun']['info_application']->prive)) {
119
    if (isset ($GLOBALS['_GEN_commun']['info_application']->prive)) {
120
        $controleur->setPrive() ;
120
        $controleur->setPrive() ;
121
    }
121
    }
Line 122... Line 122...
122
    
122
    
123
    // Dans le cas de la presentation par arbre, on met les menus
123
    // Dans le cas de la presentation par arbre, on met les menus
Line 124... Line 124...
124
    if (isset($GLOBALS['_GEN_commun']['info_application']->presentation)){
124
    if (isset($GLOBALS['_GEN_commun']['info_application']->presentation) || isset($controleur->_presentation)){
125
 
125
 
Line 126... Line 126...
126
        $sortie .= $controleur->menuGeneral() ;
126
        $sortie .= $controleur->menuGeneral() ;
Line 232... Line 232...
232
    return $class ;
232
    return $class ;
233
}
233
}
234
/* +--Fin du code ----------------------------------------------------------------------------------------+
234
/* +--Fin du code ----------------------------------------------------------------------------------------+
235
*
235
*
236
* $Log: not supported by cvs2svn $
236
* $Log: not supported by cvs2svn $
-
 
237
* Revision 1.16  2008-08-25 15:26:18  alexandre_tb
-
 
238
* encodage
-
 
239
*
237
* Revision 1.15  2007-06-25 12:15:06  alexandre_tb
240
* Revision 1.15  2007-06-25 12:15:06  alexandre_tb
238
* merge from narmer
241
* merge from narmer
239
*
242
*
240
* Revision 1.14  2007/04/19 15:34:35  neiluj
243
* Revision 1.14  2007/04/19 15:34:35  neiluj
241
* preparration release (livraison) "Narmer" - v0.25
244
* preparration release (livraison) "Narmer" - v0.25