Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 13 → Rev 14

/trunk/papyrus/pap_rendu.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_rendu.inc.php,v 1.1 2004-06-16 08:13:58 jpm Exp $
// CVS : $Id: pap_rendu.inc.php,v 1.2 2004-06-17 08:04:44 jpm Exp $
/**
* Rendu : programme traitant l'url demandée et retournant la page compressé au navigateur.
*
35,7 → 35,7
*@author Alexandre GRANIER <alexadandre@tela-botanica.org>
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-06-16 08:13:58 $
*@version $Revision: 1.2 $ $Date: 2004-06-17 08:04:44 $
// +------------------------------------------------------------------------------------------------------+
*/
 
44,13 → 44,13
// +------------------------------------------------------------------------------------------------------+
 
/** <BR> Inclusion de la bibliothèque de fonctions servant à l'insertion de meta informations pour une page donnée.*/
include_once GEN_CHEMIN_PAP.'bibliotheque/fonctions/pap_meta.fonct.php';
include_once GEN_CHEMIN_BIBLIO.'pap_meta.fonct.php';
 
/** <BR> Inclusion de la bibliothèque de fonctions servant à l'insertion de styles pour une page donnée.*/
include_once GEN_CHEMIN_PAP.'bibliotheque/fonctions/pap_style.fonct.php';
include_once GEN_CHEMIN_BIBLIO.'pap_style.fonct.php';
 
/** <BR> Inclusion de la bibliothèque de fonctions servant à l'insertion de scripts pour une page donnée.*/
include_once GEN_CHEMIN_PAP.'bibliotheque/fonctions/pap_script.fonct.php';
include_once GEN_CHEMIN_BIBLIO.'pap_script.fonct.php';
 
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
342,6 → 342,10
/* +--Fin du code ---------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/06/16 08:13:58 jpm
* Changement de nom de Génésia en Papyrus.
* Changement de l'arborescence.
*
* Revision 1.32 2004/05/10 12:24:55 jpm
* Amélioration de la recherche des fichiers de squelette.
*