Subversion Repositories Applications.papyrus

Rev

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

Rev 757 Rev 767
Line 30... Line 30...
30
 
30
 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
33
// termes.
33
// termes.
34
// ----
34
// ----
35
// CVS : $Id: pap_rendu.inc.php,v 1.27 2006-03-02 13:45:27 ddelon Exp $
35
// CVS : $Id: pap_rendu.inc.php,v 1.28 2006-03-13 21:00:20 ddelon Exp $
36
/**
36
/**
37
* Rendu : programme traitant l'url demandée et retournant la page compressé au navigateur.
37
* Rendu : programme traitant l'url demandée et retournant la page compressé au navigateur.
38
*
38
*
39
* Ce programme contient la partie collectant les informations sur la page demandée par le navigateur client.
39
* Ce programme contient la partie collectant les informations sur la page demandée par le navigateur client.
Line 46... Line 46...
46
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
46
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
47
//Autres auteurs :
47
//Autres auteurs :
48
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
48
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
49
*@author        Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
49
*@author        Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
50
*@copyright     Tela-Botanica 2000-2004
50
*@copyright     Tela-Botanica 2000-2004
51
*@version       $Revision: 1.27 $ $Date: 2006-03-02 13:45:27 $
51
*@version       $Revision: 1.28 $ $Date: 2006-03-13 21:00:20 $
52
// +------------------------------------------------------------------------------------------------------+
52
// +------------------------------------------------------------------------------------------------------+
53
*/
53
*/
Line 54... Line 54...
54
 
54
 
Line 236... Line 236...
236
	$GLOBALS['_PAPYRUS_']['page']['periode_validite'] = '';
236
	$GLOBALS['_PAPYRUS_']['page']['periode_validite'] = '';
237
	$GLOBALS['_PAPYRUS_']['page']['date_copyright'] = '';
237
	$GLOBALS['_PAPYRUS_']['page']['date_copyright'] = '';
238
	$GLOBALS['_PAPYRUS_']['page']['source'] = '';
238
	$GLOBALS['_PAPYRUS_']['page']['source'] = '';
239
}
239
}
Line 240... Line 240...
240
 
240
 
241
if ($_GEN_commun['info_i18n_pays']->gip_id_pays != '') {
241
if ((isset($_GEN_commun['info_i18n_pays'])) && ($_GEN_commun['info_i18n_pays']->gip_id_pays != '')) {
242
    $GLOBALS['_PAPYRUS_']['page']['langue_rfc_3066'] = $GLOBALS['_PAPYRUS_']['page']['langue'].'-'.htmlentities($_GEN_commun['info_i18n_pays']->gip_id_pays);
242
    $GLOBALS['_PAPYRUS_']['page']['langue_rfc_3066'] = $GLOBALS['_PAPYRUS_']['page']['langue'].'-'.htmlentities($_GEN_commun['info_i18n_pays']->gip_id_pays);
243
} else {
243
} else {
244
    $GLOBALS['_PAPYRUS_']['page']['langue_rfc_3066'] = $GLOBALS['_PAPYRUS_']['page']['langue'];
244
    $GLOBALS['_PAPYRUS_']['page']['langue_rfc_3066'] = $GLOBALS['_PAPYRUS_']['page']['langue'];
245
}
245
}
Line 537... Line 537...
537
$GLOBALS['_GEN_commun']['sortie'] = $GLOBALS['_PAPYRUS_']['general']['contenu_squelette'];
537
$GLOBALS['_GEN_commun']['sortie'] = $GLOBALS['_PAPYRUS_']['general']['contenu_squelette'];
Line 538... Line 538...
538
 
538
 
539
/* +--Fin du code ---------------------------------------------------------------------------------------+
539
/* +--Fin du code ---------------------------------------------------------------------------------------+
540
*
540
*
-
 
541
* $Log: not supported by cvs2svn $
-
 
542
* Revision 1.27  2006/03/02 13:45:27  ddelon
-
 
543
* Balise url page
541
* $Log: not supported by cvs2svn $
544
*
542
* Revision 1.26  2006/03/02 10:49:49  ddelon
545
* Revision 1.26  2006/03/02 10:49:49  ddelon
543
* Fusion branche multilinguisme dans branche principale
546
* Fusion branche multilinguisme dans branche principale
544
*
547
*
545
* Revision 1.25  2005/12/09 15:07:07  florian
548
* Revision 1.25  2005/12/09 15:07:07  florian