Subversion Repositories Applications.papyrus

Rev

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

Rev 439 Rev 487
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: admin_wikini.php,v 1.5 2005-09-09 09:37:17 ddelon Exp $
22
// CVS : $Id: admin_wikini.php,v 1.6 2005-09-30 07:48:35 ddelon Exp $
23
/**
23
/**
24
* Application gérant les Wikini associe à Papyrus
24
* Application gérant les Wikini associe à Papyrus
25
*
25
*
26
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
26
* Cette application permet de gérer les parametre des wikini associés à l'ensemble d'un papyrus
27
* TODO : afficher les utilisations par les menus.
27
* TODO : afficher les utilisations par les menus.
Line 33... Line 33...
33
*
33
*
34
*@package Admin_Wikini
34
*@package Admin_Wikini
35
//Auteur original :
35
//Auteur original :
36
*@author        David Delon <david.delon@clapas.net>
36
*@author        David Delon <david.delon@clapas.net>
37
*@copyright     Tela-Botanica 2000-2005
37
*@copyright     Tela-Botanica 2000-2005
38
*@version       $Revision: 1.5 $
38
*@version       $Revision: 1.6 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line -... Line 41...
-
 
41
 
41
 
42
 
42
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
43
// |                                            ENTÊTE du PROGRAMME                                       |
44
// |                                            ENTÊTE du PROGRAMME                                       |
44
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
45
/** Inclusion du fichier de configuration de cette application.*/
46
/** Inclusion du fichier de configuration de cette application.*/
Line 77... Line 78...
77
 
78
 
78
// +------------------------------------------------------------------------------------------------------+
79
// +------------------------------------------------------------------------------------------------------+
79
// |                                            CORPS du PROGRAMME                                        |
80
// |                                            CORPS du PROGRAMME                                        |
Line -... Line 81...
-
 
81
// +------------------------------------------------------------------------------------------------------+
-
 
82
 
-
 
83
function afficherContenuCorpsHTML() {
-
 
84
	return afficherContenuCorps();
80
// +------------------------------------------------------------------------------------------------------+
85
}
81
 
86
 
82
function afficherContenuCorps()
87
function afficherContenuCorps()
83
{
88
{
84
/* Gestion de Deux "écrans" et des actions associées : liste des Wikini en base de donnees et ajout-modification 
89
/* Gestion de Deux "écrans" et des actions associées : liste des Wikini en base de donnees et ajout-modification 
85
 * d'un Wikini
-
 
86
 */ 
90
 * d'un Wikini
87
	
91
 */ 
88
    $db = &$GLOBALS['_GEN_commun']['pear_db'] ;
92
    $db = &$GLOBALS['_GEN_commun']['pear_db'] ;
Line 89... Line 93...
89
    $url = $GLOBALS['_GEN_commun']['url'] ;
93
    $url = $GLOBALS['_GEN_commun']['url'] ;
Line 181... Line 185...
181
 
185
 
182
 
186
 
183
/* +--Fin du code ----------------------------------------------------------------------------------------+
187
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
188
*
-
 
189
* $Log: not supported by cvs2svn $
-
 
190
* Revision 1.5  2005/09/09 09:37:17  ddelon
184
*
191
* Integrateur Wikini et administration des Wikini
185
* $Log: not supported by cvs2svn $
192
*
186
* Revision 1.4  2005/09/06 08:35:36  ddelon
193
* Revision 1.4  2005/09/06 08:35:36  ddelon
187
* Integrateur Wikini et administration des Wikini
194
* Integrateur Wikini et administration des Wikini
188
*
195
*