Subversion Repositories Applications.papyrus

Rev

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

Rev 833 Rev 1292
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: cartographie.admin.php,v 1.4 2006-04-28 12:44:05 florian Exp $
22
// CVS : $Id: cartographie.admin.php,v 1.5 2007-04-06 08:35:46 neiluj Exp $
23
/**
23
/**
24
* 
24
* 
25
*@package bazar
25
*@package bazar
26
//Auteur original :
26
//Auteur original :
27
*@author        Florian Schmitt <florian@ecole-et-nature.org>
27
*@author        Florian Schmitt <florian@ecole-et-nature.org>
28
//Autres auteurs :
28
//Autres auteurs :
29
*@copyright     Tela-Botanica 2000-2004
29
*@copyright     Tela-Botanica 2000-2004
30
*@version       $Revision: 1.4 $ $Date: 2006-04-28 12:44:05 $
30
*@version       $Revision: 1.5 $ $Date: 2007-04-06 08:35:46 $
31
// +------------------------------------------------------------------------------------------------------+
31
// +------------------------------------------------------------------------------------------------------+
32
*/
32
*/
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
// |                                            ENT?E du PROGRAMME                                       |
34
// |                                            ENT?E du PROGRAMME                                       |
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 52... Line 52...
52
    function afficherContenuCorps()
52
    function afficherContenuCorps()
53
    {
53
    {
54
        /** Inclusion du fichier de configuration de cette application.*/
54
        /** Inclusion du fichier de configuration de cette application.*/
55
        require_once PAP_CHEMIN_RACINE.'client/bottin/configuration/bottin.config.inc.php';
55
        require_once PAP_CHEMIN_RACINE.'client/bottin/configuration/bottin.config.inc.php';
56
        require_once INS_CHEMIN_APPLI.'configuration/cartographie.config.inc.php';
56
        require_once INS_CHEMIN_APPLI.'configuration/cartographie.config.inc.php';
57
        require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm.php' ;
57
        require_once 'HTML/QuickForm.php' ;
Line 58... Line 58...
58
                
58
                
59
        //-------------------------------------------------------------------------------------------------------------------
59
        //-------------------------------------------------------------------------------------------------------------------
60
        // Initialisation des attributs
60
        // Initialisation des attributs
61
        $this->objet_pear_auth = $GLOBALS['_GEN_commun']['pear_auth'];
61
        $this->objet_pear_auth = $GLOBALS['_GEN_commun']['pear_auth'];