Subversion Repositories Applications.papyrus

Rev

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

Rev 273 Rev 286
Line 1... Line 1...
1
<?php
1
<?php
2
//vim: set expandtab tabstop=4 shiftwidth=4:
2
//vim: set expandtab tabstop=4 shiftwidth=4:
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2001 COUDOUNEAU Laurent (lc@gsite.org)                                                 |
-
 
7
// | Copyright (C) 2003 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2003 Tela Botanica (accueil@tela-botanica.org)                                         |
8
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
9
// |                                                                                                      |
8
// |                                                                                                      |
10
// | This library is free software; you can redistribute it and/or                                        |
9
// | This library is free software; you can redistribute it and/or                                        |
11
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | modify it under the terms of the GNU Lesser General Public                                           |
Line 20... Line 19...
20
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | You should have received a copy of the GNU Lesser General Public                                     |
21
// | License along with this library; if not, write to the Free Software                                  |
20
// | License along with this library; if not, write to the Free Software                                  |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// |                                                                                                      |
22
// |                                                                                                      |
24
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
25
// CVS : $Id: pap_initialise_info.inc.php,v 1.17 2005-02-23 15:35:04 jpm Exp $
24
// CVS : $Id: pap_initialise_info.inc.php,v 1.18 2005-02-28 11:20:42 jpm Exp $
26
/**
25
/**
27
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
26
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
28
*
27
*
29
* La page contient le code initialisant l'éxecution du rendu d'une page par Papyrus.
28
* La page contient le code initialisant l'éxecution du rendu d'une page par Papyrus.
30
* Nous y trouvons la recherche des informations disponibles sur :
29
* Nous y trouvons la recherche des informations disponibles sur :
Line 35... Line 34...
35
* - la page
34
* - la page
36
* - l'application
35
* - l'application
37
*
36
*
38
*@package Papyrus
37
*@package Papyrus
39
//Auteur original :
38
//Auteur original :
40
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
39
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
41
//Autres auteurs :
40
//Autres auteurs :
42
*@author            Alexandre GRANIER <alex@tela-botanica.org>
41
*@author            Alexandre GRANIER <alex@tela-botanica.org>
43
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
42
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
44
*@copyright         Tela-Botanica 2000-2004
43
*@copyright         Tela-Botanica 2000-2004
45
*@version           $Revision: 1.17 $ $Date: 2005-02-23 15:35:04 $
44
*@version           $Revision: 1.18 $ $Date: 2005-02-28 11:20:42 $
46
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
47
*/
46
*/
Line 48... Line 47...
48
 
47
 
49
// +------------------------------------------------------------------------------------------------------+
48
// +------------------------------------------------------------------------------------------------------+
Line 501... Line 500...
501
    $_GEN_commun['url']->addQueryString(GEN_URL_CLE_DATE, $_GEN_commun['url_format']);
500
    $_GEN_commun['url']->addQueryString(GEN_URL_CLE_DATE, $_GEN_commun['url_format']);
502
}
501
}
Line 503... Line 502...
503
 
502
 
504
/* +--Fin du code ---------------------------------------------------------------------------------------+
503
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
504
* $Log: not supported by cvs2svn $
-
 
505
* Revision 1.17  2005/02/23 15:35:04  jpm
-
 
506
* L'erreur "pas d'application" a été supprimé une message dans le corps du texte fourni déjà cette information.
505
* $Log: not supported by cvs2svn $
507
*
506
* Revision 1.16  2005/02/17 17:51:40  florian
508
* Revision 1.16  2005/02/17 17:51:40  florian
507
* Correction bug monde sans menu ni appli
509
* Correction bug monde sans menu ni appli
508
*
510
*
509
* Revision 1.15  2004/12/06 12:12:28  jpm
511
* Revision 1.15  2004/12/06 12:12:28  jpm