Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1729 → Rev 1730

/trunk/papyrus/pap_rendu.inc.php
32,7 → 32,7
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
// termes.
// ----
// CVS : $Id: pap_rendu.inc.php,v 1.40 2007-04-20 14:08:24 neiluj Exp $
// CVS : $Id: pap_rendu.inc.php,v 1.41 2007-11-27 14:02:55 alexandre_tb Exp $
/**
* Rendu : programme traitant l'url demandée et retournant la page compressé au navigateur.
*
48,7 → 48,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.40 $ $Date: 2007-04-20 14:08:24 $
*@version $Revision: 1.41 $ $Date: 2007-11-27 14:02:55 $
// +------------------------------------------------------------------------------------------------------+
*/
 
217,8 → 217,6
else {
$GLOBALS['_PAPYRUS_']['page']['titre']='';
}
 
 
$GLOBALS['_PAPYRUS_']['rendu']['TITRE_PAGE'] = $GLOBALS['_PAPYRUS_']['page']['titre'];
 
// Construction des infos sur le site
229,6 → 227,11
$GLOBALS['_PAPYRUS_']['page']['code_alpha_site'] = htmlentities($GLOBALS['_GEN_commun'][$type_site]->gs_code_alpha);
$GLOBALS['_PAPYRUS_']['rendu']['SITE_CODE_ALPHA'] = $GLOBALS['_PAPYRUS_']['page']['code_alpha_site'];
 
// Construction des infos sur le menu pour générer les balises
$GLOBALS['_PAPYRUS_']['rendu']['MENU_ID'] = htmlentities($GLOBALS['_GEN_commun'][$type_menu]->gm_id_menu);
$GLOBALS['_PAPYRUS_']['rendu']['MENU_CODE_ALPHA'] = htmlentities($GLOBALS['_GEN_commun'][$type_menu]->gm_code_alpha);
$GLOBALS['_PAPYRUS_']['rendu']['MENU_CODE_NUM'] = htmlentities($GLOBALS['_GEN_commun'][$type_menu]->gm_code_num);
 
//Construction des infos sur le contexte d'affichage de la page
$une_url = new Net_URL();
$une_url->addQueryString("site",$GLOBALS['_GEN_commun']['url_site']);
526,6 → 529,12
/* +--Fin du code ---------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.40.4.1 2007-11-27 14:01:10 alexandre_tb
* Ajout de balise Papyrus concernant le menu.
*
* Revision 1.40 2007/04/20 14:08:24 neiluj
* correction bug
*
* Revision 1.39 2007/04/19 16:54:52 ddelon
* backport mulitlinguisme
*