Subversion Repositories Applications.papyrus

Rev

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

Rev 144 Rev 277
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: afficheur.admin.php,v 1.1 2004-11-09 17:53:49 jpm Exp $
22
// CVS : $Id: afficheur.admin.php,v 1.2 2005-02-28 10:34:15 jpm Exp $
23
/**
23
/**
24
* Gestion de la rédaction du contenu pour Papyrus.
24
* Gestion de la rédaction du contenu pour Papyrus.
25
*
25
*
26
* Contient les fonctions nécessaires à la gestion du contenu de Papyrus.
26
* Contient les fonctions nécessaires à la gestion du contenu de Papyrus.
27
*
27
*
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.1 $ $Date: 2004-11-09 17:53:49 $
35
*@version       $Revision: 1.2 $ $Date: 2005-02-28 10:34:15 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 93... Line 93...
93
        
93
        
94
        //-------------------------------------------------------------------------------------------------------------------
94
        //-------------------------------------------------------------------------------------------------------------------
95
        // Récupération des informations du contenu concerné.
95
        // Récupération des informations du contenu concerné.
96
        $ligne_menu = GEN_lireInfoMenu($db, $adme_menu_id, DB_FETCHMODE_ASSOC);
96
        $ligne_menu = GEN_lireInfoMenu($db, $adme_menu_id, DB_FETCHMODE_ASSOC);
97
        if ($ligne_menu == false) {
97
        if ($ligne_menu == false) {
98
            die('ERREUR Génésia Administrateur de Menus: impossible de lire les infos du menu.<br />'.
98
            die('ERREUR Papyrus Administrateur de Menus: impossible de lire les infos du menu.<br />'.
99
                'Idenitifiant du menu n° : '. $adme_menu_id .'<br />'.
99
                'Idenitifiant du menu n° : '. $adme_menu_id .'<br />'.
100
                'Ligne n° : '. __LINE__ .'<br />'.
100
                'Ligne n° : '. __LINE__ .'<br />'.
101
                'Fichier n° : '. __FILE__ .'<br />');
101
                'Fichier n° : '. __FILE__ .'<br />');
Line 194... Line 194...
194
 
194
 
195
 
195
 
196
/* +--Fin du code ----------------------------------------------------------------------------------------+
196
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
197
*
-
 
198
* $Log: not supported by cvs2svn $
-
 
199
* Revision 1.1  2004/11/09 17:53:49  jpm
197
*
200
* Interface d'administration de l'application afficheur.
198
* $Log: not supported by cvs2svn $
201
*
199
* Revision 1.4  2004/11/08 17:40:33  jpm
202
* Revision 1.4  2004/11/08 17:40:33  jpm
200
* Mise en conformité avec la convention de codage.
203
* Mise en conformité avec la convention de codage.
201
* Légères corrections.
204
* Légères corrections.