Subversion Repositories Applications.papyrus

Rev

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

Rev 352 Rev 365
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser 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: pap_rendu.inc.php,v 1.13 2005-04-21 16:46:39 jpm Exp $
22
// CVS : $Id: pap_rendu.inc.php,v 1.14 2005-05-11 14:31:45 jpm Exp $
23
/**
23
/**
24
* Rendu : programme traitant l'url demandée et retournant la page compressé au navigateur.
24
* Rendu : programme traitant l'url demandée et retournant la page compressé au navigateur.
25
*
25
*
26
* Ce programme contient la partie collectant les informations sur la page demandée par le navigateur client.
26
* Ce programme contient la partie collectant les informations sur la page demandée par le navigateur client.
27
* Elle vérifie que la page ne soit pas déjà présente en cache et la renvoie si elle est disponible.
27
* Elle vérifie que la page ne soit pas déjà présente en cache et la renvoie si elle est disponible.
Line 33... Line 33...
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Alexandre GRANIER <alexadandre@tela-botanica.org>
35
*@author        Alexandre GRANIER <alexadandre@tela-botanica.org>
36
*@author        Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
36
*@author        Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.13 $ $Date: 2005-04-21 16:46:39 $
38
*@version       $Revision: 1.14 $ $Date: 2005-05-11 14:31:45 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 282... Line 282...
282
 
282
 
283
// Contenu navigation
283
// Contenu navigation
284
// Appel de la fonction afficherContenuNavigation() si elle existe.
284
// Appel de la fonction afficherContenuNavigation() si elle existe.
Line -... Line 285...
-
 
285
$GLOBALS['_PAPYRUS_']['rendu']['CONTENU_NAVIGATION'] = (function_exists('afficherContenuNavigation') ? afficherContenuNavigation() : '<!-- '.'Aucune navigation'.' -->');
-
 
286
 
-
 
287
// Appel de la fonction afficherContenuMenuAppli() si elle existe.
285
$GLOBALS['_PAPYRUS_']['rendu']['CONTENU_NAVIGATION'] = (function_exists('afficherContenuNavigation') ? afficherContenuNavigation() : '<!-- '.'Aucune navigation'.' -->');
288
$GLOBALS['_PAPYRUS_']['rendu']['CONTENU_MENU'] = (function_exists('afficherContenuMenu') ? afficherContenuMenu() : '<!-- '.'Aucun menu pour cette application'.' -->');
286
 
289
 
287
// Contenu tête
290
// Contenu tête
Line 288... Line 291...
288
// Appel de la fonction afficherContenuTete() si elle existe.
291
// Appel de la fonction afficherContenuTete() si elle existe.
Line 385... Line 388...
385
$GLOBALS['_GEN_commun']['sortie'] = $GLOBALS['_PAPYRUS_']['general']['contenu_squelette'];
388
$GLOBALS['_GEN_commun']['sortie'] = $GLOBALS['_PAPYRUS_']['general']['contenu_squelette'];
Line 386... Line 389...
386
 
389
 
387
/* +--Fin du code ---------------------------------------------------------------------------------------+
390
/* +--Fin du code ---------------------------------------------------------------------------------------+
388
*
391
*
-
 
392
* $Log: not supported by cvs2svn $
-
 
393
* Revision 1.13  2005/04/21 16:46:39  jpm
-
 
394
* Gestion via Papyrus du XHTML de Text_Wiki_Papyrus.
389
* $Log: not supported by cvs2svn $
395
*
390
* Revision 1.12  2005/03/02 11:04:36  jpm
396
* Revision 1.12  2005/03/02 11:04:36  jpm
391
* Modification de l'utilisation d'une variable globale.
397
* Modification de l'utilisation d'une variable globale.
392
*
398
*
393
* Revision 1.11  2005/02/28 11:20:42  jpm
399
* Revision 1.11  2005/02/28 11:20:42  jpm