Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 91 → Rev 92

/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.2 2004-06-17 08:04:44 jpm Exp $
// CVS : $Id: pap_rendu.inc.php,v 1.3 2004-10-22 17:23:35 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.2 $ $Date: 2004-06-17 08:04:44 $
*@version $Revision: 1.3 $ $Date: 2004-10-22 17:23:35 $
// +------------------------------------------------------------------------------------------------------+
*/
 
235,15 → 235,18
 
// Une fois les applettes appelées est executées nous appelons l'application qui peut avoir
// besoins des infos des applettes (c'est le cas, pour l'applette IDENTIFICATION).
$application_chemin = $_GEN_commun['info_application']->gap_chemin;
$application_chemin = '';
if (isset($_GEN_commun['info_application']->gap_chemin)) {
$application_chemin = $_GEN_commun['info_application']->gap_chemin;
}
 
// $application_chemin contient le chemin de l'application
// Si $application_chemin est vide, on défini putFrame comme ne retournant rien.
 
if ( empty($application_chemin) ) {
if (empty($application_chemin) ) {
function afficherContenuCorps()
{
echo('Pas d\'application.') ;
return '<p class="pap_erreur">'.'Pas d\'application.'.'</p>';
}
} else {
if (file_exists($application_chemin)) {
342,6 → 345,9
/* +--Fin du code ---------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2004/06/17 08:04:44 jpm
* Changement de constante pour les chemin d'accès à la biblio de code de Papyrus.
*
* Revision 1.1 2004/06/16 08:13:58 jpm
* Changement de nom de Génésia en Papyrus.
* Changement de l'arborescence.