| 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: iw_admin_wikini.fonct.php,v 1.3 2006-05-10 16:02:49 ddelon Exp $
|
22 |
// CVS : $Id: iw_admin_wikini.fonct.php,v 1.4 2006-06-02 09:12:16 florian 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 : Gestion mise a jour wakka.config.php !!!!!
|
27 |
* TODO : Gestion mise a jour wakka.config.php !!!!!
|
| Line 34... |
Line 34... |
| 34 |
*
|
34 |
*
|
| 35 |
*@package Admin_Wikini
|
35 |
*@package Admin_Wikini
|
| 36 |
//Auteur original :
|
36 |
//Auteur original :
|
| 37 |
*@author David Delon <david.delon@clapas.net>
|
37 |
*@author David Delon <david.delon@clapas.net>
|
| 38 |
*@copyright Tela-Botanica 2000-2005
|
38 |
*@copyright Tela-Botanica 2000-2005
|
| 39 |
*@version $Revision: 1.3 $
|
39 |
*@version $Revision: 1.4 $
|
| 40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
| 41 |
*/
|
41 |
*/
|
| Line 42... |
Line 42... |
| 42 |
|
42 |
|
| 43 |
|
43 |
|
| 44 |
// +------------------------------------------------------------------------------------------------------+
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
| 45 |
// | ENTÊTE du PROGRAMME |
|
45 |
// | ENTÊTE du PROGRAMME |
|
| 46 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 47... |
Line 47... |
| 47 |
/** Inclusion du fichier de configuration de cette application.*/
|
47 |
/** Inclusion du fichier de configuration de cette application.*/
|
| Line 48... |
Line 48... |
| 48 |
require_once 'client/integrateur_wikini/configuration/adwi_configuration.inc.php';
|
48 |
require_once PAP_CHEMIN_RACINE.'client/integrateur_wikini/configuration/adwi_configuration.inc.php';
|
| 49 |
|
49 |
|
| Line 150... |
Line 150... |
| 150 |
|
150 |
|
| 151 |
|
151 |
|
| 152 |
// Comportement par défaut
|
152 |
// Comportement par défaut
|
| 153 |
// requete sur la table gen_wikini pour affichage de la liste des Wikini
|
- |
|
| 154 |
$requete = "select gewi_id_wikini, gewi_code_alpha_wikini, gewi_page from gen_wikini" ;
|
153 |
// requete sur la table gen_wikini pour affichage de la liste des Wikini
|
| 155 |
|
154 |
$requete = "select gewi_id_wikini, gewi_code_alpha_wikini, gewi_page from gen_wikini" ;
|
| 156 |
$resultat = $db->query ($requete) ;
|
155 |
$resultat = $db->query ($requete) ;
|
| 157 |
if (DB::isError ($resultat)) {
|
156 |
if (DB::isError ($resultat)) {
|
| 158 |
$GLOBALS['_GEN_commun']['debogage_erreur']->gererErreur(E_USER_WARNING, "Echec de la requete : $requete<br />".$resultat->getMessage(),
|
157 |
$GLOBALS['_GEN_commun']['debogage_erreur']->gererErreur(E_USER_WARNING, "Echec de la requete : $requete<br />".$resultat->getMessage(),
|
| Line 186... |
Line 185... |
| 186 |
|
185 |
|
| 187 |
|
186 |
|
| 188 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
187 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| - |
|
188 |
*
|
| - |
|
189 |
* $Log: not supported by cvs2svn $
|
| - |
|
190 |
* Revision 1.3 2006/05/10 16:02:49 ddelon
|
| 189 |
*
|
191 |
* Finition multilinguise et schizo flo
|
| 190 |
* $Log: not supported by cvs2svn $
|
192 |
*
|
| 191 |
* Revision 1.2 2006/04/28 12:41:26 florian
|
193 |
* Revision 1.2 2006/04/28 12:41:26 florian
|
| 192 |
* corrections erreurs chemin
|
194 |
* corrections erreurs chemin
|
| 193 |
*
|
195 |
*
|