Subversion Repositories Applications.papyrus

Rev

Rev 545 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 545 Rev 580
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2005 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2005 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of Integrateur Wikini.                                                             |
8
// | This file is part of Integrateur Wikini.                                                             |
9
// |                                                                                                      |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; 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
// CVS : $Id: integrateur_wikini.php,v 1.11 2005-10-17 13:41:34 ddelon Exp $
24
// CVS : $Id: integrateur_wikini.php,v 1.12 2005-10-31 17:12:00 ddelon Exp $
25
/**
25
/**
26
* Integrateur de page Wikini
26
* Integrateur de page Wikini
27
*
27
*
28
* Application permettant d'intégrer des pages wikini dans Papyrus.
28
* Application permettant d'intégrer des pages wikini dans Papyrus.
29
*
29
*
30
*@package IntegrateurWikini
30
*@package IntegrateurWikini
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.11 $ $Date: 2005-10-17 13:41:34 $
36
*@version       $Revision: 1.12 $ $Date: 2005-10-31 17:12:00 $
37
*
37
*
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            ENTETE du PROGRAMME                                       |
39
// |                                            ENTETE du PROGRAMME                                       |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
 
41
 
42
 
42
 
43
 
43
 
44
/**
44
/**
45
 * Renvoie le menu général de l'integrateur Wikini : derniers  changement etc.
45
 * Renvoie le menu général de l'integrateur Wikini : derniers  changement etc.
46
 *
46
 *
47
 * @return string
47
 * @return string
48
 * @access public
48
 * @access public
49
 */
49
 */
50
   
50
   
51
require_once 'client/integrateur_wikini/bibliotheque/iw_integrateur.fonct.php';
51
require_once 'client/integrateur_wikini/bibliotheque/iw_integrateur.fonct.php';
52
 
52
 
53
 
53
 
54
function afficherContenuMenu()
54
function afficherContenuMenu()
55
{
55
{
56
	return afficherPageMenuWikini();	
56
	return afficherPageMenuWikini();	
57
} 
57
} 
58
			
58
			
59
	
59
	
60
// +------------------------------------------------------------------------------------------------------+
60
// +------------------------------------------------------------------------------------------------------+
61
// |                                            CORPS du PROGRAMME                                        |
61
// |                                            CORPS du PROGRAMME                                        |
62
// +------------------------------------------------------------------------------------------------------+
62
// +------------------------------------------------------------------------------------------------------+
63
/** Fonction afficherContenuCorps() - Fonction appelé par le gestionnaire Papyrus.
63
/** Fonction afficherContenuCorps() - Fonction appelé par le gestionnaire Papyrus.
64
*
64
*
65
* Elle retourne le contenu de l'application.
65
* Elle retourne le contenu de l'application.
66
*
66
*
67
* @return  string  du code XHTML correspondant au contenu renvoyé par l'application.
67
* @return  string  du code XHTML correspondant au contenu renvoyé par l'application.
68
*/
68
*/
69
function afficherContenuCorps()
69
function afficherContenuCorps()
70
{
70
{
71
	return afficherPageWikini();
71
	return afficherPageWikini();
72
	
72
	
73
}
73
}
74
// TODO : qu'affiche-t-on en pied ?
74
// TODO : qu'affiche-t-on en pied ?
75
/** Fonction afficherContenuPied() - Fonction appelé par le gestionnaire Papyrus.
75
/** Fonction afficherContenuPied() - Fonction appelé par le gestionnaire Papyrus.
76
*
76
*
77
* Elle retourne le pied de l'application.
77
* Elle retourne le pied de l'application.
78
*
78
*
79
* @return  string  du code XHTML correspondant au pied renvoyé par l'application.
79
* @return  string  du code XHTML correspondant au pied renvoyé par l'application.
80
*/
80
*/
81
function afficherContenuPied()
81
function afficherContenuPied()
82
{
82
{
83
    return inclusion_html('pied_page');
83
    return '';
84
}
84
}
85
?>
85
?>