Subversion Repositories Applications.papyrus

Rev

Rev 1081 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1081 Rev 1293
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: integrateur_wikini.admin.php,v 1.6 2006-12-01 13:23:16 florian Exp $
22
// CVS : $Id: integrateur_wikini.admin.php,v 1.7 2007-04-06 08:40:13 neiluj Exp $
23
/**
23
/**
24
* Gestion des Wikini associé à un menu pour papyrus : lit et stocke les informations dans la
24
* Gestion des Wikini associé à un menu pour papyrus : lit et stocke les informations dans la
25
* champs gm_application_arguments de la table gen_menu 
25
* champs gm_application_arguments de la table gen_menu 
26
* 
26
* 
27
* Principe :
27
* Principe :
Line 37... Line 37...
37
*        ------------                   --------------
37
*        ------------                   --------------
38
* 
38
* 
39
* Fragmenteur choix (selection uniquement)
39
* Fragmenteur choix (selection uniquement)
40
* 
40
* 
41
* --------------------------------------
41
* --------------------------------------
42
* | Nom Wiki         | Page Demarrage   |
42
* | Nom Wiki         | Page Demmarage   |
43
* --------------------------------------
43
* --------------------------------------
44
* | Wikini_01        |                  |
44
* | Wikini_01        |                  |
45
* ---------------------------------------
45
* ---------------------------------------
46
* | Wikini_02        | ChatMot          |
46
* | Wikini_02        | ChatMot          |
47
* ---------------------------------------
47
* ---------------------------------------
Line 51... Line 51...
51
* 
51
* 
52
*@package IntegrateurWikini
52
*@package IntegrateurWikini
53
//Auteur original :
53
//Auteur original :
54
*@author        David Delon <david.delon@clapas.net>
54
*@author        David Delon <david.delon@clapas.net>
55
*@copyright     Tela-Botanica 2000-2004
55
*@copyright     Tela-Botanica 2000-2004
56
*@version       $Revision: 1.6 $ $Date: 2006-12-01 13:23:16 $
56
*@version       $Revision: 1.7 $ $Date: 2007-04-06 08:40:13 $
57
// +------------------------------------------------------------------------------------------------------+
57
// +------------------------------------------------------------------------------------------------------+
58
*/
58
*/
Line 59... Line 59...
59
 
59