Subversion Repositories Applications.papyrus

Rev

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

Rev 16 Rev 21
Line 20... Line 20...
20
// | You should have received a copy of the GNU Lesser General Public                                     |
20
// | 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                                  |
21
// | 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                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// |                                                                                                      |
23
// |                                                                                                      |
24
// +------------------------------------------------------------------------------------------------------+
24
// +------------------------------------------------------------------------------------------------------+
25
// CVS : $Id: pap_initialise_info.inc.php,v 1.3 2004-06-18 15:52:45 alex Exp $
25
// CVS : $Id: pap_initialise_info.inc.php,v 1.4 2004-06-30 07:25:37 jpm Exp $
26
/**
26
/**
27
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
27
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
28
*
28
*
29
* La page contient le code initialisant l'éxecution du rendu d'une page par Papyrus.
29
* 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 :
30
* Nous y trouvons la recherche des informations disponibles sur :
Line 40... Line 40...
40
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
40
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
41
//Autres auteurs :
41
//Autres auteurs :
42
*@author            Alexandre GRANIER <alex@tela-botanica.org>
42
*@author            Alexandre GRANIER <alex@tela-botanica.org>
43
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
43
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
44
*@copyright         Tela-Botanica 2000-2004
44
*@copyright         Tela-Botanica 2000-2004
45
*@version           $Revision: 1.3 $ $Date: 2004-06-18 15:52:45 $
45
*@version           $Revision: 1.4 $ $Date: 2004-06-30 07:25:37 $
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
47
*/
47
*/
Line 48... Line 48...
48
 
48
 
49
// +------------------------------------------------------------------------------------------------------+
49
// +------------------------------------------------------------------------------------------------------+
Line 376... Line 376...
376
 
376
 
377
// +------------------------------------------------------------------------------------------------------+
377
// +------------------------------------------------------------------------------------------------------+
Line 378... Line 378...
378
// Gestion de l'application du menu demandé.
378
// Gestion de l'application du menu demandé.
379
 
379
 
380
// Recherche de la première application liée
380
// Recherche de la première application liée
381
$info_appli_menu = donnerIdPremiereApplicationLiee($_GEN_commun['info_menu']->gm_id_menu);
381
$id_application = GEN_donnerIdPremiereApplicationLiee($_GEN_commun['info_menu']->gm_id_menu);
Line 382... Line 382...
382
$id_application = $info_appli_menu['gm_ce_application'];
382
$id_application = $info_appli_menu['gm_ce_application'];
383
$id_menu_actif = $info_appli_menu['gm_id_menu'];
383
$id_menu_actif = $info_appli_menu['gm_id_menu'];
Line 480... Line 480...
480
    $_GEN_commun['url']->addQueryString(GEN_URL_CLE_DATE, $_GEN_commun['url_format']);
480
    $_GEN_commun['url']->addQueryString(GEN_URL_CLE_DATE, $_GEN_commun['url_format']);
481
}
481
}
Line 482... Line 482...
482
 
482
 
483
/* +--Fin du code ---------------------------------------------------------------------------------------+
483
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
484
* $Log: not supported by cvs2svn $
-
 
485
* Revision 1.3  2004/06/18 15:52:45  alex
-
 
486
* Actualisation de la variable $_GEN_commun['info_menu'] lorsque un menu n'a pas d'application lié
484
* $Log: not supported by cvs2svn $
487
*
485
* Revision 1.2  2004/06/17 07:03:01  jpm
488
* Revision 1.2  2004/06/17 07:03:01  jpm
486
* Correction d'un bogue concernant l'internationalisation par défaut quand la langue du navigateur ne correspond pas à celle du site.
489
* Correction d'un bogue concernant l'internationalisation par défaut quand la langue du navigateur ne correspond pas à celle du site.
487
*
490
*
488
* Revision 1.1  2004/06/16 08:13:20  jpm
491
* Revision 1.1  2004/06/16 08:13:20  jpm