144 |
jpm |
1 |
<?php
|
|
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
|
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
4 |
// | PHP version 4.1 |
|
|
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
|
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
8 |
// | This library is free software; you can redistribute it and/or |
|
|
|
9 |
// | modify it under the terms of the GNU Lesser General Public |
|
|
|
10 |
// | License as published by the Free Software Foundation; either |
|
|
|
11 |
// | version 2.1 of the License, or (at your option) any later version. |
|
|
|
12 |
// | |
|
|
|
13 |
// | This library is distributed in the hope that it will be useful, |
|
|
|
14 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
15 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
|
|
16 |
// | Lesser General Public License for more details. |
|
|
|
17 |
// | |
|
|
|
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 |
|
|
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
1174 |
ddelon |
22 |
// CVS : $Id: afficheur.admin.php,v 1.20.2.1 2006-12-14 15:07:08 ddelon Exp $
|
144 |
jpm |
23 |
/**
|
|
|
24 |
* Gestion de la rédaction du contenu pour Papyrus.
|
|
|
25 |
*
|
|
|
26 |
* Contient les fonctions nécessaires à la gestion du contenu de Papyrus.
|
|
|
27 |
*
|
|
|
28 |
*@package Afficheur
|
|
|
29 |
*@subpackage Administration
|
|
|
30 |
//Auteur original :
|
|
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
|
|
32 |
//Autres auteurs :
|
|
|
33 |
*@author Aucun
|
|
|
34 |
*@copyright Tela-Botanica 2000-2004
|
1174 |
ddelon |
35 |
*@version $Revision: 1.20.2.1 $ $Date: 2006-12-14 15:07:08 $
|
144 |
jpm |
36 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
37 |
*/
|
|
|
38 |
|
|
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
40 |
// | ENTÊTE du PROGRAMME |
|
|
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
45 |
// | CLASSE |
|
|
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
47 |
class Afficheur_Admin {
|
|
|
48 |
var $objet_pear_auth;
|
|
|
49 |
var $objet_pear_db;
|
|
|
50 |
var $objet_pear_url;
|
|
|
51 |
var $sortie_xhtml;
|
|
|
52 |
|
|
|
53 |
/** Fonction redigerContenu() - Affiche le formulaire de rédaction
|
|
|
54 |
*
|
|
|
55 |
*
|
|
|
56 |
* @return string Le HTML
|
|
|
57 |
*/
|
|
|
58 |
function afficherContenuCorps()
|
|
|
59 |
{
|
361 |
jpm |
60 |
/** Inclusion du fichier de configuration de cette application.*/
|
|
|
61 |
require_once GEN_CHEMIN_PAP.'applications/afficheur/configuration/affi_configuration.inc.php';
|
|
|
62 |
|
144 |
jpm |
63 |
//-------------------------------------------------------------------------------------------------------------------
|
361 |
jpm |
64 |
// Stockage des styles de l'application
|
|
|
65 |
GEN_stockerStyleExterne('afficheur', AFFI_CHEMIN_STYLE.'afficheur.css');
|
|
|
66 |
|
|
|
67 |
//-------------------------------------------------------------------------------------------------------------------
|
144 |
jpm |
68 |
// Initialisation des attributs
|
|
|
69 |
$this->objet_pear_auth = $GLOBALS['_GEN_commun']['pear_auth'];
|
|
|
70 |
$this->objet_pear_db = $GLOBALS['_GEN_commun']['pear_db'];
|
|
|
71 |
$this->objet_pear_url = $GLOBALS['_GEN_commun']['url'];
|
|
|
72 |
$this->sortie_xhtml = '';
|
|
|
73 |
|
|
|
74 |
//-------------------------------------------------------------------------------------------------------------------
|
|
|
75 |
// Gestion de l'interface
|
387 |
jpm |
76 |
if (isset($_POST['afficheur_annuler'])) {
|
|
|
77 |
return false;
|
|
|
78 |
} else if (isset($_POST['afficheur_enregistrer_quitter'])) {
|
144 |
jpm |
79 |
// Mise à jour du contenu
|
|
|
80 |
$this->_ajouterContenu($this->objet_pear_db, $this->objet_pear_url, $this->objet_pear_auth, $_GET['adme_menu_id'], $_POST);
|
|
|
81 |
return false;
|
387 |
jpm |
82 |
} else if (isset($_POST['afficheur_enregistrer_rester'])) {
|
|
|
83 |
// Mise à jour du contenu
|
|
|
84 |
$this->_ajouterContenu($this->objet_pear_db, $this->objet_pear_url, $this->objet_pear_auth, $_GET['adme_menu_id'], $_POST);
|
144 |
jpm |
85 |
}
|
387 |
jpm |
86 |
$this->sortie_xhtml .= $this->_redigerContenu($this->objet_pear_db, $this->objet_pear_url, $_GET['adme_site_id'], $_GET['adme_menu_id'], $_GET['adme_action']);
|
|
|
87 |
return $this->sortie_xhtml;
|
144 |
jpm |
88 |
}
|
|
|
89 |
|
1033 |
ddelon |
90 |
function _redigerContenu($db, $url, $adme_site_id, $adme_menu_id, $adme_action) {
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
$contenu='';
|
|
|
94 |
|
|
|
95 |
//-------------------------------------------------------------------------------------------------------------------
|
|
|
96 |
// Initialisation de variable
|
|
|
97 |
$url->addQueryString('adme_site_id', $adme_site_id);
|
|
|
98 |
$url->addQueryString('adme_menu_id', $adme_menu_id);
|
|
|
99 |
$url->addQueryString('adme_action', $adme_action);
|
|
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
$ligne_dernier_contenu=GEN_rechercheContenu($db,$adme_menu_id,DB_FETCHMODE_ASSOC);
|
|
|
104 |
|
|
|
105 |
|
|
|
106 |
// Hack :
|
|
|
107 |
|
|
|
108 |
$retour = '<h1>'.'Rédaction'.'</h1>'."\n";
|
|
|
109 |
//-------------------------------------------------------------------------------------------------------------------
|
|
|
110 |
// Création du formulaire
|
|
|
111 |
$form =& new HTML_QuickForm('form_modifier_contenu', 'post', str_replace('&', '&', $url->getUrl()));
|
|
|
112 |
$tab_index = 1000;
|
|
|
113 |
$squelette =& $form->defaultRenderer();
|
|
|
114 |
$squelette->setFormTemplate("\n".'<form{attributes}>'."\n".'<ul>'."\n".'{content}'."\n".'</ul>'."\n".'</form>'."\n");
|
|
|
115 |
$squelette->setElementTemplate( '<li>'."\n".
|
|
|
116 |
'{label}'."\n".
|
|
|
117 |
'{element}'."\n".
|
|
|
118 |
'<!-- BEGIN required --><span class="symbole_obligatoire">*</span><!-- END required -->'."\n".
|
|
|
119 |
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
|
|
|
120 |
'</li>'."\n");
|
|
|
121 |
//$squelette->setHeaderTemplate('<p>{header}</p>');
|
1078 |
ddelon |
122 |
//$form->addElement('header', 'Entete', 'REDACTION');.liste_bouton li{display:inline;}
|
1033 |
ddelon |
123 |
$aso_options = array();
|
1078 |
ddelon |
124 |
$form->addElement('hidden','gmc_ce_type_contenu',1);
|
1033 |
ddelon |
125 |
|
|
|
126 |
if ($GLOBALS['_AFFI_']['fckeditor']['utilisation']) {
|
|
|
127 |
/** Inclusion du fichier de FCKeditor*/
|
|
|
128 |
require_once AFFI_CHEMIN_FCKEDITOR.'fckeditor.php';
|
|
|
129 |
$fckeditor = new FCKeditor('gmc_contenu');
|
|
|
130 |
if ($ligne_dernier_contenu['gmc_contenu']) {
|
|
|
131 |
$fckeditor->Value = $ligne_dernier_contenu['gmc_contenu'];
|
|
|
132 |
}
|
|
|
133 |
else {
|
|
|
134 |
if ($contenu) {
|
|
|
135 |
$fckeditor->Value = $contenu;
|
|
|
136 |
}
|
|
|
137 |
else {
|
|
|
138 |
$fckeditor->Value = '';
|
|
|
139 |
}
|
|
|
140 |
}
|
|
|
141 |
|
|
|
142 |
$fckeditor->Height = $GLOBALS['_AFFI_']['fckeditor']['hauteur'];
|
|
|
143 |
$fckeditor->ToolbarSet = $GLOBALS['_AFFI_']['fckeditor']['barre'];
|
|
|
144 |
$fckeditor->Config['CustomConfigurationsPath']=$GLOBALS['_AFFI_']['fckeditor']['CustomConfigurationsPath'];
|
|
|
145 |
$fckeditor->Config['AutoDetectLanguage'] = false;
|
|
|
146 |
$fckeditor->Config['DefaultLanguage'] = $GLOBALS['_AFFI_']['fckeditor']['langue'];
|
|
|
147 |
$fckeditor->BasePath = AFFI_CHEMIN_FCKEDITOR;
|
|
|
148 |
if ($fckeditor->IsCompatible()) {
|
|
|
149 |
$form->addElement('html', '<li>'.$fckeditor->CreateHtml().'</li>');
|
|
|
150 |
} else {
|
|
|
151 |
$GLOBALS['_AFFI_']['fckeditor']['utilisation'] = false;
|
|
|
152 |
}
|
|
|
153 |
}
|
|
|
154 |
if (!$GLOBALS['_AFFI_']['fckeditor']['utilisation']) {
|
|
|
155 |
$id = 'gmc_contenu';
|
|
|
156 |
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'rows' => 20, 'cols' => 100);
|
|
|
157 |
$label = '<label for="'.$id.'">'.'Contenu : '.'</label>';
|
|
|
158 |
$form->addElement('textarea', $id, $label, $aso_attributs);
|
|
|
159 |
}
|
|
|
160 |
|
|
|
161 |
$aso_options = array();
|
|
|
162 |
$aso_options[1] = 'Mineure';
|
|
|
163 |
$aso_options[2] = 'Majeure';
|
|
|
164 |
$id = 'gmc_ce_type_modification';
|
|
|
165 |
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++);
|
|
|
166 |
$label = '<label for="'.$id.'">'.'Type de modification : '.'</label>';
|
|
|
167 |
$form->addElement('select', $id, $label, $aso_options, $aso_attributs);
|
|
|
168 |
|
|
|
169 |
$id = 'gmc_resume_modification';
|
|
|
170 |
$aso_attributs = array('id'=> $id, 'tabindex' => $tab_index++, 'size' => 45, 'maxlength' => 255);
|
|
|
171 |
$label = '<label for="'.$id.'">'.'Resumé modification : '.'</label>';
|
|
|
172 |
$form->addElement('text', $id, $label, $aso_attributs);
|
1174 |
ddelon |
173 |
$ligne_dernier_contenu['gmc_ce_menu']=$adme_menu_id;
|
1033 |
ddelon |
174 |
$form->addElement('hidden','gmc_ce_menu',$ligne_dernier_contenu['gmc_ce_menu']);
|
|
|
175 |
$form->addElement('hidden','gmc_ce_type_contenu_table',$ligne_dernier_contenu['gmc_ce_type_contenu']);
|
|
|
176 |
|
1078 |
ddelon |
177 |
// .liste_bouton li{display:inline;}
|
|
|
178 |
|
1033 |
ddelon |
179 |
$liste_bouton_debut = '<ul class="liste_bouton">'."\n";
|
|
|
180 |
$form->addElement('html', $liste_bouton_debut);
|
|
|
181 |
$form->addElement('submit', 'afficheur_enregistrer_quitter', 'Enregistrer et quitter');
|
|
|
182 |
$form->addElement('submit', 'afficheur_enregistrer_rester', 'Enregistrer et rester en édition');
|
|
|
183 |
$form->addElement('submit', 'afficheur_annuler', 'Annuler');
|
|
|
184 |
$liste_bouton_fin = '</ul>'."\n";
|
|
|
185 |
$form->addElement('html', $liste_bouton_fin);
|
|
|
186 |
|
|
|
187 |
$form->setDefaults($ligne_dernier_contenu);
|
|
|
188 |
|
|
|
189 |
$retour .= $form->toHTML()."\n";
|
|
|
190 |
|
|
|
191 |
return $retour;
|
|
|
192 |
|
|
|
193 |
|
|
|
194 |
}
|
|
|
195 |
|
754 |
ddelon |
196 |
|
144 |
jpm |
197 |
/** Méthode ajouterContenu() - Enregistre les infos du formulaire de saisie d'un menu
|
|
|
198 |
*
|
|
|
199 |
*
|
|
|
200 |
* @return void les données sont enregistrées dans la base de données.
|
|
|
201 |
*/
|
|
|
202 |
function _ajouterContenu($db, $url, $auth, $adme_menu_id, $tab_valeur)
|
|
|
203 |
{
|
754 |
ddelon |
204 |
//-------------------------------------------------------------------------------------------------------------------
|
|
|
205 |
// Récupération des informations du contenu concerné.
|
|
|
206 |
$ligne_menu = GEN_lireInfoMenu($db, $adme_menu_id, DB_FETCHMODE_ASSOC);
|
|
|
207 |
|
767 |
ddelon |
208 |
|
754 |
ddelon |
209 |
if ($ligne_menu == false) {
|
|
|
210 |
die('ERREUR Papyrus Administrateur de Menus: impossible de lire les infos du menu.<br />'.
|
|
|
211 |
'Idenitifiant du menu n° : '. $adme_menu_id .'<br />'.
|
|
|
212 |
'Ligne n° : '. __LINE__ .'<br />'.
|
|
|
213 |
'Fichier n° : '. __FILE__ .'<br />');
|
|
|
214 |
}
|
|
|
215 |
|
769 |
ddelon |
216 |
if ((isset($tab_valeur['gmc_ce_menu']) && $tab_valeur['gmc_ce_menu']!='') && (isset($tab_valeur['gmc_ce_type_contenu_table']) && $tab_valeur['gmc_ce_type_contenu_table']!='')) {
|
|
|
217 |
|
|
|
218 |
//-------------------------------------------------------------------------------------------------------------------
|
|
|
219 |
// Mise à jour de l'ancien contenu du menu
|
|
|
220 |
$requete = 'UPDATE gen_menu_contenu SET '.
|
|
|
221 |
'gmc_bool_dernier = 0 '.
|
|
|
222 |
'WHERE gmc_ce_menu = '.$tab_valeur['gmc_ce_menu'] . ' '.
|
|
|
223 |
'AND gmc_ce_type_contenu = '. $tab_valeur['gmc_ce_type_contenu_table']. ' ';
|
|
|
224 |
|
|
|
225 |
|
|
|
226 |
$result = $db->query($requete);
|
|
|
227 |
(DB::isError($result)) ? die(BOG_afficherErreurSql(__FILE__, __LINE__, $result->getMessage(), $requete)) : '';
|
|
|
228 |
|
|
|
229 |
}
|
768 |
ddelon |
230 |
|
144 |
jpm |
231 |
//-------------------------------------------------------------------------------------------------------------------
|
|
|
232 |
// Obtention d'un nouvel identifiant de contenu
|
|
|
233 |
$nouveau_id_contenu = SQL_obtenirNouveauId($db, 'gen_menu_contenu', 'gmc_id_contenu');
|
|
|
234 |
|
|
|
235 |
//-------------------------------------------------------------------------------------------------------------------
|
|
|
236 |
// Ajout du nouveau contenu pour ce menu
|
|
|
237 |
$requete = 'INSERT INTO gen_menu_contenu SET '.
|
|
|
238 |
'gmc_id_contenu = '.$nouveau_id_contenu.', '.
|
|
|
239 |
'gmc_ce_admin = '.$auth->getAuthData('ga_id_administrateur').', '.
|
1033 |
ddelon |
240 |
'gmc_ce_menu = '.$adme_menu_id.', '.
|
144 |
jpm |
241 |
'gmc_ce_type_contenu = '.$tab_valeur['gmc_ce_type_contenu'].', '.
|
|
|
242 |
'gmc_contenu = "'.$tab_valeur['gmc_contenu'].'", '.
|
|
|
243 |
'gmc_ce_type_modification = '.$tab_valeur['gmc_ce_type_modification'].', '.
|
|
|
244 |
'gmc_resume_modification = "'.$tab_valeur['gmc_resume_modification'].'", '.
|
|
|
245 |
'gmc_date_modification = "'.date('Y-m-d H:i:s').'", '.
|
|
|
246 |
'gmc_bool_dernier = 1';
|
|
|
247 |
$result = $db->query($requete);
|
|
|
248 |
(DB::isError($result)) ? die(BOG_afficherErreurSql(__FILE__, __LINE__, $result->getMessage(), $requete)) : '';
|
|
|
249 |
}
|
|
|
250 |
}// Fin de la classe
|
|
|
251 |
|
|
|
252 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
253 |
// | PIED du PROGRAMME |
|
|
|
254 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
255 |
|
|
|
256 |
|
|
|
257 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
258 |
*
|
|
|
259 |
* $Log: not supported by cvs2svn $
|
1174 |
ddelon |
260 |
* Revision 1.20 2006/12/01 11:23:23 ddelon
|
|
|
261 |
* Suppression mode wiki afficheur
|
|
|
262 |
*
|
1078 |
ddelon |
263 |
* Revision 1.19 2006/10/16 15:49:07 ddelon
|
|
|
264 |
* Refactorisation code mulitlinguisme et gestion menu invisibles
|
|
|
265 |
*
|
1033 |
ddelon |
266 |
* Revision 1.18 2006/04/28 12:41:49 florian
|
|
|
267 |
* corrections erreurs chemin
|
|
|
268 |
*
|
832 |
florian |
269 |
* Revision 1.17 2006/03/27 13:42:32 ddelon
|
|
|
270 |
* the last but not the least
|
|
|
271 |
*
|
799 |
ddelon |
272 |
* Revision 1.16 2006/03/27 11:21:49 ddelon
|
|
|
273 |
* Still some pb
|
|
|
274 |
*
|
798 |
ddelon |
275 |
* Revision 1.15 2006/03/27 10:14:43 ddelon
|
|
|
276 |
* Still some pb
|
|
|
277 |
*
|
793 |
ddelon |
278 |
* Revision 1.11 2006/03/13 22:27:23 ddelon
|
|
|
279 |
* bug afficheur multilinguisme
|
|
|
280 |
*
|
769 |
ddelon |
281 |
* Revision 1.10 2006/03/13 22:12:20 ddelon
|
|
|
282 |
* bug afficheur multilinguisme
|
|
|
283 |
*
|
768 |
ddelon |
284 |
* Revision 1.9 2006/03/13 21:00:20 ddelon
|
|
|
285 |
* Suppression messages d'erreur multilinguisme
|
|
|
286 |
*
|
767 |
ddelon |
287 |
* Revision 1.8 2006/03/02 10:49:49 ddelon
|
|
|
288 |
* Fusion branche multilinguisme dans branche principale
|
|
|
289 |
*
|
754 |
ddelon |
290 |
* Revision 1.7.2.1 2006/02/28 14:02:11 ddelon
|
|
|
291 |
* Finition multilinguisme
|
|
|
292 |
*
|
|
|
293 |
* Revision 1.7 2005/07/18 08:53:14 ddelon
|
|
|
294 |
* Configuration Fcsk et menage
|
|
|
295 |
*
|
419 |
ddelon |
296 |
* Revision 1.6 2005/07/15 17:10:08 ddelon
|
|
|
297 |
* Configuration Fcsk et menage
|
|
|
298 |
*
|
418 |
ddelon |
299 |
* Revision 1.5 2005/06/03 18:39:30 jpm
|
|
|
300 |
* Ajout de la barre d'outil Papyrus FCKeditor.
|
|
|
301 |
*
|
394 |
jpm |
302 |
* Revision 1.4 2005/05/31 13:43:57 jpm
|
|
|
303 |
* Ajout d'un bouton pour remplacer les entités html.
|
|
|
304 |
*
|
387 |
jpm |
305 |
* Revision 1.3 2005/04/25 13:56:31 jpm
|
|
|
306 |
* Ajout de styles.
|
|
|
307 |
*
|
361 |
jpm |
308 |
* Revision 1.2 2005/02/28 10:34:15 jpm
|
|
|
309 |
* Changement de nom Genesia en Papyrus.
|
|
|
310 |
*
|
277 |
jpm |
311 |
* Revision 1.1 2004/11/09 17:53:49 jpm
|
|
|
312 |
* Interface d'administration de l'application afficheur.
|
|
|
313 |
*
|
144 |
jpm |
314 |
* Revision 1.4 2004/11/08 17:40:33 jpm
|
|
|
315 |
* Mise en conformité avec la convention de codage.
|
|
|
316 |
* Légères corrections.
|
|
|
317 |
*
|
|
|
318 |
* Revision 1.3 2004/09/23 17:45:13 jpm
|
|
|
319 |
* Amélioration de la gestion des liens annuler et du selecteur de sites.
|
|
|
320 |
*
|
|
|
321 |
* Revision 1.2 2004/07/06 17:07:37 jpm
|
|
|
322 |
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
|
|
|
323 |
*
|
|
|
324 |
* Revision 1.1 2004/06/16 15:04:32 jpm
|
|
|
325 |
* Changement de nom de Génésia en Papyrus.
|
|
|
326 |
* Changement de l'arborescence.
|
|
|
327 |
*
|
|
|
328 |
* Revision 1.5 2004/05/07 16:32:27 jpm
|
|
|
329 |
* Modification des commentaires.
|
|
|
330 |
*
|
|
|
331 |
* Revision 1.4 2004/05/07 07:23:53 jpm
|
|
|
332 |
* Amélioration du code, des commentaires et correction de bogues.
|
|
|
333 |
*
|
|
|
334 |
* Revision 1.3 2004/05/04 16:27:55 jpm
|
|
|
335 |
* Amélioration gestion du déplacement des menus.
|
|
|
336 |
*
|
|
|
337 |
* Revision 1.2 2004/05/03 14:51:59 jpm
|
|
|
338 |
* Normalisation du nom d'une fonction et ajout de la gestion d'une erreur.
|
|
|
339 |
*
|
|
|
340 |
* Revision 1.1 2004/04/30 16:21:30 jpm
|
|
|
341 |
* Ajout de la rédaction de contenu.
|
|
|
342 |
*
|
|
|
343 |
*
|
|
|
344 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
345 |
*/
|
|
|
346 |
?>
|