Subversion Repositories Applications.papyrus

Rev

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

Rev 288 Rev 290
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: papyrus.php,v 1.10 2005-02-28 13:50:01 jpm Exp $
25
// CVS : $Id: papyrus.php,v 1.11 2005-03-02 11:04:31 jpm Exp $
26
/**
26
/**
27
* Papyrus : programme principale appelant différent fichier à inclure dans un ordre précis.
27
* Papyrus : programme principale appelant différent fichier à inclure dans un ordre précis.
28
*
28
*
29
* La page contient l'appel aux fonctions de l'application de vérification de l'installation puis
29
* La page contient l'appel aux fonctions de l'application de vérification de l'installation puis
30
* l'appel du fichier réalisant l'initialisation. Enfin, l'appel du fichier réalisant le rendu et 
30
* l'appel du fichier réalisant l'initialisation. Enfin, l'appel du fichier réalisant le rendu et 
Line 35... Line 35...
35
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
35
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
36
//Autres auteurs :
36
//Autres auteurs :
37
*@author            Alexandre GRANIER <alex@tela-botanica.org>
37
*@author            Alexandre GRANIER <alex@tela-botanica.org>
38
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
38
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
39
*@copyright         Tela-Botanica 2000-2004
39
*@copyright         Tela-Botanica 2000-2004
40
*@version           $Revision: 1.10 $ $Date: 2005-02-28 13:50:01 $
40
*@version           $Revision: 1.11 $ $Date: 2005-03-02 11:04:31 $
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
*/
42
*/
Line 43... Line 43...
43
 
43
 
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
Line 164... Line 164...
164
    if (GEN_DEBOGAGE) {
164
    if (GEN_DEBOGAGE) {
165
        // En cas de chronométrage, nous insérons le tableau des résultats.
165
        // En cas de chronométrage, nous insérons le tableau des résultats.
166
        $GLOBALS['_GEN_commun']['sortie'] = str_replace('<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'CHRONOMETRAGE -->', BOG_afficherChrono(12), $GLOBALS['_GEN_commun']['sortie']);
166
        $GLOBALS['_GEN_commun']['sortie'] = str_replace('<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'CHRONOMETRAGE -->', BOG_afficherChrono(12), $GLOBALS['_GEN_commun']['sortie']);
167
        // Gestion des erreurs et du débogage
167
        // Gestion des erreurs et du débogage
168
        $GLOBALS['_DEBOGAGE_'] .= $GLOBALS['_PAPYRUS_']['erreur']->retournerErreurs();
168
        $GLOBALS['_DEBOGAGE_'] .= $GLOBALS['_PAPYRUS_']['erreur']->retournerErreurs();
169
        $GLOBALS['_GEN_commun']['sortie'] = str_replace('<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'DEBOGAGE -->', $_DEBOGAGE_, $GLOBALS['_GEN_commun']['sortie']);
169
        $GLOBALS['_GEN_commun']['sortie'] = str_replace('<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'DEBOGAGE -->', $GLOBALS['_DEBOGAGE_'], $GLOBALS['_GEN_commun']['sortie']);
170
    }
170
    }
171
    include_once GEN_CHEMIN_PAP.'pap_envoi.inc.php';
171
    include_once GEN_CHEMIN_PAP.'pap_envoi.inc.php';
172
}
172
}
Line 173... Line 173...
173
 
173
 
174
// Fin du programme Papyrus.
174
// Fin du programme Papyrus.
Line 175... Line 175...
175
exit(0);
175
exit(0);
176
 
176
 
-
 
177
 
-
 
178
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
179
* $Log: not supported by cvs2svn $
177
 
180
* Revision 1.10  2005/02/28 13:50:01  jpm
178
/* +--Fin du code ---------------------------------------------------------------------------------------+
181
* Modification de l'utilisation d'une variable globale.
179
* $Log: not supported by cvs2svn $
182
*
180
* Revision 1.9  2004/11/29 17:14:26  jpm
183
* Revision 1.9  2004/11/29 17:14:26  jpm
181
* Correction d'un bogue concernant la variable privée _DEBOGAGE_.
184
* Correction d'un bogue concernant la variable privée _DEBOGAGE_.