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) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
8 |
// | This library is free software; you can redistribute it and/or |
|
8 |
// | This library is free software; you can redistribute it and/or |
|
9 |
// | modify it under the terms of the GNU Lesser General Public |
|
9 |
// | modify it under the terms of the GNU Lesser General Public |
|
10 |
// | License as published by the Free Software Foundation; either |
|
10 |
// | License as published by the Free Software Foundation; either |
|
11 |
// | version 2.1 of the License, or (at your option) any later version. |
|
11 |
// | version 2.1 of the License, or (at your option) any later version. |
|
12 |
// | |
|
12 |
// | |
|
13 |
// | This library is distributed in the hope that it will be useful, |
|
13 |
// | This library is distributed in the hope that it will be useful, |
|
14 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
14 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
15 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
15 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
16 |
// | Lesser General Public License for more details. |
|
16 |
// | Lesser General Public License for more details. |
|
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: bazar.fonct.rss.php,v 1.99.2.14 2008-11-19 09:30:18 aperonnet Exp $
|
22 |
// CVS : $Id: bazar.fonct.rss.php,v 1.99.2.14 2008-11-19 09:30:18 aperonnet Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
*@package bazar
|
25 |
*@package bazar
|
26 |
//Auteur original :
|
26 |
//Auteur original :
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
29 |
//Autres auteurs :
|
29 |
//Autres auteurs :
|
30 |
*@copyright Tela-Botanica 2000-2006
|
30 |
*@copyright Tela-Botanica 2000-2006
|
31 |
*@version $Revision: 1.99.2.14 $
|
31 |
*@version $Revision: 1.99.2.14 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// | ENTETE du PROGRAMME |
|
36 |
// | ENTETE du PROGRAMME |
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
|
38 |
|
39 |
require_once BAZ_CHEMIN_APPLI.'bibliotheque/bazar.class.php';
|
39 |
require_once BAZ_CHEMIN_APPLI.'bibliotheque/bazar.class.php';
|
40 |
require_once BAZ_CHEMIN_APPLI.'bibliotheque/bazar.fonct.php';
|
40 |
require_once BAZ_CHEMIN_APPLI.'bibliotheque/bazar.fonct.php';
|
41 |
|
41 |
|
42 |
|
42 |
|
43 |
/** baz_valeur_template() - Renvoi des valeurs inscrite dans le fichier de template
|
43 |
/** baz_valeur_template() - Renvoi des valeurs inscrite dans le fichier de template
|
44 |
*
|
44 |
*
|
45 |
* @param string valeur du template de bazar_nature
|
45 |
* @param string valeur du template de bazar_nature
|
46 |
*
|
46 |
*
|
47 |
* @return mixed tableau contenant les champs du fichier template
|
47 |
* @return mixed tableau contenant les champs du fichier template
|
48 |
*/
|
48 |
*/
|
49 |
function baz_valeurs_template($valeur_template) {
|
49 |
function baz_valeurs_template($valeur_template) {
|
50 |
|
50 |
|
51 |
//Parcours du fichier de templates, pour mettre les champs specifiques
|
51 |
//Parcours du fichier de templates, pour mettre les champs specifiques
|
52 |
$tableau= array();
|
52 |
$tableau= array();
|
53 |
$nblignes=0;
|
53 |
$nblignes=0;
|
54 |
$chaine = explode ("\n", $valeur_template);
|
54 |
$chaine = explode ("\n", $valeur_template);
|
55 |
//array_pop($chaine);
|
55 |
//array_pop($chaine);
|
56 |
foreach ($chaine as $ligne) {
|
56 |
foreach ($chaine as $ligne) {
|
57 |
$souschaine = explode ("***", $ligne) ;
|
57 |
$souschaine = explode ("***", $ligne) ;
|
58 |
$tableau[$nblignes]['type'] = trim($souschaine[0]) ;
|
58 |
$tableau[$nblignes]['type'] = trim($souschaine[0]) ;
|
59 |
if (isset($souschaine[1])) {$tableau[$nblignes]['nom_bdd'] = trim($souschaine[1]);}
|
59 |
if (isset($souschaine[1])) {$tableau[$nblignes]['nom_bdd'] = trim($souschaine[1]);}
|
60 |
else {$tableau[$nblignes]['nom_bdd'] ='';}
|
60 |
else {$tableau[$nblignes]['nom_bdd'] ='';}
|
61 |
if (isset($souschaine[2])) $tableau[$nblignes]['label'] = trim($souschaine[2]);
|
61 |
if (isset($souschaine[2])) $tableau[$nblignes]['label'] = trim($souschaine[2]);
|
62 |
else {$tableau[$nblignes]['label'] ='';}
|
62 |
else {$tableau[$nblignes]['label'] ='';}
|
63 |
if (isset($souschaine[3])) $tableau[$nblignes]['limite1'] = trim($souschaine[3]);
|
63 |
if (isset($souschaine[3])) $tableau[$nblignes]['limite1'] = trim($souschaine[3]);
|
64 |
else {$tableau[$nblignes]['limite1'] ='';}
|
64 |
else {$tableau[$nblignes]['limite1'] ='';}
|
65 |
if (isset($souschaine[4])) $tableau[$nblignes]['limite2'] = trim($souschaine[4]);
|
65 |
if (isset($souschaine[4])) $tableau[$nblignes]['limite2'] = trim($souschaine[4]);
|
66 |
else {$tableau[$nblignes]['limite2'] ='';}
|
66 |
else {$tableau[$nblignes]['limite2'] ='';}
|
67 |
if (isset($souschaine[5])) $tableau[$nblignes]['defaut'] = trim($souschaine[5]);
|
67 |
if (isset($souschaine[5])) $tableau[$nblignes]['defaut'] = trim($souschaine[5]);
|
68 |
else {$tableau[$nblignes]['defaut'] ='';}
|
68 |
else {$tableau[$nblignes]['defaut'] ='';}
|
69 |
if (isset($souschaine[6])) $tableau[$nblignes]['table_source'] = trim($souschaine[6]);
|
69 |
if (isset($souschaine[6])) $tableau[$nblignes]['table_source'] = trim($souschaine[6]);
|
70 |
else {$tableau[$nblignes]['table_source'] ='';}
|
70 |
else {$tableau[$nblignes]['table_source'] ='';}
|
71 |
if (isset($souschaine[7])) $tableau[$nblignes]['id_source'] = trim($souschaine[7]);
|
71 |
if (isset($souschaine[7])) $tableau[$nblignes]['id_source'] = trim($souschaine[7]);
|
72 |
else {$tableau[$nblignes]['id_source'] ='';}
|
72 |
else {$tableau[$nblignes]['id_source'] ='';}
|
73 |
if (isset($souschaine[8])) $tableau[$nblignes]['obligatoire'] = trim($souschaine[8]);
|
73 |
if (isset($souschaine[8])) $tableau[$nblignes]['obligatoire'] = trim($souschaine[8]);
|
74 |
else {$tableau[$nblignes]['obligatoire'] ='';}
|
74 |
else {$tableau[$nblignes]['obligatoire'] ='';}
|
75 |
if (isset($souschaine[9])) $tableau[$nblignes]['recherche'] = trim($souschaine[9]);
|
75 |
if (isset($souschaine[9])) $tableau[$nblignes]['recherche'] = trim($souschaine[9]);
|
76 |
else {$tableau[$nblignes]['recherche'] ='';}
|
76 |
else {$tableau[$nblignes]['recherche'] ='';}
|
77 |
|
77 |
|
78 |
|
78 |
|
79 |
// traitement des cases � cocher, dans ce cas la, on a une table de jointure entre la table
|
79 |
// traitement des cases � cocher, dans ce cas la, on a une table de jointure entre la table
|
80 |
// de liste et la table bazar_fiche (elle porte un nom du genre bazar_ont_***)
|
80 |
// de liste et la table bazar_fiche (elle porte un nom du genre bazar_ont_***)
|
81 |
// dans le template, � la place d'un nom de champs dans 'nom_bdd', on a un nom de table
|
81 |
// dans le template, � la place d'un nom de champs dans 'nom_bdd', on a un nom de table
|
82 |
// et 2 noms de champs s�par�s par un virgule ex : bazar_ont_theme,bot_id_theme,bot_id_fiche
|
82 |
// et 2 noms de champs s�par�s par un virgule ex : bazar_ont_theme,bot_id_theme,bot_id_fiche
|
83 |
|
83 |
|
84 |
if (isset($tableau[$nblignes]['nom_bdd']) && preg_match('/,/', $tableau[$nblignes]['nom_bdd'])) {
|
84 |
if (isset($tableau[$nblignes]['nom_bdd']) && preg_match('/,/', $tableau[$nblignes]['nom_bdd'])) {
|
85 |
$tableau_info_jointe = explode (',', $tableau[$nblignes]['nom_bdd']) ;
|
85 |
$tableau_info_jointe = explode (',', $tableau[$nblignes]['nom_bdd']) ;
|
86 |
$tableau[$nblignes]['table_jointe'] = $tableau_info_jointe[0] ;
|
86 |
$tableau[$nblignes]['table_jointe'] = $tableau_info_jointe[0] ;
|
87 |
$tableau[$nblignes]['champs_id_fiche'] = $tableau_info_jointe[1] ;
|
87 |
$tableau[$nblignes]['champs_id_fiche'] = $tableau_info_jointe[1] ;
|
88 |
$tableau[$nblignes]['champs_id_table_jointe'] = $tableau_info_jointe[2] ;
|
88 |
$tableau[$nblignes]['champs_id_table_jointe'] = $tableau_info_jointe[2] ;
|
89 |
}
|
89 |
}
|
90 |
$nblignes++;
|
90 |
$nblignes++;
|
91 |
}
|
91 |
}
|
92 |
|
92 |
|
93 |
return $tableau;
|
93 |
return $tableau;
|
94 |
}
|
94 |
}
|
95 |
|
95 |
|
96 |
/** baz_voir_fiches() - Permet de visualiser en detail une liste de fiche au format XHTML
|
96 |
/** baz_voir_fiches() - Permet de visualiser en detail une liste de fiche au format XHTML
|
97 |
*
|
97 |
*
|
98 |
* @global boolean Rajoute des informations internes a l'application (date de modification, lien vers la page de d�part de l'appli)
|
98 |
* @global boolean Rajoute des informations internes a l'application (date de modification, lien vers la page de d�part de l'appli)
|
99 |
* @global integer Tableau d(Identifiant des fiches a afficher
|
99 |
* @global integer Tableau d(Identifiant des fiches a afficher
|
100 |
*
|
100 |
*
|
101 |
* @return string HTML
|
101 |
* @return string HTML
|
102 |
*/
|
102 |
*/
|
103 |
function baz_voir_fiches($danslappli, $idfiches=array()) {
|
103 |
function baz_voir_fiches($danslappli, $idfiches=array()) {
|
104 |
|
104 |
|
105 |
$res='';
|
105 |
$res='';
|
106 |
foreach($idfiches as $idfiche) {
|
106 |
foreach($idfiches as $idfiche) {
|
107 |
$res.=baz_voir_fiche($danslappli, $idfiche);
|
107 |
$res.=baz_voir_fiche($danslappli, $idfiche);
|
108 |
}
|
108 |
}
|
109 |
|
109 |
|
110 |
return $res;
|
110 |
return $res;
|
111 |
}
|
111 |
}
|
112 |
|
112 |
|
113 |
|
113 |
|
114 |
/** baz_voir_fiche() - Permet de visualiser en detail une fiche au format XHTML
|
114 |
/** baz_voir_fiche() - Permet de visualiser en detail une fiche au format XHTML
|
115 |
*
|
115 |
*
|
116 |
* @global boolean Rajoute des informations internes a l'application (date de modification, lien vers la page de depart de l'appli) si a 1
|
116 |
* @global boolean Rajoute des informations internes a l'application (date de modification, lien vers la page de depart de l'appli) si a 1
|
117 |
* @global integer Identifiant de la fiche a afficher
|
117 |
* @global integer Identifiant de la fiche a afficher
|
118 |
*
|
118 |
*
|
119 |
* @return string HTML
|
119 |
* @return string HTML
|
120 |
*/
|
120 |
*/
|
121 |
function baz_voir_fiche($danslappli, $idfiche='') {
|
121 |
function baz_voir_fiche($danslappli, $idfiche='') {
|
122 |
|
122 |
|
123 |
$res='';
|
123 |
$res='';
|
124 |
if (isset($_GET['id_fiche'])) $GLOBALS['_BAZAR_']['id_fiche'] = $_GET['id_fiche'];
|
124 |
if (isset($_GET['id_fiche'])) $GLOBALS['_BAZAR_']['id_fiche'] = $_GET['id_fiche'];
|
125 |
if ($idfiche != '') $GLOBALS['_BAZAR_']['id_fiche'] = $idfiche;
|
125 |
if ($idfiche != '') $GLOBALS['_BAZAR_']['id_fiche'] = $idfiche;
|
126 |
$url = $GLOBALS['_BAZAR_']['url'];
|
126 |
$url = $GLOBALS['_BAZAR_']['url'];
|
127 |
$url->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
127 |
$url->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
128 |
$url->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
128 |
$url->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
129 |
$url = preg_replace ('/&/', '&', $url->getURL()) ;
|
129 |
$url = preg_replace ('/&/', '&', $url->getURL()) ;
|
130 |
|
130 |
|
131 |
//cas ou la fiche a ete validee
|
131 |
//cas ou la fiche a ete validee
|
132 |
if (isset($_GET['publiee'])) {
|
132 |
if (isset($_GET['publiee'])) {
|
133 |
publier_fiche($_GET['publiee']);
|
133 |
publier_fiche($_GET['publiee']);
|
134 |
}
|
134 |
}
|
135 |
|
135 |
|
136 |
//cas on une structure s'approprie une ressource
|
136 |
//cas on une structure s'approprie une ressource
|
137 |
if (isset($_GET['appropriation'])) {
|
137 |
if (isset($_GET['appropriation'])) {
|
138 |
if ($_GET['appropriation']==1) {
|
138 |
if ($_GET['appropriation']==1) {
|
139 |
$requete = 'INSERT INTO bazar_appropriation VALUES ('.$GLOBALS['_BAZAR_']['id_fiche'].', '.$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID).')';
|
139 |
$requete = 'INSERT INTO bazar_appropriation VALUES ('.$GLOBALS['_BAZAR_']['id_fiche'].', '.$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID).')';
|
140 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
140 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
141 |
}
|
141 |
}
|
142 |
elseif ($_GET['appropriation']==0) {
|
142 |
elseif ($_GET['appropriation']==0) {
|
143 |
$requete = 'DELETE FROM bazar_appropriation WHERE ba_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' AND ba_ce_id_structure='.$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
|
143 |
$requete = 'DELETE FROM bazar_appropriation WHERE ba_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' AND ba_ce_id_structure='.$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
|
144 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
144 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
145 |
}
|
145 |
}
|
146 |
}
|
146 |
}
|
147 |
|
147 |
|
148 |
//cas ou un commentaire a ete entre
|
148 |
//cas ou un commentaire a ete entre
|
149 |
if (isset($_POST['Nom'])) {
|
149 |
if (isset($_POST['Nom'])) {
|
150 |
$requete = 'INSERT INTO bazar_commentaires VALUES ('.
|
150 |
$requete = 'INSERT INTO bazar_commentaires VALUES ('.
|
151 |
baz_nextid('bazar_commentaires', 'bc_id_commentaire', $GLOBALS['_BAZAR_']['db']).
|
151 |
baz_nextid('bazar_commentaires', 'bc_id_commentaire', $GLOBALS['_BAZAR_']['db']).
|
152 |
', '.$GLOBALS['_BAZAR_']['id_fiche'].', "'.$_POST['Nom'].'", "'.$_POST['Commentaire'].
|
152 |
', '.$GLOBALS['_BAZAR_']['id_fiche'].', "'.$_POST['Nom'].'", "'.$_POST['Commentaire'].
|
153 |
'", NOW() )';
|
153 |
'", NOW() )';
|
154 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
154 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
155 |
}
|
155 |
}
|
156 |
//cas ou un commentaire va etre supprime
|
156 |
//cas ou un commentaire va etre supprime
|
157 |
elseif (isset($_GET['id_commentaire'])) {
|
157 |
elseif (isset($_GET['id_commentaire'])) {
|
158 |
$requete = 'DELETE FROM bazar_commentaires WHERE bc_id_commentaire='.$_GET['id_commentaire'].' LIMIT 1';
|
158 |
$requete = 'DELETE FROM bazar_commentaires WHERE bc_id_commentaire='.$_GET['id_commentaire'].' LIMIT 1';
|
159 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
159 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
160 |
}
|
160 |
}
|
161 |
else {
|
161 |
else {
|
162 |
if (isset($_GET[BAZ_VARIABLE_ACTION])) {
|
162 |
if (isset($_GET[BAZ_VARIABLE_ACTION])) {
|
163 |
if ($_GET[BAZ_VARIABLE_ACTION]==BAZ_VOIR_FICHE) {
|
163 |
if ($_GET[BAZ_VARIABLE_ACTION]==BAZ_VOIR_FICHE) {
|
164 |
//sinon on met a jour le nb de visites pour la fiche, puisque c'est une simple consultation
|
164 |
//sinon on met a jour le nb de visites pour la fiche, puisque c'est une simple consultation
|
165 |
$requete = 'UPDATE bazar_fiche SET bf_nb_consultations=bf_nb_consultations+1 WHERE bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
165 |
$requete = 'UPDATE bazar_fiche SET bf_nb_consultations=bf_nb_consultations+1 WHERE bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
166 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
166 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
167 |
}
|
167 |
}
|
168 |
}
|
168 |
}
|
169 |
}
|
169 |
}
|
170 |
|
170 |
|
171 |
$requete = 'SELECT * FROM bazar_fiche,bazar_nature WHERE bf_ce_nature=bn_id_nature and bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
171 |
$requete = 'SELECT * FROM bazar_fiche,bazar_nature WHERE bf_ce_nature=bn_id_nature and bf_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
172 |
|
172 |
|
173 |
if (isset($GLOBALS['_BAZAR_']['langue'])) $requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'"';
|
173 |
if (isset($GLOBALS['_BAZAR_']['langue'])) $requete .= ' and bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'"';
|
174 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
174 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
175 |
if (DB::isError($resultat)) {
|
175 |
if (DB::isError($resultat)) {
|
176 |
$res = '<div class="'.BAZ_classe_erreur.'">'.BAZ_FICHE_INEXISTANTE.'</div> \n' ;
|
176 |
$res = '<div class="'.BAZ_classe_erreur.'">'.BAZ_FICHE_INEXISTANTE.'</div> \n' ;
|
177 |
return res ;
|
177 |
return res ;
|
178 |
}
|
178 |
}
|
179 |
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
|
179 |
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC) ;
|
- |
|
180 |
|
- |
|
181 |
// Modification des <meta> OpenGraph pour les réseaux sociaux
|
- |
|
182 |
GEN_modifierMetaProperty('og:title', $ligne['bf_titre']);
|
- |
|
183 |
if (! empty($ligne['bf_description'])) {
|
- |
|
184 |
$ogDesc = $ligne['bf_description'];
|
- |
|
185 |
// description abréviée
|
- |
|
186 |
if (strlen($ogDesc) > 200) {
|
- |
|
187 |
$ogDesc = substr($ogDesc, 0, 180) . "...";
|
- |
|
188 |
}
|
- |
|
189 |
GEN_modifierMetaProperty('og:description', $ogDesc);
|
- |
|
190 |
}
|
- |
|
191 |
|
180 |
$GLOBALS['_BAZAR_']['ligne_resultat'] = $ligne;
|
192 |
$GLOBALS['_BAZAR_']['ligne_resultat'] = $ligne;
|
181 |
if (!isset($GLOBALS['_BAZAR_']['typeannonce'])) $GLOBALS['_BAZAR_']['typeannonce'] = $ligne['bf_ce_nature'];
|
193 |
if (!isset($GLOBALS['_BAZAR_']['typeannonce'])) $GLOBALS['_BAZAR_']['typeannonce'] = $ligne['bf_ce_nature'];
|
182 |
if (!isset($GLOBALS['_BAZAR_']['fiche_valide'])) $GLOBALS['_BAZAR_']['fiche_valide'] = $ligne['bf_statut_fiche'];
|
194 |
if (!isset($GLOBALS['_BAZAR_']['fiche_valide'])) $GLOBALS['_BAZAR_']['fiche_valide'] = $ligne['bf_statut_fiche'];
|
183 |
//on verifie si l'utilisateur est administrateur
|
195 |
//on verifie si l'utilisateur est administrateur
|
184 |
$est_admin=0;
|
196 |
$est_admin=0;
|
185 |
|
197 |
|
186 |
// Si on vient de l applette calendrier, $GLOBALS['_BAZAR_']['id_typeannonce'] est vide ...
|
198 |
// Si on vient de l applette calendrier, $GLOBALS['_BAZAR_']['id_typeannonce'] est vide ...
|
187 |
// mais on dispose de la constante BAZ_NUM_ANNONCE_CALENDRIER
|
199 |
// mais on dispose de la constante BAZ_NUM_ANNONCE_CALENDRIER
|
188 |
if (!isset($GLOBALS['_BAZAR_']['id_typeannonce']) && defined('BAZ_NUM_ANNONCE_CALENDRIER')) $GLOBALS['_BAZAR_']['id_typeannonce'] = BAZ_NUM_ANNONCE_CALENDRIER;
|
200 |
if (!isset($GLOBALS['_BAZAR_']['id_typeannonce']) && defined('BAZ_NUM_ANNONCE_CALENDRIER')) $GLOBALS['_BAZAR_']['id_typeannonce'] = BAZ_NUM_ANNONCE_CALENDRIER;
|
189 |
|
201 |
|
190 |
if (!isset($GLOBALS['_BAZAR_']['template'])) $GLOBALS['_BAZAR_']['template'] = $ligne['bn_template'];
|
202 |
if (!isset($GLOBALS['_BAZAR_']['template'])) $GLOBALS['_BAZAR_']['template'] = $ligne['bn_template'];
|
191 |
if (!isset($GLOBALS['_BAZAR_']['commentaire'])) $GLOBALS['_BAZAR_']['commentaire'] = $ligne['bn_commentaire'];
|
203 |
if (!isset($GLOBALS['_BAZAR_']['commentaire'])) $GLOBALS['_BAZAR_']['commentaire'] = $ligne['bn_commentaire'];
|
192 |
if (!isset($GLOBALS['_BAZAR_']['class'])) $GLOBALS['_BAZAR_']['class'] = $ligne['bn_label_class'];
|
204 |
if (!isset($GLOBALS['_BAZAR_']['class'])) $GLOBALS['_BAZAR_']['class'] = $ligne['bn_label_class'];
|
193 |
|
205 |
|
194 |
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']);
|
206 |
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']);
|
195 |
if ($utilisateur->isAdmin($ligne['bn_id_nature']) || $utilisateur->isSuperAdmin()) {
|
207 |
if ($utilisateur->isAdmin($ligne['bn_id_nature']) || $utilisateur->isSuperAdmin()) {
|
196 |
$est_admin=1;
|
208 |
$est_admin=1;
|
197 |
}
|
209 |
}
|
198 |
|
210 |
|
199 |
//debut de la fiche
|
211 |
//debut de la fiche
|
200 |
$res .= '<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
212 |
$res .= '<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
201 |
//affiche le titre sous forme d'image
|
213 |
//affiche le titre sous forme d'image
|
202 |
if (isset ($GLOBALS['_BAZAR_']['image_titre']) && $GLOBALS['_BAZAR_']['image_titre']!='') {
|
214 |
if (isset ($GLOBALS['_BAZAR_']['image_titre']) && $GLOBALS['_BAZAR_']['image_titre']!='') {
|
203 |
$res .= '<img class="BAZ_img_titre" src="reseau/bazar/images/'.$GLOBALS['_BAZAR_']['image_titre'].'" alt="'.$ligne['bn_label_nature'].'" />'.'<br />'."\n";
|
215 |
$res .= '<img class="BAZ_img_titre" src="reseau/bazar/images/'.$GLOBALS['_BAZAR_']['image_titre'].'" alt="'.$ligne['bn_label_nature'].'" />'.'<br />'."\n";
|
204 |
}
|
216 |
}
|
205 |
//affiche le texte sinon
|
217 |
//affiche le texte sinon
|
206 |
else {
|
218 |
else {
|
207 |
$res .= '<h1 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.$ligne['bn_label_nature'].'</h1>'."\n";
|
219 |
$res .= '<h1 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.$ligne['bn_label_nature'].'</h1>'."\n";
|
208 |
}
|
220 |
}
|
209 |
$GLOBALS['_BAZAR_']['annonceur'] = $ligne['bf_ce_utilisateur'] ;
|
221 |
$GLOBALS['_BAZAR_']['annonceur'] = $ligne['bf_ce_utilisateur'] ;
|
210 |
//si le template existe, on genere le template
|
222 |
//si le template existe, on genere le template
|
211 |
if ((file_exists(BAZ_CHEMIN_APPLI.'templates/'.$GLOBALS['_BAZAR_']['typeannonce'].'-fiche.php'))) {
|
223 |
if ((file_exists(BAZ_CHEMIN_APPLI.'templates/'.$GLOBALS['_BAZAR_']['typeannonce'].'-fiche.php'))) {
|
212 |
include_once(BAZ_CHEMIN_APPLI.'templates/'.$GLOBALS['_BAZAR_']['typeannonce'].'-fiche.php');
|
224 |
include_once(BAZ_CHEMIN_APPLI.'templates/'.$GLOBALS['_BAZAR_']['typeannonce'].'-fiche.php');
|
213 |
$res .=genere_fiche($ligne);
|
225 |
$res .=genere_fiche($ligne);
|
214 |
}
|
226 |
}
|
215 |
//on affiche ligne par ligne sinon
|
227 |
//on affiche ligne par ligne sinon
|
216 |
else {
|
228 |
else {
|
217 |
// Le titre
|
229 |
// Le titre
|
218 |
$res .= '<h1 class="BAZ_fiche_titre BAZ_fiche_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.$ligne['bf_titre'].'</h1>'."\n";
|
230 |
$res .= '<h1 class="BAZ_fiche_titre BAZ_fiche_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.$ligne['bf_titre'].'</h1>'."\n";
|
219 |
// cas d'une image personalisee
|
231 |
// cas d'une image personalisee
|
220 |
if (isset($ligne['bf_url_image'])) {
|
232 |
if (isset($ligne['bf_url_image'])) {
|
221 |
$res .= '<div class="BAZ_fiche_image BAZ_fiche_image_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
233 |
$res .= '<div class="BAZ_fiche_image BAZ_fiche_image_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
222 |
$res .= '<img class="BAZ_image" src="reseau/bazar/upload/'.$ligne['bf_url_image'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" />'."\n";
|
234 |
$res .= '<img class="BAZ_image" src="reseau/bazar/upload/'.$ligne['bf_url_image'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" />'."\n";
|
223 |
$res .= '</div>'."\n";
|
235 |
$res .= '</div>'."\n";
|
224 |
}
|
236 |
}
|
225 |
//cas d'une image par defaut
|
237 |
//cas d'une image par defaut
|
226 |
elseif (isset ($GLOBALS['_BAZAR_']['image_logo']) && $GLOBALS['_BAZAR_']['image_logo']!='') {
|
238 |
elseif (isset ($GLOBALS['_BAZAR_']['image_logo']) && $GLOBALS['_BAZAR_']['image_logo']!='') {
|
227 |
$res .= '<div class="BAZ_fiche_image BAZ_fiche_image_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
239 |
$res .= '<div class="BAZ_fiche_image BAZ_fiche_image_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
228 |
$res .= '<img class="BAZ_image" src="reseau/bazar/images/'.$GLOBALS['_BAZAR_']['image_logo'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" width="130" height="130" />'."\n";
|
240 |
$res .= '<img class="BAZ_image" src="reseau/bazar/images/'.$GLOBALS['_BAZAR_']['image_logo'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" width="130" height="130" />'."\n";
|
229 |
$res .= '</div>'."\n";
|
241 |
$res .= '</div>'."\n";
|
230 |
}
|
242 |
}
|
231 |
|
243 |
|
232 |
//$res .= '<div class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'.nl2br($ligne['bf_description']).'</div>'."\n";
|
244 |
//$res .= '<div class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'.nl2br($ligne['bf_description']).'</div>'."\n";
|
233 |
$tableau=baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
|
245 |
$tableau=baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
|
234 |
|
246 |
|
235 |
/** Boucle d affichage des resultats
|
247 |
/** Boucle d affichage des resultats
|
236 |
*
|
248 |
*
|
237 |
*/
|
249 |
*/
|
238 |
|
250 |
|
239 |
// Le parametre pas_de_carte permet a l element de type cartegoogle
|
251 |
// Le parametre pas_de_carte permet a l element de type cartegoogle
|
240 |
// de ne pas renvoyer la carte lors de l affichage d une fiche (par exemple dans les fiches du calendrier)
|
252 |
// de ne pas renvoyer la carte lors de l affichage d une fiche (par exemple dans les fiches du calendrier)
|
241 |
$danslappli == 1 ? $GLOBALS['pas_de_carte'] = 0 : $GLOBALS['pas_de_carte'] = 1;
|
253 |
$danslappli == 1 ? $GLOBALS['pas_de_carte'] = 0 : $GLOBALS['pas_de_carte'] = 1;
|
242 |
for ($i=0; $i < count($tableau); $i++) {
|
254 |
for ($i=0; $i < count($tableau); $i++) {
|
243 |
if (isset($ligne[$tableau[$i]['nom_bdd']])) {
|
255 |
if (isset($ligne[$tableau[$i]['nom_bdd']])) {
|
244 |
$type = $tableau[$i]['type'];
|
256 |
$type = $tableau[$i]['type'];
|
245 |
$valeur = $ligne[$tableau[$i]['nom_bdd']];
|
257 |
$valeur = $ligne[$tableau[$i]['nom_bdd']];
|
246 |
|
258 |
|
247 |
} else {
|
259 |
} else {
|
248 |
$type = $tableau[$i]['type'];
|
260 |
$type = $tableau[$i]['type'];
|
249 |
$valeur = '';
|
261 |
$valeur = '';
|
250 |
}
|
262 |
}
|
251 |
|
263 |
|
252 |
$element = Bazar_element::factory($type, $tableau[$i]);
|
264 |
$element = Bazar_element::factory($type, $tableau[$i]);
|
253 |
if (!PEAR::isError($element)) {
|
265 |
if (!PEAR::isError($element)) {
|
254 |
$res .= $element->toHTML($valeur);
|
266 |
$res .= $element->toHTML($valeur);
|
255 |
} else {
|
267 |
} else {
|
256 |
|
268 |
|
257 |
}
|
269 |
}
|
258 |
if ( $tableau[$i]['type']=='wikini' ) {
|
270 |
if ( $tableau[$i]['type']=='wikini' ) {
|
259 |
$res .= '<div class="BAZ_lien_wikini BAZ_lien_wikini_'.$GLOBALS['_BAZAR_']['class'].'"><a href="wikini/'.genere_nom_wiki2($ligne["bf_titre"], TRUE).'">'.BAZ_ENTRER_PROJET.'</a></div>'."\n";
|
271 |
$res .= '<div class="BAZ_lien_wikini BAZ_lien_wikini_'.$GLOBALS['_BAZAR_']['class'].'"><a href="wikini/'.genere_nom_wiki2($ligne["bf_titre"], TRUE).'">'.BAZ_ENTRER_PROJET.'</a></div>'."\n";
|
260 |
}
|
272 |
}
|
261 |
}
|
273 |
}
|
262 |
//afficher les liens pour l'annonce
|
274 |
//afficher les liens pour l'annonce
|
263 |
$requete = 'SELECT bu_url, bu_descriptif_url FROM bazar_url WHERE bu_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
275 |
$requete = 'SELECT bu_url, bu_descriptif_url FROM bazar_url WHERE bu_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
264 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
276 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
265 |
if (DB::isError($resultat)) {
|
277 |
if (DB::isError($resultat)) {
|
266 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
278 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
267 |
}
|
279 |
}
|
268 |
if ($resultat->numRows()>0) {
|
280 |
if ($resultat->numRows()>0) {
|
269 |
$res .= '<span class="BAZ_label BAZ_label_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LIEN_INTERNET.':</span>'."\n";
|
281 |
$res .= '<span class="BAZ_label BAZ_label_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LIEN_INTERNET.':</span>'."\n";
|
270 |
$res .= '<span class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
282 |
$res .= '<span class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
271 |
$res .= '<ul class="BAZ_liste BAZ_liste_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
283 |
$res .= '<ul class="BAZ_liste BAZ_liste_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
272 |
while ($ligne1 = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
284 |
while ($ligne1 = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
273 |
$res .= '<li class="BAZ_liste_lien BAZ_liste_lien_'.$GLOBALS['_BAZAR_']['class'].'"><a href="'.$ligne1['bu_url'].'" class="BAZ_lien" target="_blank">'.$ligne1['bu_descriptif_url'].'</a></li>'."\n";
|
285 |
$res .= '<li class="BAZ_liste_lien BAZ_liste_lien_'.$GLOBALS['_BAZAR_']['class'].'"><a href="'.$ligne1['bu_url'].'" class="BAZ_lien" target="_blank">'.$ligne1['bu_descriptif_url'].'</a></li>'."\n";
|
274 |
}
|
286 |
}
|
275 |
$res .= '</ul></span>'."\n";
|
287 |
$res .= '</ul></span>'."\n";
|
276 |
}
|
288 |
}
|
277 |
|
289 |
|
278 |
//afficher les fichiers pour l'annonce
|
290 |
//afficher les fichiers pour l'annonce
|
279 |
$requete = 'SELECT bfj_description, bfj_fichier FROM bazar_fichier_joint WHERE bfj_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
291 |
$requete = 'SELECT bfj_description, bfj_fichier FROM bazar_fichier_joint WHERE bfj_ce_fiche='.$GLOBALS['_BAZAR_']['id_fiche'];
|
280 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
292 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
281 |
if (DB::isError($resultat)) {
|
293 |
if (DB::isError($resultat)) {
|
282 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
294 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
283 |
}
|
295 |
}
|
284 |
if ($resultat->numRows()>0) {
|
296 |
if ($resultat->numRows()>0) {
|
285 |
$res .= '<span class="BAZ_label BAZ_label_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LISTE_FICHIERS_JOINTS.':</span>'."\n";
|
297 |
$res .= '<span class="BAZ_label BAZ_label_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LISTE_FICHIERS_JOINTS.':</span>'."\n";
|
286 |
$res .= '<span class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
298 |
$res .= '<span class="BAZ_description BAZ_description_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
287 |
$res .= '<ul class="BAZ_liste BAZ_liste_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
299 |
$res .= '<ul class="BAZ_liste BAZ_liste_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
288 |
while ($ligne2 = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
300 |
while ($ligne2 = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
289 |
$res .= '<li class="BAZ_liste_fichier BAZ_liste_fichier_'.$GLOBALS['_BAZAR_']['class'].'"><a href="reseau/bazar/upload/'.$ligne2['bfj_fichier'].'">'.$ligne2['bfj_description'].'</a></li>'."\n";
|
301 |
$res .= '<li class="BAZ_liste_fichier BAZ_liste_fichier_'.$GLOBALS['_BAZAR_']['class'].'"><a href="reseau/bazar/upload/'.$ligne2['bfj_fichier'].'">'.$ligne2['bfj_description'].'</a></li>'."\n";
|
290 |
}
|
302 |
}
|
291 |
$res .= '</ul></span>'."\n";
|
303 |
$res .= '</ul></span>'."\n";
|
292 |
}
|
304 |
}
|
293 |
$res .= '<div class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
305 |
$res .= '<div class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
294 |
$res .= '<div class="BAZ_infos_fiche BAZ_infos_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
306 |
$res .= '<div class="BAZ_infos_fiche BAZ_infos_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
295 |
$res .= '<span class="BAZ_nb_vues BAZ_nb_vues_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_NB_VUS.$ligne['bf_nb_consultations'].BAZ_FOIS.'</span><br />'."\n";
|
307 |
$res .= '<span class="BAZ_nb_vues BAZ_nb_vues_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_NB_VUS.$ligne['bf_nb_consultations'].BAZ_FOIS.'</span><br />'."\n";
|
296 |
|
308 |
|
297 |
//affichage du redacteur de la fiche
|
309 |
//affichage du redacteur de la fiche
|
298 |
$requete = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.', '.BAZ_CHAMPS_EMAIL.
|
310 |
$requete = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.', '.BAZ_CHAMPS_EMAIL.
|
299 |
' FROM '.BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$ligne['bf_ce_utilisateur'];
|
311 |
' FROM '.BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$ligne['bf_ce_utilisateur'];
|
300 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
312 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
301 |
if (DB::isError($resultat)) {
|
313 |
if (DB::isError($resultat)) {
|
302 |
if (DB::isError($resultat)) {
|
314 |
if (DB::isError($resultat)) {
|
303 |
$res = '<div class="'.BAZ_classe_erreur.'">'.BAZ_FICHE_INEXISTANTE.'</div>' ;
|
315 |
$res = '<div class="'.BAZ_classe_erreur.'">'.BAZ_FICHE_INEXISTANTE.'</div>' ;
|
304 |
return $res ;
|
316 |
return $res ;
|
305 |
}
|
317 |
}
|
306 |
}
|
318 |
}
|
307 |
while ($redacteur = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
319 |
while ($redacteur = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
308 |
$res .= '<span class="BAZ_fiche_ecrite">'.BAZ_FICHE_NUMERO.$GLOBALS['_BAZAR_']['id_fiche'].BAZ_ECRITE;
|
320 |
$res .= '<span class="BAZ_fiche_ecrite">'.BAZ_FICHE_NUMERO.$GLOBALS['_BAZAR_']['id_fiche'].BAZ_ECRITE;
|
309 |
if (!defined('BAZ_FICHE_REDACTEUR_MAIL') || BAZ_FICHE_REDACTEUR_MAIL) {
|
321 |
if (!defined('BAZ_FICHE_REDACTEUR_MAIL') || BAZ_FICHE_REDACTEUR_MAIL) {
|
310 |
$res .= '<a href="mailto:'.$redacteur[BAZ_CHAMPS_EMAIL].'">'.$redacteur[BAZ_CHAMPS_PRENOM].' '.$redacteur[BAZ_CHAMPS_NOM].'</a>';
|
322 |
$res .= '<a href="mailto:'.$redacteur[BAZ_CHAMPS_EMAIL].'">'.$redacteur[BAZ_CHAMPS_PRENOM].' '.$redacteur[BAZ_CHAMPS_NOM].'</a>';
|
311 |
} else {
|
323 |
} else {
|
312 |
$res .= $redacteur[BAZ_CHAMPS_PRENOM].' '.$redacteur[BAZ_CHAMPS_NOM];
|
324 |
$res .= $redacteur[BAZ_CHAMPS_PRENOM].' '.$redacteur[BAZ_CHAMPS_NOM];
|
313 |
}
|
325 |
}
|
314 |
$res .= '<br /></span>'."\n";
|
326 |
$res .= '<br /></span>'."\n";
|
315 |
}
|
327 |
}
|
316 |
|
328 |
|
317 |
//informations complementaires (id fiche, etat publication,... )
|
329 |
//informations complementaires (id fiche, etat publication,... )
|
318 |
if ($danslappli==1) {
|
330 |
if ($danslappli==1) {
|
319 |
if ($GLOBALS['_BAZAR_']['fiche_valide']==1 && $GLOBALS['_BAZAR_']['appropriation']!=1) {
|
331 |
if ($GLOBALS['_BAZAR_']['fiche_valide']==1 && $GLOBALS['_BAZAR_']['appropriation']!=1) {
|
320 |
if ($ligne['bf_date_debut_validite_fiche'] != '0000-00-00' && $ligne['bf_date_fin_validite_fiche'] != '0000-00-00') {
|
332 |
if ($ligne['bf_date_debut_validite_fiche'] != '0000-00-00' && $ligne['bf_date_fin_validite_fiche'] != '0000-00-00') {
|
321 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_PUBLIEE.':</span> '.BAZ_DU.
|
333 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_PUBLIEE.':</span> '.BAZ_DU.
|
322 |
' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_debut_validite_fiche'])).' '.
|
334 |
' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_debut_validite_fiche'])).' '.
|
323 |
BAZ_AU.' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_fin_validite_fiche'])).'<br />'."\n";
|
335 |
BAZ_AU.' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_fin_validite_fiche'])).'<br />'."\n";
|
324 |
}
|
336 |
}
|
325 |
}
|
337 |
}
|
326 |
elseif ($GLOBALS['_BAZAR_']['appropriation']!=1 || $GLOBALS['_BAZAR_']['fiche_valide']!=1) {
|
338 |
elseif ($GLOBALS['_BAZAR_']['appropriation']!=1 || $GLOBALS['_BAZAR_']['fiche_valide']!=1) {
|
327 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_PUBLIEE.':</span> '.BAZ_NON.'<br />'."\n";
|
339 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_PUBLIEE.':</span> '.BAZ_NON.'<br />'."\n";
|
328 |
}
|
340 |
}
|
329 |
//affichage des infos et du lien pour la mise a jour de la fiche
|
341 |
//affichage des infos et du lien pour la mise a jour de la fiche
|
330 |
if ( $est_admin || $GLOBALS['_BAZAR_']['annonceur']==$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID) ) {
|
342 |
if ( $est_admin || $GLOBALS['_BAZAR_']['annonceur']==$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID) ) {
|
331 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'" id="date_creation">'.BAZ_DATE_CREATION.'</span> '.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bf_date_creation_fiche']))."\n";
|
343 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'" id="date_creation">'.BAZ_DATE_CREATION.'</span> '.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bf_date_creation_fiche']))."\n";
|
332 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'" id="date_mise_a_jour">'.BAZ_DATE_MAJ.'</span> '.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bf_date_maj_fiche']))."\n";
|
344 |
$res .= '<span class="BAZ_rubrique BAZ_rubrique_'.$GLOBALS['_BAZAR_']['class'].'" id="date_mise_a_jour">'.BAZ_DATE_MAJ.'</span> '.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bf_date_maj_fiche']))."\n";
|
333 |
}
|
345 |
}
|
334 |
$res .= '</div>'."\n";
|
346 |
$res .= '</div>'."\n";
|
335 |
|
347 |
|
336 |
if ( $est_admin || $GLOBALS['_BAZAR_']['annonceur']==$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID) ) {
|
348 |
if ( $est_admin || $GLOBALS['_BAZAR_']['annonceur']==$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID) ) {
|
337 |
$res .= '<div class="BAZ_actions_fiche BAZ_actions_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
349 |
$res .= '<div class="BAZ_actions_fiche BAZ_actions_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
338 |
$res .= '<ul>'."\n";
|
350 |
$res .= '<ul>'."\n";
|
339 |
if ( $est_admin ) {
|
351 |
if ( $est_admin ) {
|
340 |
$lien_publie = &$GLOBALS['_BAZAR_']['url'];
|
352 |
$lien_publie = &$GLOBALS['_BAZAR_']['url'];
|
341 |
$lien_publie->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
353 |
$lien_publie->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
342 |
$lien_publie->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
354 |
$lien_publie->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
343 |
$lien_publie->addQueryString('typeannonce', $ligne['bf_ce_nature']);
|
355 |
$lien_publie->addQueryString('typeannonce', $ligne['bf_ce_nature']);
|
344 |
|
356 |
|
345 |
if ($GLOBALS['_BAZAR_']['fiche_valide']==0||$GLOBALS['_BAZAR_']['fiche_valide']==2) {
|
357 |
if ($GLOBALS['_BAZAR_']['fiche_valide']==0||$GLOBALS['_BAZAR_']['fiche_valide']==2) {
|
346 |
$lien_publie->addQueryString('publiee', 1);
|
358 |
$lien_publie->addQueryString('publiee', 1);
|
347 |
$label_publie=BAZ_VALIDER_LA_FICHE;
|
359 |
$label_publie=BAZ_VALIDER_LA_FICHE;
|
348 |
$class_publie='_valider';
|
360 |
$class_publie='_valider';
|
349 |
$res .= '<form method="post" action="'.$lien_publie->getURL().'" ><li><label class="BAZ_label" id="label_validite" for="date_validite"> Date de validit� :</label><input id="date_validite" name="date_validite" type="text" value="'.$ligne['bf_date_debut_validite_fiche'].'" /></li> <li><input class="bouton_valider" type="submit" value="Valider la fiche" /></li></form>';
|
361 |
$res .= '<form method="post" action="'.$lien_publie->getURL().'" ><li><label class="BAZ_label" id="label_validite" for="date_validite"> Date de validit� :</label><input id="date_validite" name="date_validite" type="text" value="'.$ligne['bf_date_debut_validite_fiche'].'" /></li> <li><input class="bouton_valider" type="submit" value="Valider la fiche" /></li></form>';
|
350 |
} elseif ($GLOBALS['_BAZAR_']['fiche_valide']==1) {
|
362 |
} elseif ($GLOBALS['_BAZAR_']['fiche_valide']==1) {
|
351 |
$lien_publie->addQueryString('publiee', 1);
|
363 |
$lien_publie->addQueryString('publiee', 1);
|
352 |
$res .= '<form method="post" action="'.$lien_publie->getURL().'" ><li><label class="BAZ_label" id="label_validite" for="date_validite"> Date de validit� :</label><input id="date_validite" name="date_validite" type="text" value="'.$ligne['bf_date_debut_validite_fiche'].'" /> <input type="submit" class="bouton_valider" value="Modifier" /></form>';
|
364 |
$res .= '<form method="post" action="'.$lien_publie->getURL().'" ><li><label class="BAZ_label" id="label_validite" for="date_validite"> Date de validit� :</label><input id="date_validite" name="date_validite" type="text" value="'.$ligne['bf_date_debut_validite_fiche'].'" /> <input type="submit" class="bouton_valider" value="Modifier" /></form>';
|
353 |
$lien_publie->removeQueryString('publiee');
|
365 |
$lien_publie->removeQueryString('publiee');
|
354 |
$lien_publie->addQueryString('publiee', 0);
|
366 |
$lien_publie->addQueryString('publiee', 0);
|
355 |
$label_publie=BAZ_INVALIDER_LA_FICHE;
|
367 |
$label_publie=BAZ_INVALIDER_LA_FICHE;
|
356 |
$class_publie='_invalider';
|
368 |
$class_publie='_invalider';
|
357 |
$res .= '<li class="BAZ_liste'.$class_publie.'"><a href="'.$lien_publie->getURL().'">'.$label_publie.'</a></li>'."\n";
|
369 |
$res .= '<li class="BAZ_liste'.$class_publie.'"><a href="'.$lien_publie->getURL().'">'.$label_publie.'</a></li>'."\n";
|
358 |
}
|
370 |
}
|
359 |
}
|
371 |
}
|
360 |
$lien_modifier=$GLOBALS['_BAZAR_']['url'];
|
372 |
$lien_modifier=$GLOBALS['_BAZAR_']['url'];
|
361 |
$lien_modifier->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
|
373 |
$lien_modifier->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
|
362 |
$lien_modifier->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
374 |
$lien_modifier->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
363 |
$lien_modifier->addQueryString('typeannonce', $ligne['bf_ce_nature']);
|
375 |
$lien_modifier->addQueryString('typeannonce', $ligne['bf_ce_nature']);
|
364 |
$res .= '<li class="BAZ_liste_modifier"><a href="'.$lien_modifier->getURL().'" id="modifier_fiche">'.BAZ_MODIFIER_LA_FICHE.'</a></li>'."\n";
|
376 |
$res .= '<li class="BAZ_liste_modifier"><a href="'.$lien_modifier->getURL().'" id="modifier_fiche">'.BAZ_MODIFIER_LA_FICHE.'</a></li>'."\n";
|
365 |
$lien_supprimer=$GLOBALS['_BAZAR_']['url'];
|
377 |
$lien_supprimer=$GLOBALS['_BAZAR_']['url'];
|
366 |
$lien_supprimer->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
|
378 |
$lien_supprimer->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
|
367 |
$lien_supprimer->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
379 |
$lien_supprimer->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
368 |
$lien_supprimer->addQueryString('typeannonce', $ligne['bf_ce_nature']);
|
380 |
$lien_supprimer->addQueryString('typeannonce', $ligne['bf_ce_nature']);
|
369 |
$res .= '<li class="BAZ_liste_supprimer"><a href="'.$lien_supprimer->getURL().'" id="supprimer_fiche">'.BAZ_SUPPRIMER_LA_FICHE.'</a></li>'."\n";
|
381 |
$res .= '<li class="BAZ_liste_supprimer"><a href="'.$lien_supprimer->getURL().'" id="supprimer_fiche">'.BAZ_SUPPRIMER_LA_FICHE.'</a></li>'."\n";
|
370 |
$res .= '</ul>'."\n";
|
382 |
$res .= '</ul>'."\n";
|
371 |
$res .= '</div>'."\n";
|
383 |
$res .= '</div>'."\n";
|
372 |
}
|
384 |
}
|
373 |
}
|
385 |
}
|
374 |
$res .= '</div>'."\n";
|
386 |
$res .= '</div>'."\n";
|
375 |
$res .= '</div>'."\n";
|
387 |
$res .= '</div>'."\n";
|
376 |
|
388 |
|
377 |
}
|
389 |
}
|
378 |
|
390 |
|
379 |
// Nous v�rifions comment est appel� la fonction
|
391 |
// Nous v�rifions comment est appel� la fonction
|
380 |
if ($danslappli == 0) {
|
392 |
if ($danslappli == 0) {
|
381 |
$lien_voir=$GLOBALS['_BAZAR_']['url'];
|
393 |
$lien_voir=$GLOBALS['_BAZAR_']['url'];
|
382 |
$lien_voir->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_CONSULTER);
|
394 |
$lien_voir->addQueryString(BAZ_VARIABLE_VOIR, BAZ_VOIR_CONSULTER);
|
383 |
$lien_voir->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
395 |
$lien_voir->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
384 |
$lien_voir->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
396 |
$lien_voir->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
385 |
|
397 |
|
386 |
$res .= '<div class="BAZ_lien_fiche"><a href="'.str_replace('carte_','',$lien_voir->getURL()).'" class="BAZ_lien">'.BAZ_VOIR_LA_FICHE.'</a></div>'."\n";
|
398 |
$res .= '<div class="BAZ_lien_fiche"><a href="'.str_replace('carte_','',$lien_voir->getURL()).'" class="BAZ_lien">'.BAZ_VOIR_LA_FICHE.'</a></div>'."\n";
|
387 |
$res .= '</div>'."\n";
|
399 |
$res .= '</div>'."\n";
|
388 |
} else if ($danslappli == 1 ) {
|
400 |
} else if ($danslappli == 1 ) {
|
389 |
|
401 |
|
390 |
// Ajout des appropriations, s'il le faut
|
402 |
// Ajout des appropriations, s'il le faut
|
391 |
if ($GLOBALS['_BAZAR_']['appropriation'] == 1) {
|
403 |
if ($GLOBALS['_BAZAR_']['appropriation'] == 1) {
|
392 |
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
404 |
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
393 |
$res .= '<h2 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LES_STRUCTURES_POSSEDANT_UNE_RESSOURCE.'</h2>'."\n";
|
405 |
$res .= '<h2 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LES_STRUCTURES_POSSEDANT_UNE_RESSOURCE.'</h2>'."\n";
|
394 |
$requete = 'SELECT '.BAZ_CHAMPS_ID.', '.BAZ_CHAMPS_NOM.' FROM bazar_appropriation,'.BAZ_ANNUAIRE.' WHERE ba_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' AND ba_ce_id_structure='.BAZ_CHAMPS_ID.' ORDER BY '.BAZ_CHAMPS_NOM.' ASC';
|
406 |
$requete = 'SELECT '.BAZ_CHAMPS_ID.', '.BAZ_CHAMPS_NOM.' FROM bazar_appropriation,'.BAZ_ANNUAIRE.' WHERE ba_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' AND ba_ce_id_structure='.BAZ_CHAMPS_ID.' ORDER BY '.BAZ_CHAMPS_NOM.' ASC';
|
395 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete . ' -- ' . __FILE__ . ':' . __LINE__) ;
|
407 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete . ' -- ' . __FILE__ . ':' . __LINE__) ;
|
396 |
if (DB::isError ($resultat)) {
|
408 |
if (DB::isError ($resultat)) {
|
397 |
return $resultat->getMessage().'<br />'.$resultat->getDebugInfo();
|
409 |
return $resultat->getMessage().'<br />'.$resultat->getDebugInfo();
|
398 |
}
|
410 |
}
|
399 |
$possede_ressource=0;
|
411 |
$possede_ressource=0;
|
400 |
if ($resultat->numRows()>0) {
|
412 |
if ($resultat->numRows()>0) {
|
401 |
$res .= BAZ_IL_Y_A.$resultat->numRows().' ';
|
413 |
$res .= BAZ_IL_Y_A.$resultat->numRows().' ';
|
402 |
if ($resultat->numRows()==1) $res .= BAZ_STRUCTURE_POSSEDANT.'<br />'."\n";
|
414 |
if ($resultat->numRows()==1) $res .= BAZ_STRUCTURE_POSSEDANT.'<br />'."\n";
|
403 |
else $res .= BAZ_STRUCTURES_POSSEDANT.'<br />'."\n";
|
415 |
else $res .= BAZ_STRUCTURES_POSSEDANT.'<br />'."\n";
|
404 |
$res .= '<ul>'."\n";
|
416 |
$res .= '<ul>'."\n";
|
405 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
417 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
406 |
$res .= '<li><a href="'.BAZ_URL_ANNUAIRE.'&voir_fiche='.$ligne[BAZ_CHAMPS_ID].'" onclick="javascript:window.open(this.href);return false;">'.$ligne[BAZ_CHAMPS_NOM].'</a></li>'."\n";
|
418 |
$res .= '<li><a href="'.BAZ_URL_ANNUAIRE.'&voir_fiche='.$ligne[BAZ_CHAMPS_ID].'" onclick="javascript:window.open(this.href);return false;">'.$ligne[BAZ_CHAMPS_NOM].'</a></li>'."\n";
|
407 |
if ($GLOBALS['AUTH']->getAuth() && $GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID)==$ligne[BAZ_CHAMPS_ID]) $possede_ressource=1;
|
419 |
if ($GLOBALS['AUTH']->getAuth() && $GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID)==$ligne[BAZ_CHAMPS_ID]) $possede_ressource=1;
|
408 |
}
|
420 |
}
|
409 |
$res .= '</ul><br />'."\n";
|
421 |
$res .= '</ul><br />'."\n";
|
410 |
}
|
422 |
}
|
411 |
else $res .= BAZ_PAS_D_APPROPRIATION.'<br /><br />'."\n";
|
423 |
else $res .= BAZ_PAS_D_APPROPRIATION.'<br /><br />'."\n";
|
412 |
$res .='<p class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
424 |
$res .='<p class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
413 |
$lien_appropriation = $GLOBALS['_BAZAR_']['url'];
|
425 |
$lien_appropriation = $GLOBALS['_BAZAR_']['url'];
|
414 |
$lien_appropriation->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
426 |
$lien_appropriation->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
415 |
$lien_appropriation->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
427 |
$lien_appropriation->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
416 |
if ($possede_ressource) {
|
428 |
if ($possede_ressource) {
|
417 |
$lien_appropriation->addQueryString('appropriation', 0);
|
429 |
$lien_appropriation->addQueryString('appropriation', 0);
|
418 |
$res .= BAZ_POSSEDE_DEJA_RESSOURCE.'<br />'."\n".'<a href="'.$lien_appropriation->getURL().'">'.BAZ_CLIQUER_POUR_VOUS_ENLEVER.'</a>'."\n";
|
430 |
$res .= BAZ_POSSEDE_DEJA_RESSOURCE.'<br />'."\n".'<a href="'.$lien_appropriation->getURL().'">'.BAZ_CLIQUER_POUR_VOUS_ENLEVER.'</a>'."\n";
|
419 |
$lien_appropriation->removeQueryString('appropriation');
|
431 |
$lien_appropriation->removeQueryString('appropriation');
|
420 |
}
|
432 |
}
|
421 |
elseif ($GLOBALS['AUTH']->getAuth() && $GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_EST_STRUCTURE)) {
|
433 |
elseif ($GLOBALS['AUTH']->getAuth() && $GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_EST_STRUCTURE)) {
|
422 |
$lien_appropriation->addQueryString('appropriation', 1);
|
434 |
$lien_appropriation->addQueryString('appropriation', 1);
|
423 |
$res .= BAZ_SI_POSSEDE_RESSOURCE.'<br />'."\n".'<a href="'.$lien_appropriation->getURL().'">'.BAZ_CLIQUER_POUR_APPARAITRE.'</a>'."\n";
|
435 |
$res .= BAZ_SI_POSSEDE_RESSOURCE.'<br />'."\n".'<a href="'.$lien_appropriation->getURL().'">'.BAZ_CLIQUER_POUR_APPARAITRE.'</a>'."\n";
|
424 |
$lien_appropriation->removeQueryString('appropriation');
|
436 |
$lien_appropriation->removeQueryString('appropriation');
|
425 |
}
|
437 |
}
|
426 |
elseif ($GLOBALS['AUTH']->getAuth() && !$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_EST_STRUCTURE)) {
|
438 |
elseif ($GLOBALS['AUTH']->getAuth() && !$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_EST_STRUCTURE)) {
|
427 |
$res .= BAZ_IL_FAUT_ETRE_STRUCTURE."\n";
|
439 |
$res .= BAZ_IL_FAUT_ETRE_STRUCTURE."\n";
|
428 |
}
|
440 |
}
|
429 |
elseif (!$GLOBALS['AUTH']->getAuth()) {
|
441 |
elseif (!$GLOBALS['AUTH']->getAuth()) {
|
430 |
$res .= BAZ_IL_FAUT_ETRE_IDENTIFIE_STRUCTURE."\n";
|
442 |
$res .= BAZ_IL_FAUT_ETRE_IDENTIFIE_STRUCTURE."\n";
|
431 |
}
|
443 |
}
|
432 |
$res .='</p>'."\n";
|
444 |
$res .='</p>'."\n";
|
433 |
$res .= '</div>'."\n";
|
445 |
$res .= '</div>'."\n";
|
434 |
}
|
446 |
}
|
435 |
|
447 |
|
436 |
// Ajout des commentaires, s'il le faut
|
448 |
// Ajout des commentaires, s'il le faut
|
437 |
//if ($GLOBALS['_BAZAR_']['commentaire'] == 1) {
|
449 |
//if ($GLOBALS['_BAZAR_']['commentaire'] == 1) {
|
438 |
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
450 |
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
439 |
$res .= '<h2 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LES_COMMENTAIRES.'</h2>'."\n";
|
451 |
$res .= '<h2 class="BAZ_titre BAZ_titre_'.$GLOBALS['_BAZAR_']['class'].'">'.BAZ_LES_COMMENTAIRES.'</h2>'."\n";
|
440 |
$requete = 'SELECT * FROM bazar_commentaires WHERE bc_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' ORDER BY bc_date ASC';
|
452 |
$requete = 'SELECT * FROM bazar_commentaires WHERE bc_ce_id_fiche='.$GLOBALS['_BAZAR_']['id_fiche'].' ORDER BY bc_date ASC';
|
441 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
453 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
442 |
if (DB::isError ($resultat)) {
|
454 |
if (DB::isError ($resultat)) {
|
443 |
return $resultat->getMessage().'<br />'.$resultat->getDebugInfo();
|
455 |
return $resultat->getMessage().'<br />'.$resultat->getDebugInfo();
|
444 |
}
|
456 |
}
|
445 |
if ($resultat->numRows() > 0) {
|
457 |
if ($resultat->numRows() > 0) {
|
446 |
// Titre avec nombre de commentaires
|
458 |
// Titre avec nombre de commentaires
|
447 |
$res .= '<p>'.BAZ_IL_Y_A.$resultat->numRows().' ';
|
459 |
$res .= '<p>'.BAZ_IL_Y_A.$resultat->numRows().' ';
|
448 |
// Ajout du "s" ou pas
|
460 |
// Ajout du "s" ou pas
|
449 |
$res .= ($resultat->numRows() == 1) ? BAZ_COMMENTAIRE : BAZ_COMMENTAIRES;
|
461 |
$res .= ($resultat->numRows() == 1) ? BAZ_COMMENTAIRE : BAZ_COMMENTAIRES;
|
450 |
$res .= '</p>'."\n";
|
462 |
$res .= '</p>'."\n";
|
451 |
|
463 |
|
452 |
// Info pour ajotuer ces commentaires si on n'est pas identifi�
|
464 |
// Info pour ajotuer ces commentaires si on n'est pas identifi�
|
453 |
if (!$GLOBALS['AUTH']->getAuth()) {
|
465 |
if (!$GLOBALS['AUTH']->getAuth()) {
|
454 |
$res .= '<p class="information">'.BAZ_COMMENTAIRE_AUTH.'</p>';
|
466 |
$res .= '<p class="information">'.BAZ_COMMENTAIRE_AUTH.'</p>';
|
455 |
}
|
467 |
}
|
456 |
|
468 |
|
457 |
// Affichages des commentaires
|
469 |
// Affichages des commentaires
|
458 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
470 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
459 |
$res .= '<p class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
471 |
$res .= '<p class="BAZ_bulle_corps BAZ_bulle_corps_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
460 |
// Affichage du commentaire
|
472 |
// Affichage du commentaire
|
461 |
$res .= $ligne['bc_commentaire'].'<br />'."\n";
|
473 |
$res .= $ligne['bc_commentaire'].'<br />'."\n";
|
462 |
$res .= '<span class="BAZ_commentaire_admin">'.BAZ_PAR.' : <strong>'.$ligne['bc_nom'].'</strong>'.BAZ_ECRIT_LE.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bc_date']));
|
474 |
$res .= '<span class="BAZ_commentaire_admin">'.BAZ_PAR.' : <strong>'.$ligne['bc_nom'].'</strong>'.BAZ_ECRIT_LE.strftime('%d.%m.%Y %H:%M',strtotime($ligne['bc_date']));
|
463 |
// Pour les identifies seulement, administrateurs de la rubrique ou superadmins
|
475 |
// Pour les identifies seulement, administrateurs de la rubrique ou superadmins
|
464 |
if ($est_admin == 1) {
|
476 |
if ($est_admin == 1) {
|
465 |
$url_comment= $GLOBALS['_BAZAR_']['url'];
|
477 |
$url_comment= $GLOBALS['_BAZAR_']['url'];
|
466 |
$url_comment->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
478 |
$url_comment->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
467 |
$url_comment->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
479 |
$url_comment->addQueryString('id_fiche', $GLOBALS['_BAZAR_']['id_fiche']);
|
468 |
$url_comment->addQueryString('id_commentaire', $ligne['bc_id_commentaire']);
|
480 |
$url_comment->addQueryString('id_commentaire', $ligne['bc_id_commentaire']);
|
469 |
$res .= ' <a href="'.$url_comment->getURL().'">'.BAZ_SUPPRIMER.'</a>'."\n";
|
481 |
$res .= ' <a href="'.$url_comment->getURL().'">'.BAZ_SUPPRIMER.'</a>'."\n";
|
470 |
}
|
482 |
}
|
471 |
$res .= '</span>'."\n";
|
483 |
$res .= '</span>'."\n";
|
472 |
$res .= '</p>'."\n";
|
484 |
$res .= '</p>'."\n";
|
473 |
}
|
485 |
}
|
474 |
} else {
|
486 |
} else {
|
475 |
$res .= BAZ_PAS_DE_COMMENTAIRES.'<br /><br />'."\n";
|
487 |
$res .= BAZ_PAS_DE_COMMENTAIRES.'<br /><br />'."\n";
|
476 |
}
|
488 |
}
|
477 |
//}
|
489 |
//}
|
478 |
|
490 |
|
479 |
//formulaire des commentaires
|
491 |
//formulaire des commentaires
|
480 |
if ($GLOBALS['AUTH']->getAuth()) {
|
492 |
if ($GLOBALS['AUTH']->getAuth()) {
|
481 |
$form_commentaire = new HTML_QuickForm('bazar_commentaire', 'post', $url);
|
493 |
$form_commentaire = new HTML_QuickForm('bazar_commentaire', 'post', $url);
|
482 |
$squelette =& $form_commentaire->defaultRenderer();
|
494 |
$squelette =& $form_commentaire->defaultRenderer();
|
483 |
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'{content}'."\n".'</form>'."\n");
|
495 |
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'{content}'."\n".'</form>'."\n");
|
484 |
$squelette->setElementTemplate( '<label style="width:200px;">{label}'.
|
496 |
$squelette->setElementTemplate( '<label style="width:200px;">{label}'.
|
485 |
'<!-- BEGIN required --><span class="symbole_obligatoire"> *</span><!-- END required -->'."\n".
|
497 |
'<!-- BEGIN required --><span class="symbole_obligatoire"> *</span><!-- END required -->'."\n".
|
486 |
'</label><br />'."\n".'{element}<br />'."\n");
|
498 |
'</label><br />'."\n".'{element}<br />'."\n");
|
487 |
$squelette->setRequiredNoteTemplate("\n".'<span class="symbole_obligatoire"> *{requiredNote}</span>'."\n");
|
499 |
$squelette->setRequiredNoteTemplate("\n".'<span class="symbole_obligatoire"> *{requiredNote}</span>'."\n");
|
488 |
$option=array('style'=>'width:300px;border:1px solid #000;', 'maxlength'=>100);
|
500 |
$option=array('style'=>'width:300px;border:1px solid #000;', 'maxlength'=>100);
|
489 |
$form_commentaire->addElement('text', 'Nom', BAZ_ENTREZ_VOTRE_NOM, $option);
|
501 |
$form_commentaire->addElement('text', 'Nom', BAZ_ENTREZ_VOTRE_NOM, $option);
|
490 |
$option=array('style'=>'width:95%;height:100px;white-space: pre;padding:3px;border:1px solid #000;');
|
502 |
$option=array('style'=>'width:95%;height:100px;white-space: pre;padding:3px;border:1px solid #000;');
|
491 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/textarea.php';
|
503 |
require_once PAP_CHEMIN_API_PEAR.'HTML/QuickForm/textarea.php';
|
492 |
$formtexte= new HTML_QuickForm_textarea('Commentaire', BAZ_ENTREZ_VOTRE_COMMENTAIRE, $option);
|
504 |
$formtexte= new HTML_QuickForm_textarea('Commentaire', BAZ_ENTREZ_VOTRE_COMMENTAIRE, $option);
|
493 |
$form_commentaire->addElement($formtexte) ;
|
505 |
$form_commentaire->addElement($formtexte) ;
|
494 |
$option=array('style'=>'border:1px solid #000;');
|
506 |
$option=array('style'=>'border:1px solid #000;');
|
495 |
$form_commentaire->addElement('submit', 'Envoyer', BAZ_ENVOYER, $option);
|
507 |
$form_commentaire->addElement('submit', 'Envoyer', BAZ_ENVOYER, $option);
|
496 |
$form_commentaire->addRule('Nom', BAZ_NOM_REQUIS, 'required', '', 'client') ;
|
508 |
$form_commentaire->addRule('Nom', BAZ_NOM_REQUIS, 'required', '', 'client') ;
|
497 |
$form_commentaire->addRule('Commentaire', BAZ_COMMENTAIRE_REQUIS, 'required', '', 'client') ;
|
509 |
$form_commentaire->addRule('Commentaire', BAZ_COMMENTAIRE_REQUIS, 'required', '', 'client') ;
|
498 |
$form_commentaire->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
|
510 |
$form_commentaire->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
|
499 |
$res .= $form_commentaire->toHTML();
|
511 |
$res .= $form_commentaire->toHTML();
|
500 |
}
|
512 |
}
|
501 |
$res .= '</div>'."\n";
|
513 |
$res .= '</div>'."\n";
|
502 |
}
|
514 |
}
|
503 |
|
515 |
|
504 |
// Nettoyage de l'url avant les return : apparement inutile sinon pose pb dans Papyrus (url applette deconnexion et moteur de recherche) [jpm le 17 mars 2008]
|
516 |
// Nettoyage de l'url avant les return : apparement inutile sinon pose pb dans Papyrus (url applette deconnexion et moteur de recherche) [jpm le 17 mars 2008]
|
505 |
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
517 |
//$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
506 |
//$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
518 |
//$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
507 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_commentaire');
|
519 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_commentaire');
|
508 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
|
520 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
|
509 |
|
521 |
|
510 |
return $res ;
|
522 |
return $res ;
|
511 |
}
|
523 |
}
|
512 |
|
524 |
|
513 |
// merci PHP 5 ...
|
525 |
// merci PHP 5 ...
|
514 |
function mb_str_split2($str, $length = 1) {
|
526 |
function mb_str_split2($str, $length = 1) {
|
515 |
|
527 |
|
516 |
if ($length < 1) return FALSE;
|
528 |
if ($length < 1) return FALSE;
|
517 |
|
529 |
|
518 |
$result = array();
|
530 |
$result = array();
|
519 |
|
531 |
|
520 |
for ($i = 0; $i < strlen($str); $i += $length) {
|
532 |
for ($i = 0; $i < strlen($str); $i += $length) {
|
521 |
$result[] = substr($str, $i, $length);
|
533 |
$result[] = substr($str, $i, $length);
|
522 |
}
|
534 |
}
|
523 |
|
535 |
|
524 |
return $result;
|
536 |
return $result;
|
525 |
}
|
537 |
}
|
526 |
|
538 |
|
527 |
function remove_accents2( $string )
|
539 |
function remove_accents2( $string )
|
528 |
{
|
540 |
{
|
529 |
$string = htmlentities($string);
|
541 |
$string = htmlentities($string);
|
530 |
return preg_replace("/&([a-z])[a-z]+;/i","$1",$string);
|
542 |
return preg_replace("/&([a-z])[a-z]+;/i","$1",$string);
|
531 |
}
|
543 |
}
|
532 |
|
544 |
|
533 |
function genere_nom_wiki2($nom, $spaces = FALSE)
|
545 |
function genere_nom_wiki2($nom, $spaces = FALSE)
|
534 |
{
|
546 |
{
|
535 |
// traitement des accents
|
547 |
// traitement des accents
|
536 |
$nom = remove_accents2($nom);
|
548 |
$nom = remove_accents2($nom);
|
537 |
|
549 |
|
538 |
$temp = mb_str_split2($nom);
|
550 |
$temp = mb_str_split2($nom);
|
539 |
|
551 |
|
540 |
$count = 0;
|
552 |
$count = 0;
|
541 |
$final = NULL;
|
553 |
$final = NULL;
|
542 |
foreach($temp as $letter)
|
554 |
foreach($temp as $letter)
|
543 |
{
|
555 |
{
|
544 |
if(preg_match('/([[:space:]]|[[:punct:]])/', $letter))
|
556 |
if(preg_match('/([[:space:]]|[[:punct:]])/', $letter))
|
545 |
{
|
557 |
{
|
546 |
$final .= ($spaces ? '_' : '');
|
558 |
$final .= ($spaces ? '_' : '');
|
547 |
} elseif(preg_match ('/[a-zA-Z0-9]/', $letter)) {
|
559 |
} elseif(preg_match ('/[a-zA-Z0-9]/', $letter)) {
|
548 |
$final .= (($count == 0 || $count == (strlen($nom) - 1)) ? strtoupper($letter) : strtolower($letter));
|
560 |
$final .= (($count == 0 || $count == (strlen($nom) - 1)) ? strtoupper($letter) : strtolower($letter));
|
549 |
}
|
561 |
}
|
550 |
$count++;
|
562 |
$count++;
|
551 |
}
|
563 |
}
|
552 |
|
564 |
|
553 |
// v�rifions que le retour n'est pas uniquement un underscore
|
565 |
// v�rifions que le retour n'est pas uniquement un underscore
|
554 |
if(preg_match('/^[[:punct:]]+$/', $final)) return FALSE;
|
566 |
if(preg_match('/^[[:punct:]]+$/', $final)) return FALSE;
|
555 |
|
567 |
|
556 |
// sinon retour du nom format�
|
568 |
// sinon retour du nom format�
|
557 |
return($final);
|
569 |
return($final);
|
558 |
}
|
570 |
}
|
559 |
|
571 |
|
560 |
|
572 |
|
561 |
/** RSSversHTML () transforme un flux RSS (en XML) en page HTML
|
573 |
/** RSSversHTML () transforme un flux RSS (en XML) en page HTML
|
562 |
*
|
574 |
*
|
563 |
* On passe en param�tre le contenu du flux RSS, on affiche ou non la description,
|
575 |
* On passe en param�tre le contenu du flux RSS, on affiche ou non la description,
|
564 |
* et on choisit de format de la date � l'affichage. On a en sortie du code HTML � afficher
|
576 |
* et on choisit de format de la date � l'affichage. On a en sortie du code HTML � afficher
|
565 |
*
|
577 |
*
|
566 |
* @param string le contenu du flux RSS
|
578 |
* @param string le contenu du flux RSS
|
567 |
* @param boolean afficher ou non la description
|
579 |
* @param boolean afficher ou non la description
|
568 |
* @param string choisir le format de date: jmah (12/02/2004 12h34) jmh (12/02 12h34) jma (12/02/2004) jm (12/02) ou rien
|
580 |
* @param string choisir le format de date: jmah (12/02/2004 12h34) jmh (12/02 12h34) jma (12/02/2004) jm (12/02) ou rien
|
569 |
*
|
581 |
*
|
570 |
* @return string le code HTML
|
582 |
* @return string le code HTML
|
571 |
*/
|
583 |
*/
|
572 |
function RSSversHTML($rss, $voirdesc, $formatdate, $affichenb) {
|
584 |
function RSSversHTML($rss, $voirdesc, $formatdate, $affichenb) {
|
573 |
|
585 |
|
574 |
if ($rss!='') {
|
586 |
if ($rss!='') {
|
575 |
$rawitems='';$title='';$url='';$cat='';$date='';
|
587 |
$rawitems='';$title='';$url='';$cat='';$date='';
|
576 |
$res='';
|
588 |
$res='';
|
577 |
if( eregi('<item>(.*)</item>', $rss, $rawitems ) ) {
|
589 |
if( eregi('<item>(.*)</item>', $rss, $rawitems ) ) {
|
578 |
$items = explode('<item>', $rawitems[0]);
|
590 |
$items = explode('<item>', $rawitems[0]);
|
579 |
$res.='<ul id="BAZ_liste_fiche">'."\n";
|
591 |
$res.='<ul id="BAZ_liste_fiche">'."\n";
|
580 |
for( $i = 0; $i < count($items)-1; $i++ ) {
|
592 |
for( $i = 0; $i < count($items)-1; $i++ ) {
|
581 |
eregi('<title>(.*)</title>',$items[$i+1], $title );
|
593 |
eregi('<title>(.*)</title>',$items[$i+1], $title );
|
582 |
eregi('<link>(.*)</link>',$items[$i+1], $url );
|
594 |
eregi('<link>(.*)</link>',$items[$i+1], $url );
|
583 |
eregi('<description>(.*)</description>',$items[$i+1], $cat);
|
595 |
eregi('<description>(.*)</description>',$items[$i+1], $cat);
|
584 |
eregi('<pubDate>(.*)</pubDate>',$items[$i+1], $date);
|
596 |
eregi('<pubDate>(.*)</pubDate>',$items[$i+1], $date);
|
585 |
$res.='<li>';
|
597 |
$res.='<li>';
|
586 |
if ($formatdate=='jm') {$res.=strftime('%d.%m',strtotime($date[1])).': ';}
|
598 |
if ($formatdate=='jm') {$res.=strftime('%d.%m',strtotime($date[1])).': ';}
|
587 |
if ($formatdate=='jma') {$res.=strftime('%d.%m.%Y',strtotime($date[1])).': ';}
|
599 |
if ($formatdate=='jma') {$res.=strftime('%d.%m.%Y',strtotime($date[1])).': ';}
|
588 |
if ($formatdate=='jmh') {$res.=strftime('%d.%m %H:%M',strtotime($date[1])).': ';}
|
600 |
if ($formatdate=='jmh') {$res.=strftime('%d.%m %H:%M',strtotime($date[1])).': ';}
|
589 |
if ($formatdate=='jmah') {$res.=strftime('%d.%m.%Y %H:%M',strtotime($date[1])).': ';}
|
601 |
if ($formatdate=='jmah') {$res.=strftime('%d.%m.%Y %H:%M',strtotime($date[1])).': ';}
|
590 |
$res.='<a href="'.preg_replace ('/&/', '&', $url[1]).'">'.$title[1].'</a>';
|
602 |
$res.='<a href="'.preg_replace ('/&/', '&', $url[1]).'">'.$title[1].'</a>';
|
591 |
if ($voirdesc) {$res.=$cat[1];}
|
603 |
if ($voirdesc) {$res.=$cat[1];}
|
592 |
// Ajout du bouton supprimer pour les superadministrateur
|
604 |
// Ajout du bouton supprimer pour les superadministrateur
|
593 |
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']);
|
605 |
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']);
|
594 |
if (($GLOBALS['AUTH']->getAuth() && $utilisateur->isSuperAdmin())and($url[1]!='#')) {
|
606 |
if (($GLOBALS['AUTH']->getAuth() && $utilisateur->isSuperAdmin())and($url[1]!='#')) {
|
595 |
$mon_url = preg_replace ('/&/', '&', $url[1]) ;
|
607 |
$mon_url = preg_replace ('/&/', '&', $url[1]) ;
|
596 |
$url_suppr = new Net_URL(preg_replace ('/&/', '&', $mon_url)) ;
|
608 |
$url_suppr = new Net_URL(preg_replace ('/&/', '&', $mon_url)) ;
|
597 |
$url_suppr->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION) ;
|
609 |
$url_suppr->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION) ;
|
598 |
$res .= ' ( <a href="'.$url_suppr->getURL().
|
610 |
$res .= ' ( <a href="'.$url_suppr->getURL().
|
599 |
'" onclick="javascript:return confirm(\''.BAZ_SUPPRIMER.' ?\');">'.
|
611 |
'" onclick="javascript:return confirm(\''.BAZ_SUPPRIMER.' ?\');">'.
|
600 |
BAZ_SUPPRIMER.'</a> )'."\n" ;
|
612 |
BAZ_SUPPRIMER.'</a> )'."\n" ;
|
601 |
}
|
613 |
}
|
602 |
$res.='</li>'."\n";
|
614 |
$res.='</li>'."\n";
|
603 |
}
|
615 |
}
|
604 |
$res.='</ul>'."\n";
|
616 |
$res.='</ul>'."\n";
|
605 |
if ($affichenb==1) {
|
617 |
if ($affichenb==1) {
|
606 |
//une annonce trouvee, on accorde au singulier
|
618 |
//une annonce trouvee, on accorde au singulier
|
607 |
if (((count($items)-1)==1)and($title!=BAZ_PAS_D_ANNONCES)) {
|
619 |
if (((count($items)-1)==1)and($title!=BAZ_PAS_D_ANNONCES)) {
|
608 |
$res = '<br /><h4>'.BAZ_IL_Y_A.' 1 '.BAZ_FICHE_CORRESPONDANTE.'</h4><br />'."\n".$res;
|
620 |
$res = '<br /><h4>'.BAZ_IL_Y_A.' 1 '.BAZ_FICHE_CORRESPONDANTE.'</h4><br />'."\n".$res;
|
609 |
}
|
621 |
}
|
610 |
//plusieures annonces trouvees, on accorde au pluriel
|
622 |
//plusieures annonces trouvees, on accorde au pluriel
|
611 |
else {
|
623 |
else {
|
612 |
$res = '<br /><h4>'.BAZ_IL_Y_A.(count($items)-1).' '.BAZ_FICHES_CORRESPONDANTES.'</h4><br />'."\n".$res;
|
624 |
$res = '<br /><h4>'.BAZ_IL_Y_A.(count($items)-1).' '.BAZ_FICHES_CORRESPONDANTES.'</h4><br />'."\n".$res;
|
613 |
}
|
625 |
}
|
614 |
}
|
626 |
}
|
615 |
//cas des fiches pas trouv�es
|
627 |
//cas des fiches pas trouv�es
|
616 |
if (((count($items)-1)==1)and($title[1]==BAZ_PAS_D_ANNONCES)) {
|
628 |
if (((count($items)-1)==1)and($title[1]==BAZ_PAS_D_ANNONCES)) {
|
617 |
$res = '<br /><h4>'.BAZ_PAS_D_ANNONCES.'</h4><br />'."\n";
|
629 |
$res = '<br /><h4>'.BAZ_PAS_D_ANNONCES.'</h4><br />'."\n";
|
618 |
}
|
630 |
}
|
619 |
}
|
631 |
}
|
620 |
}
|
632 |
}
|
621 |
else $res = BAZ_PAS_D_ANNONCES;
|
633 |
else $res = BAZ_PAS_D_ANNONCES;
|
622 |
|
634 |
|
623 |
// Nettoyage de l'url
|
635 |
// Nettoyage de l'url
|
624 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
636 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
625 |
|
637 |
|
626 |
return $res;
|
638 |
return $res;
|
627 |
}
|
639 |
}
|
628 |
|
640 |
|
629 |
/** gen_RSS() - generer un fichier de flux RSS par type d'annonce
|
641 |
/** gen_RSS() - generer un fichier de flux RSS par type d'annonce
|
630 |
*
|
642 |
*
|
631 |
* @param string Le type de l'annonce (laisser vide pour tout type d'annonce)
|
643 |
* @param string Le type de l'annonce (laisser vide pour tout type d'annonce)
|
632 |
* @param integer Le nombre d'annonces a regrouper dans le fichier XML (laisser vide pour toutes)
|
644 |
* @param integer Le nombre d'annonces a regrouper dans le fichier XML (laisser vide pour toutes)
|
633 |
* @param integer L'identifiant de l'emetteur (laisser vide pour tous)
|
645 |
* @param integer L'identifiant de l'emetteur (laisser vide pour tous)
|
634 |
* @param integer L'etat de validation de l'annonce (laisser 1 pour les annonces validees, 0 pour les non-validees)
|
646 |
* @param integer L'etat de validation de l'annonce (laisser 1 pour les annonces validees, 0 pour les non-validees)
|
635 |
* @param string La requete SQL personnalisee
|
647 |
* @param string La requete SQL personnalisee
|
636 |
* @param integer La categorie des fiches bazar
|
648 |
* @param integer La categorie des fiches bazar
|
637 |
*
|
649 |
*
|
638 |
* @return string Le code du flux RSS
|
650 |
* @return string Le code du flux RSS
|
639 |
*/
|
651 |
*/
|
640 |
function gen_RSS($typeannonce='', $nbitem='', $emetteur='', $valide=1, $requeteSQL='', $requeteSQLFrom = '', $requeteWhereListe = '', $categorie_nature='', $order = '') {
|
652 |
function gen_RSS($typeannonce='', $nbitem='', $emetteur='', $valide=1, $requeteSQL='', $requeteSQLFrom = '', $requeteWhereListe = '', $categorie_nature='', $order = '') {
|
641 |
// generation de la requete MySQL personnalisee
|
653 |
// generation de la requete MySQL personnalisee
|
642 |
|
654 |
|
643 |
$requete = 'SELECT DISTINCT bf_id_fiche, bf_titre, bf_date_debut_validite_fiche, bf_description,bf_date_debut_evenement, bn_label_nature, bf_date_creation_fiche, bf_ce_utilisateur '.
|
655 |
$requete = 'SELECT DISTINCT bf_id_fiche, bf_titre, bf_date_debut_validite_fiche, bf_description,bf_date_debut_evenement, bn_label_nature, bf_date_creation_fiche, bf_ce_utilisateur '.
|
644 |
'FROM bazar_fiche, bazar_nature '.$requeteSQLFrom.' WHERE '.$requeteWhereListe;
|
656 |
'FROM bazar_fiche, bazar_nature '.$requeteSQLFrom.' WHERE '.$requeteWhereListe;
|
645 |
|
657 |
|
646 |
$where_cond = array();
|
658 |
$where_cond = array();
|
647 |
if ($valide!=2) {
|
659 |
if ($valide!=2) {
|
648 |
$where_cond[] = 'bf_statut_fiche='.$valide;
|
660 |
$where_cond[] = 'bf_statut_fiche='.$valide;
|
649 |
}
|
661 |
}
|
650 |
$nomflux=html_entity_decode(BAZ_DERNIERE_ACTU);
|
662 |
$nomflux=html_entity_decode(BAZ_DERNIERE_ACTU);
|
651 |
if (!is_array ($typeannonce) && $typeannonce!='' and $typeannonce!='toutes') {
|
663 |
if (!is_array ($typeannonce) && $typeannonce!='' and $typeannonce!='toutes') {
|
652 |
$where_cond[] = 'bf_ce_nature='.$typeannonce;
|
664 |
$where_cond[] = 'bf_ce_nature='.$typeannonce;
|
653 |
$where_cond[] = ' bf_ce_nature=bn_id_nature';
|
665 |
$where_cond[] = ' bf_ce_nature=bn_id_nature';
|
654 |
//le nom du flux devient le type d'annonce
|
666 |
//le nom du flux devient le type d'annonce
|
655 |
$requete_nom_flux = 'select bn_label_nature from bazar_nature where bn_id_nature = '.$typeannonce;
|
667 |
$requete_nom_flux = 'select bn_label_nature from bazar_nature where bn_id_nature = '.$typeannonce;
|
656 |
$nomflux = $GLOBALS['_BAZAR_']['db']->getOne($requete_nom_flux) ;
|
668 |
$nomflux = $GLOBALS['_BAZAR_']['db']->getOne($requete_nom_flux) ;
|
657 |
}
|
669 |
}
|
658 |
|
670 |
|
659 |
// cas o� on veut toutes les annonces
|
671 |
// cas o� on veut toutes les annonces
|
660 |
if ($typeannonce == 'toutes') {
|
672 |
if ($typeannonce == 'toutes') {
|
661 |
$where_cond[] = 'bf_ce_nature IN (1,2,3,4)';
|
673 |
$where_cond[] = 'bf_ce_nature IN (1,2,3,4)';
|
662 |
$where_cond[] = 'bf_ce_nature=bn_id_nature';
|
674 |
$where_cond[] = 'bf_ce_nature=bn_id_nature';
|
663 |
}
|
675 |
}
|
664 |
|
676 |
|
665 |
// Cas ou il y plusieurs type d annonce demande
|
677 |
// Cas ou il y plusieurs type d annonce demande
|
666 |
if (is_array($typeannonce) && ! empty($typeannonce)) {
|
678 |
if (is_array($typeannonce) && ! empty($typeannonce)) {
|
667 |
$where_cond[] = 'bf_ce_nature IN (' . '"' . implode('","', $typeannonce) . '"' . ')';
|
679 |
$where_cond[] = 'bf_ce_nature IN (' . '"' . implode('","', $typeannonce) . '"' . ')';
|
668 |
$where_cond[] = 'bf_ce_nature=bn_id_nature';
|
680 |
$where_cond[] = 'bf_ce_nature=bn_id_nature';
|
669 |
}
|
681 |
}
|
670 |
|
682 |
|
671 |
// useless ?
|
683 |
// useless ?
|
672 |
// $utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']) ;
|
684 |
// $utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']) ;
|
673 |
|
685 |
|
674 |
$where_cond[] = 'bf_date_debut_evenement >= NOW()';
|
686 |
$where_cond[] = 'bf_date_debut_evenement >= NOW()';
|
675 |
$where_cond[] = 'bn_id_nature=bf_ce_nature';
|
687 |
$where_cond[] = 'bn_id_nature=bf_ce_nature';
|
676 |
|
688 |
|
677 |
if ($emetteur!='' && $emetteur!='tous') {
|
689 |
if ($emetteur!='' && $emetteur!='tous') {
|
678 |
$where_cond[] = 'bf_ce_utilisateur='.$emetteur;
|
690 |
$where_cond[] = 'bf_ce_utilisateur='.$emetteur;
|
679 |
//requete pour afficher le nom de la structure
|
691 |
//requete pour afficher le nom de la structure
|
680 |
$requetenom = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' FROM '.
|
692 |
$requetenom = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' FROM '.
|
681 |
BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$emetteur;
|
693 |
BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$emetteur;
|
682 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requetenom) ;
|
694 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requetenom) ;
|
683 |
if (DB::isError($resultat)) {
|
695 |
if (DB::isError($resultat)) {
|
684 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
696 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
685 |
}
|
697 |
}
|
686 |
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
|
698 |
$ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC);
|
687 |
$nomflux .= ' ('.$ligne[BAZ_CHAMPS_NOM].' '.$ligne[BAZ_CHAMPS_PRENOM].')';
|
699 |
$nomflux .= ' ('.$ligne[BAZ_CHAMPS_NOM].' '.$ligne[BAZ_CHAMPS_PRENOM].')';
|
688 |
}
|
700 |
}
|
689 |
if ($requeteSQL) {
|
701 |
if ($requeteSQL) {
|
690 |
$where_cond[] = $requeteSQL;
|
702 |
$where_cond[] = $requeteSQL;
|
691 |
}
|
703 |
}
|
692 |
|
704 |
|
693 |
if ($categorie_nature!='') {
|
705 |
if ($categorie_nature!='') {
|
694 |
$where_cond[] = 'bn_ce_id_menu IN ('.$categorie_nature.')';
|
706 |
$where_cond[] = 'bn_ce_id_menu IN ('.$categorie_nature.')';
|
695 |
$where_cond[] = 'bf_ce_nature=bn_id_nature';
|
707 |
$where_cond[] = 'bf_ce_nature=bn_id_nature';
|
696 |
}
|
708 |
}
|
697 |
|
709 |
|
698 |
if (isset($_REQUEST['departement'])) {
|
710 |
if (isset($_REQUEST['departement'])) {
|
699 |
$where_cond[] = 'bf_cp_lieu_evenement LIKE "'.$_REQUEST['departement'].'%"';
|
711 |
$where_cond[] = 'bf_cp_lieu_evenement LIKE "'.$_REQUEST['departement'].'%"';
|
700 |
}
|
712 |
}
|
701 |
|
713 |
|
702 |
|
714 |
|
703 |
$requete .= implode(' AND ', $where_cond);
|
715 |
$requete .= implode(' AND ', $where_cond);
|
704 |
$requete .= ' ORDER BY bf_date_debut_evenement ASC ';
|
716 |
$requete .= ' ORDER BY bf_date_debut_evenement ASC ';
|
705 |
|
717 |
|
706 |
if ($nbitem!='') {$requete .= ' LIMIT 0,'.$nbitem;}
|
718 |
if ($nbitem!='') {$requete .= ' LIMIT 0,'.$nbitem;}
|
707 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete . ' -- ' . __FILE__ . ':' . __LINE__) ;
|
719 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete . ' -- ' . __FILE__ . ':' . __LINE__) ;
|
708 |
|
720 |
|
709 |
if (DB::isError($resultat)) {
|
721 |
if (DB::isError($resultat)) {
|
710 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
722 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
711 |
}
|
723 |
}
|
712 |
|
724 |
|
713 |
include_once PAP_CHEMIN_API_PEAR . 'XML/Util.php' ;
|
725 |
include_once PAP_CHEMIN_API_PEAR . 'XML/Util.php' ;
|
714 |
|
726 |
|
715 |
// passage en utf-8 --julien
|
727 |
// passage en utf-8 --julien
|
716 |
// --
|
728 |
// --
|
717 |
|
729 |
|
718 |
// setlocale() pour avoir les formats de date valides (w3c) --julien
|
730 |
// setlocale() pour avoir les formats de date valides (w3c) --julien
|
719 |
setlocale(LC_TIME, "C");
|
731 |
setlocale(LC_TIME, "C");
|
720 |
|
732 |
|
721 |
$xml = XML_Util::getXMLDeclaration('1.0', 'UTF-8', 'yes') ;
|
733 |
$xml = XML_Util::getXMLDeclaration('1.0', 'UTF-8', 'yes') ;
|
722 |
$xml .= "\r\n ";
|
734 |
$xml .= "\r\n ";
|
723 |
$xml .= XML_Util::createStartElement ('rss', array('version' => '2.0')) ;
|
735 |
$xml .= XML_Util::createStartElement ('rss', array('version' => '2.0')) ;
|
724 |
$xml .= "\r\n ";
|
736 |
$xml .= "\r\n ";
|
725 |
$xml .= XML_Util::createStartElement ('channel');
|
737 |
$xml .= XML_Util::createStartElement ('channel');
|
726 |
$xml .= "\r\n ";
|
738 |
$xml .= "\r\n ";
|
727 |
$xml .= XML_Util::createTag ('title', null, utf8_encode(html_entity_decode($nomflux)));
|
739 |
$xml .= XML_Util::createTag ('title', null, utf8_encode(html_entity_decode($nomflux)));
|
728 |
$xml .= "\r\n ";
|
740 |
$xml .= "\r\n ";
|
729 |
$xml .= XML_Util::createTag ('link', null, utf8_encode(html_entity_decode(BAZ_RSS_ADRESSESITE)));
|
741 |
$xml .= XML_Util::createTag ('link', null, utf8_encode(html_entity_decode(BAZ_RSS_ADRESSESITE)));
|
730 |
$xml .= "\r\n ";
|
742 |
$xml .= "\r\n ";
|
731 |
$xml .= XML_Util::createTag ('description', null, utf8_encode(html_entity_decode(BAZ_RSS_DESCRIPTIONSITE)));
|
743 |
$xml .= XML_Util::createTag ('description', null, utf8_encode(html_entity_decode(BAZ_RSS_DESCRIPTIONSITE)));
|
732 |
$xml .= "\r\n ";
|
744 |
$xml .= "\r\n ";
|
733 |
$xml .= XML_Util::createTag ('language', null, 'fr-FR');
|
745 |
$xml .= XML_Util::createTag ('language', null, 'fr-FR');
|
734 |
$xml .= "\r\n ";
|
746 |
$xml .= "\r\n ";
|
735 |
$xml .= XML_Util::createTag ('copyright', null, 'Copyright (c) '. date('Y') .' '. BAZ_RSS_NOMSITE);
|
747 |
$xml .= XML_Util::createTag ('copyright', null, 'Copyright (c) '. date('Y') .' '. BAZ_RSS_NOMSITE);
|
736 |
$xml .= "\r\n ";
|
748 |
$xml .= "\r\n ";
|
737 |
$xml .= XML_Util::createTag ('lastBuildDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT'));
|
749 |
$xml .= XML_Util::createTag ('lastBuildDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT'));
|
738 |
$xml .= "\r\n ";
|
750 |
$xml .= "\r\n ";
|
739 |
$xml .= XML_Util::createTag ('docs', null, 'http://www.stervinou.com/projets/rss/');
|
751 |
$xml .= XML_Util::createTag ('docs', null, 'http://www.stervinou.com/projets/rss/');
|
740 |
$xml .= "\r\n ";
|
752 |
$xml .= "\r\n ";
|
741 |
$xml .= XML_Util::createTag ('category', null, BAZ_RSS_CATEGORIE);
|
753 |
$xml .= XML_Util::createTag ('category', null, BAZ_RSS_CATEGORIE);
|
742 |
$xml .= "\r\n ";
|
754 |
$xml .= "\r\n ";
|
743 |
$xml .= XML_Util::createTag ('managingEditor', null, BAZ_RSS_MANAGINGEDITOR);
|
755 |
$xml .= XML_Util::createTag ('managingEditor', null, BAZ_RSS_MANAGINGEDITOR);
|
744 |
$xml .= "\r\n ";
|
756 |
$xml .= "\r\n ";
|
745 |
$xml .= XML_Util::createTag ('webMaster', null, BAZ_RSS_WEBMASTER);
|
757 |
$xml .= XML_Util::createTag ('webMaster', null, BAZ_RSS_WEBMASTER);
|
746 |
$xml .= "\r\n ";
|
758 |
$xml .= "\r\n ";
|
747 |
$xml .= XML_Util::createTag ('ttl', null, '60');
|
759 |
$xml .= XML_Util::createTag ('ttl', null, '60');
|
748 |
$xml .= "\r\n ";
|
760 |
$xml .= "\r\n ";
|
749 |
$xml .= XML_Util::createStartElement ('image');
|
761 |
$xml .= XML_Util::createStartElement ('image');
|
750 |
$xml .= "\r\n ";
|
762 |
$xml .= "\r\n ";
|
751 |
$xml .= XML_Util::createTag ('title', null, BAZ_RSS_NOMSITE);
|
763 |
$xml .= XML_Util::createTag ('title', null, BAZ_RSS_NOMSITE);
|
752 |
$xml .= "\r\n ";
|
764 |
$xml .= "\r\n ";
|
753 |
$xml .= XML_Util::createTag ('url', null, BAZ_RSS_LOGOSITE);
|
765 |
$xml .= XML_Util::createTag ('url', null, BAZ_RSS_LOGOSITE);
|
754 |
$xml .= "\r\n ";
|
766 |
$xml .= "\r\n ";
|
755 |
$xml .= XML_Util::createTag ('link', null, BAZ_RSS_ADRESSESITE);
|
767 |
$xml .= XML_Util::createTag ('link', null, BAZ_RSS_ADRESSESITE);
|
756 |
$xml .= "\r\n ";
|
768 |
$xml .= "\r\n ";
|
757 |
$xml .= XML_Util::createEndElement ('image');
|
769 |
$xml .= XML_Util::createEndElement ('image');
|
758 |
if ($resultat->numRows() > 0) {
|
770 |
if ($resultat->numRows() > 0) {
|
759 |
// Creation des items : titre + lien + description + date de publication
|
771 |
// Creation des items : titre + lien + description + date de publication
|
760 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
772 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
761 |
|
773 |
|
762 |
$requetenom = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' FROM '.
|
774 |
$requetenom = 'SELECT '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' FROM '.
|
763 |
BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$ligne['bf_ce_utilisateur'];
|
775 |
BAZ_ANNUAIRE.' WHERE '.BAZ_CHAMPS_ID.'='.$ligne['bf_ce_utilisateur'];
|
764 |
$res = $GLOBALS['_BAZAR_']['db']->query($requetenom) ;
|
776 |
$res = $GLOBALS['_BAZAR_']['db']->query($requetenom) ;
|
765 |
if (DB::isError($res)) {
|
777 |
if (DB::isError($res)) {
|
766 |
die ($res->getMessage().$res->getDebugInfo()) ;
|
778 |
die ($res->getMessage().$res->getDebugInfo()) ;
|
767 |
}
|
779 |
}
|
768 |
|
780 |
|
769 |
$nomprenom = $res->fetchRow(DB_FETCHMODE_ASSOC);
|
781 |
$nomprenom = $res->fetchRow(DB_FETCHMODE_ASSOC);
|
770 |
|
782 |
|
771 |
$xml .= "\r\n ";
|
783 |
$xml .= "\r\n ";
|
772 |
$xml .= XML_Util::createStartElement ('item');
|
784 |
$xml .= XML_Util::createStartElement ('item');
|
773 |
$xml .= "\r\n ";
|
785 |
$xml .= "\r\n ";
|
774 |
$xml .= XML_Util::createTag('title', null, transformerTxtPourRss($ligne['bf_titre']));
|
786 |
$xml .= XML_Util::createTag('title', null, transformerTxtPourRss($ligne['bf_titre']));
|
775 |
$xml .= "\r\n ";
|
787 |
$xml .= "\r\n ";
|
776 |
$lien=$GLOBALS['_BAZAR_']['url'];
|
788 |
$lien=$GLOBALS['_BAZAR_']['url'];
|
777 |
$lien->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
789 |
$lien->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
778 |
$lien->addQueryString('id_fiche', $ligne['bf_id_fiche']);
|
790 |
$lien->addQueryString('id_fiche', $ligne['bf_id_fiche']);
|
779 |
$xml .= XML_Util::createTag ('link', null, $lien->getURL());
|
791 |
$xml .= XML_Util::createTag ('link', null, $lien->getURL());
|
780 |
$xml .= "\r\n ";
|
792 |
$xml .= "\r\n ";
|
781 |
$xml .= XML_Util::createTag ('guid', null, $lien->getURL());
|
793 |
$xml .= XML_Util::createTag ('guid', null, $lien->getURL());
|
782 |
$xml .= "\r\n ";
|
794 |
$xml .= "\r\n ";
|
783 |
$xml .= XML_Util::createTag ('category', null, transformerTxtPourRss($ligne['bn_label_nature']));
|
795 |
$xml .= XML_Util::createTag ('category', null, transformerTxtPourRss($ligne['bn_label_nature']));
|
784 |
$xml .= "\r\n ";
|
796 |
$xml .= "\r\n ";
|
785 |
$xml .= XML_Util::createTag ('author', null, transformerTxtPourRss($nomprenom[BAZ_CHAMPS_NOM].' '.$nomprenom[BAZ_CHAMPS_PRENOM]));
|
797 |
$xml .= XML_Util::createTag ('author', null, transformerTxtPourRss($nomprenom[BAZ_CHAMPS_NOM].' '.$nomprenom[BAZ_CHAMPS_PRENOM]));
|
786 |
$xml .= "\r\n ";
|
798 |
$xml .= "\r\n ";
|
787 |
$xml .= XML_Util::createStartElement ('description');
|
799 |
$xml .= XML_Util::createStartElement ('description');
|
788 |
$xml .= "\r\n ";
|
800 |
$xml .= "\r\n ";
|
789 |
if ($_GET[BAZ_VARIABLE_ACTION] != BAZ_VOIR_TOUTES_ANNONCES) {
|
801 |
if ($_GET[BAZ_VARIABLE_ACTION] != BAZ_VOIR_TOUTES_ANNONCES) {
|
790 |
$xml .= XML_Util::createCDataSection(transformerTxtPourRss($ligne['bf_description']));
|
802 |
$xml .= XML_Util::createCDataSection(transformerTxtPourRss($ligne['bf_description']));
|
791 |
}
|
803 |
}
|
792 |
$xml .= "\r\n ";
|
804 |
$xml .= "\r\n ";
|
793 |
$xml .= XML_Util::createEndElement ('description');
|
805 |
$xml .= XML_Util::createEndElement ('description');
|
794 |
$xml .= "\r\n ";
|
806 |
$xml .= "\r\n ";
|
795 |
/*if ($ligne['bf_date_debut_validite_fiche'] != '0000-00-00' &&
|
807 |
/*if ($ligne['bf_date_debut_validite_fiche'] != '0000-00-00' &&
|
796 |
$ligne['bf_date_debut_validite_fiche']>$ligne['bf_date_creation_fiche']) {
|
808 |
$ligne['bf_date_debut_validite_fiche']>$ligne['bf_date_creation_fiche']) {
|
797 |
$date_pub = $ligne['bf_date_debut_validite_fiche'];
|
809 |
$date_pub = $ligne['bf_date_debut_validite_fiche'];
|
798 |
} else $date_pub = $ligne['bf_date_creation_fiche'] ;*/
|
810 |
} else $date_pub = $ligne['bf_date_creation_fiche'] ;*/
|
799 |
$date_pub = $ligne['bf_date_debut_evenement'] ;
|
811 |
$date_pub = $ligne['bf_date_debut_evenement'] ;
|
800 |
$xml .= XML_Util::createTag ('pubDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT',strtotime($date_pub)));
|
812 |
$xml .= XML_Util::createTag ('pubDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT',strtotime($date_pub)));
|
801 |
$xml .= "\r\n ";
|
813 |
$xml .= "\r\n ";
|
802 |
$xml .= XML_Util::createEndElement ('item');
|
814 |
$xml .= XML_Util::createEndElement ('item');
|
803 |
}
|
815 |
}
|
804 |
}
|
816 |
}
|
805 |
else {//pas d'annonces
|
817 |
else {//pas d'annonces
|
806 |
$xml .= "\r\n ";
|
818 |
$xml .= "\r\n ";
|
807 |
$xml .= XML_Util::createStartElement ('item');
|
819 |
$xml .= XML_Util::createStartElement ('item');
|
808 |
$xml .= "\r\n ";
|
820 |
$xml .= "\r\n ";
|
809 |
$xml .= XML_Util::createTag ('title', null, utf8_encode(html_entity_decode(BAZ_PAS_D_ANNONCES)));
|
821 |
$xml .= XML_Util::createTag ('title', null, utf8_encode(html_entity_decode(BAZ_PAS_D_ANNONCES)));
|
810 |
$xml .= "\r\n ";
|
822 |
$xml .= "\r\n ";
|
811 |
$xml .= XML_Util::createTag ('link', null, utf8_encode(html_entity_decode($GLOBALS['_BAZAR_']['url']->getUrl())));
|
823 |
$xml .= XML_Util::createTag ('link', null, utf8_encode(html_entity_decode($GLOBALS['_BAZAR_']['url']->getUrl())));
|
812 |
$xml .= "\r\n ";
|
824 |
$xml .= "\r\n ";
|
813 |
$xml .= XML_Util::createTag ('guid', null, utf8_encode(html_entity_decode($GLOBALS['_BAZAR_']['url']->getUrl())));
|
825 |
$xml .= XML_Util::createTag ('guid', null, utf8_encode(html_entity_decode($GLOBALS['_BAZAR_']['url']->getUrl())));
|
814 |
$xml .= "\r\n ";
|
826 |
$xml .= "\r\n ";
|
815 |
$xml .= XML_Util::createTag ('description', null, utf8_encode(html_entity_decode(BAZ_PAS_D_ANNONCES)));
|
827 |
$xml .= XML_Util::createTag ('description', null, utf8_encode(html_entity_decode(BAZ_PAS_D_ANNONCES)));
|
816 |
$xml .= "\r\n ";
|
828 |
$xml .= "\r\n ";
|
817 |
$xml .= XML_Util::createTag ('pubDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT',time()));
|
829 |
$xml .= XML_Util::createTag ('pubDate', null, strftime('%a, %d %b %Y %H:%M:%S GMT',time()));
|
818 |
$xml .= "\r\n ";
|
830 |
$xml .= "\r\n ";
|
819 |
$xml .= XML_Util::createEndElement ('item');
|
831 |
$xml .= XML_Util::createEndElement ('item');
|
820 |
}
|
832 |
}
|
821 |
$xml .= "\r\n ";
|
833 |
$xml .= "\r\n ";
|
822 |
$xml .= XML_Util::createEndElement ('channel');
|
834 |
$xml .= XML_Util::createEndElement ('channel');
|
823 |
$xml .= "\r\n ";
|
835 |
$xml .= "\r\n ";
|
824 |
$xml .= XML_Util::createEndElement('rss') ;
|
836 |
$xml .= XML_Util::createEndElement('rss') ;
|
825 |
// Truc copiédepuis l'applette syndication de Papyrus qui semble empêcher les flux de foirer dans Foudroiseau
|
837 |
// Truc copiédepuis l'applette syndication de Papyrus qui semble empêcher les flux de foirer dans Foudroiseau
|
826 |
$xml = supprimerXmlDangereux($xml);
|
838 |
$xml = supprimerXmlDangereux($xml);
|
827 |
|
839 |
|
828 |
// Nettoyage de l'url
|
840 |
// Nettoyage de l'url
|
829 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
841 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
830 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
842 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
831 |
|
843 |
|
832 |
return $xml;
|
844 |
return $xml;
|
833 |
}
|
845 |
}
|
834 |
|
846 |
|
835 |
function supprimerXmlDangereux($xml)
|
847 |
function supprimerXmlDangereux($xml)
|
836 |
{
|
848 |
{
|
837 |
$ret = "";
|
849 |
$ret = "";
|
838 |
$encours;
|
850 |
$encours;
|
839 |
if (empty($xml))
|
851 |
if (empty($xml))
|
840 |
{
|
852 |
{
|
841 |
return $ret;
|
853 |
return $ret;
|
842 |
}
|
854 |
}
|
843 |
|
855 |
|
844 |
$lg = strlen($xml);
|
856 |
$lg = strlen($xml);
|
845 |
for ($i=0; $i < $lg; $i++)
|
857 |
for ($i=0; $i < $lg; $i++)
|
846 |
{
|
858 |
{
|
847 |
$encours = ord($xml{$i});
|
859 |
$encours = ord($xml{$i});
|
848 |
if (($encours == 0x9) ||
|
860 |
if (($encours == 0x9) ||
|
849 |
($encours == 0xA) ||
|
861 |
($encours == 0xA) ||
|
850 |
($encours == 0xD) ||
|
862 |
($encours == 0xD) ||
|
851 |
(($encours >= 0x20) && ($encours <= 0xD7FF)) ||
|
863 |
(($encours >= 0x20) && ($encours <= 0xD7FF)) ||
|
852 |
(($encours >= 0xE000) && ($encours <= 0xFFFD)) ||
|
864 |
(($encours >= 0xE000) && ($encours <= 0xFFFD)) ||
|
853 |
(($encours >= 0x10000) && ($encours <= 0x10FFFF)))
|
865 |
(($encours >= 0x10000) && ($encours <= 0x10FFFF)))
|
854 |
{
|
866 |
{
|
855 |
$ret .= chr($encours);
|
867 |
$ret .= chr($encours);
|
856 |
}
|
868 |
}
|
857 |
else
|
869 |
else
|
858 |
{
|
870 |
{
|
859 |
$ret .= " ";
|
871 |
$ret .= " ";
|
860 |
}
|
872 |
}
|
861 |
}
|
873 |
}
|
862 |
return $ret;
|
874 |
return $ret;
|
863 |
}
|
875 |
}
|
864 |
|
876 |
|
865 |
/** baz_liste() Formate la liste de toutes les annonces actuelles
|
877 |
/** baz_liste() Formate la liste de toutes les annonces actuelles
|
866 |
*
|
878 |
*
|
867 |
* @return string le code HTML a afficher
|
879 |
* @return string le code HTML a afficher
|
868 |
*/
|
880 |
*/
|
869 |
function baz_liste($typeannonce='toutes') {
|
881 |
function baz_liste($typeannonce='toutes') {
|
870 |
|
882 |
|
871 |
if(isset($_REQUEST['liste31']) && !empty($_REQUEST['liste31'])) {
|
883 |
if(isset($_REQUEST['liste31']) && !empty($_REQUEST['liste31'])) {
|
872 |
|
884 |
|
873 |
if($_REQUEST['liste31'] != "0")
|
885 |
if($_REQUEST['liste31'] != "0")
|
874 |
{
|
886 |
{
|
875 |
$GLOBALS['_BAZAR_']['categorie_nature'] = $_REQUEST['liste31'] ;
|
887 |
$GLOBALS['_BAZAR_']['categorie_nature'] = $_REQUEST['liste31'] ;
|
876 |
}
|
888 |
}
|
877 |
else
|
889 |
else
|
878 |
{
|
890 |
{
|
879 |
$GLOBALS['_BAZAR_']['categorie_nature'] = 'toutes' ;
|
891 |
$GLOBALS['_BAZAR_']['categorie_nature'] = 'toutes' ;
|
880 |
}
|
892 |
}
|
881 |
}
|
893 |
}
|
882 |
|
894 |
|
883 |
//pour les super-administrateurs, on peut voir les annonces non validees
|
895 |
//pour les super-administrateurs, on peut voir les annonces non validees
|
884 |
//on verifie si l'utilisateur est administrateur
|
896 |
//on verifie si l'utilisateur est administrateur
|
885 |
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']) ;
|
897 |
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']) ;
|
886 |
|
898 |
|
887 |
//creation du lien pour le formulaire de recherche
|
899 |
//creation du lien pour le formulaire de recherche
|
888 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_TOUTES_ANNONCES);
|
900 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_TOUTES_ANNONCES);
|
889 |
if (isset($_REQUEST['recherche_avancee'])) $GLOBALS['_BAZAR_']['url']->addQueryString ('recherche_avancee', $_REQUEST['recherche_avancee']);
|
901 |
if (isset($_REQUEST['recherche_avancee'])) $GLOBALS['_BAZAR_']['url']->addQueryString ('recherche_avancee', $_REQUEST['recherche_avancee']);
|
890 |
$lien_formulaire = preg_replace ('/&/', '&', $GLOBALS['_BAZAR_']['url']->getURL()) ;
|
902 |
$lien_formulaire = preg_replace ('/&/', '&', $GLOBALS['_BAZAR_']['url']->getURL()) ;
|
891 |
$formtemplate = new HTML_QuickForm('formulaire', 'post', $lien_formulaire) ;
|
903 |
$formtemplate = new HTML_QuickForm('formulaire', 'post', $lien_formulaire) ;
|
892 |
$squelette =& $formtemplate->defaultRenderer();
|
904 |
$squelette =& $formtemplate->defaultRenderer();
|
893 |
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'<table>'."\n".'{content}'."\n".'</table>'."\n".'</form>'."\n");
|
905 |
$squelette->setFormTemplate("\n".'<form {attributes}>'."\n".'<table>'."\n".'{content}'."\n".'</table>'."\n".'</form>'."\n");
|
894 |
$squelette->setElementTemplate( '<tr>'."\n".'<td>'."\n".'{label}'.
|
906 |
$squelette->setElementTemplate( '<tr>'."\n".'<td>'."\n".'{label}'.
|
895 |
'<!-- BEGIN required --><span class="symbole_obligatoire"> *</span><!-- END required -->'."\n".
|
907 |
'<!-- BEGIN required --><span class="symbole_obligatoire"> *</span><!-- END required -->'."\n".
|
896 |
' :</td>'."\n".'<td style="text-align:left;padding:5px;"> '."\n".'{element}'."\n".
|
908 |
' :</td>'."\n".'<td style="text-align:left;padding:5px;"> '."\n".'{element}'."\n".
|
897 |
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
|
909 |
'<!-- BEGIN error --><span class="erreur">{error}</span><!-- END error -->'."\n".
|
898 |
'</td>'."\n".'</tr>'."\n");
|
910 |
'</td>'."\n".'</tr>'."\n");
|
899 |
$squelette->setElementTemplate( '<tr>'."\n".'<td colspan="2" class="liste_a_cocher"><strong>{label} {element}</strong>'."\n".
|
911 |
$squelette->setElementTemplate( '<tr>'."\n".'<td colspan="2" class="liste_a_cocher"><strong>{label} {element}</strong>'."\n".
|
900 |
'<!-- BEGIN required --><span class="symbole_obligatoire"> *</span><!-- END required -->'."\n".'</td>'."\n".'</tr>'."\n", 'accept_condition');
|
912 |
'<!-- BEGIN required --><span class="symbole_obligatoire"> *</span><!-- END required -->'."\n".'</td>'."\n".'</tr>'."\n", 'accept_condition');
|
901 |
$squelette->setElementTemplate( '<tr><td colspan="2">{label}{element}</td></tr>'."\n", 'rechercher');
|
913 |
$squelette->setElementTemplate( '<tr><td colspan="2">{label}{element}</td></tr>'."\n", 'rechercher');
|
902 |
|
914 |
|
903 |
$squelette->setRequiredNoteTemplate("\n".'<tr>'."\n".'<td colspan="2" class="symbole_obligatoire">* {requiredNote}</td></tr>'."\n");
|
915 |
$squelette->setRequiredNoteTemplate("\n".'<tr>'."\n".'<td colspan="2" class="symbole_obligatoire">* {requiredNote}</td></tr>'."\n");
|
904 |
//Traduction de champs requis
|
916 |
//Traduction de champs requis
|
905 |
$formtemplate->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
|
917 |
$formtemplate->setRequiredNote(BAZ_CHAMPS_REQUIS) ;
|
906 |
$formtemplate->setJsWarnings(BAZ_ERREUR_SAISIE,BAZ_VEUILLEZ_CORRIGER);
|
918 |
$formtemplate->setJsWarnings(BAZ_ERREUR_SAISIE,BAZ_VEUILLEZ_CORRIGER);
|
907 |
//GEN_stockerFichierScript('jquery', 'http://code.jquery.com/jquery-latest.js');
|
919 |
//GEN_stockerFichierScript('jquery', 'http://code.jquery.com/jquery-latest.js');
|
908 |
GEN_stockerFichierScript('jquery_date_picker', 'api/js/jquery/ui.datepicker.js');
|
920 |
GEN_stockerFichierScript('jquery_date_picker', 'api/js/jquery/ui.datepicker.js');
|
909 |
GEN_stockerFichierScript('jquery_date_picker_fr', 'api/js/jquery/ui.datepicker-fr.js');
|
921 |
GEN_stockerFichierScript('jquery_date_picker_fr', 'api/js/jquery/ui.datepicker-fr.js');
|
910 |
GEN_stockerStyleExterne( 'jquery_date_picker_style', 'api/js/jquery/ui.datepicker.css');
|
922 |
GEN_stockerStyleExterne( 'jquery_date_picker_style', 'api/js/jquery/ui.datepicker.css');
|
911 |
$formtemplate->addElement('html', '<tr><td>Dates: </td><td>'.bazar::getFiltrePlageDeDate().'</td></tr>');
|
923 |
$formtemplate->addElement('html', '<tr><td>Dates: </td><td>'.bazar::getFiltrePlageDeDate().'</td></tr>');
|
912 |
|
924 |
|
913 |
//cas du formulaire de recherche proposant de chercher parmis tous les types d'annonces
|
925 |
//cas du formulaire de recherche proposant de chercher parmis tous les types d'annonces
|
914 |
//requete pour obtenir l'id et le label des types d'annonces
|
926 |
//requete pour obtenir l'id et le label des types d'annonces
|
915 |
$requete = 'SELECT bn_id_nature, bn_label_nature '.
|
927 |
$requete = 'SELECT bn_id_nature, bn_label_nature '.
|
916 |
'FROM bazar_nature' ;
|
928 |
'FROM bazar_nature' ;
|
917 |
|
929 |
|
918 |
$suite = false;
|
930 |
$suite = false;
|
919 |
|
931 |
|
920 |
if(isset($GLOBALS['_BAZAR_']['categorie_nature']) && !empty($GLOBALS['_BAZAR_']['categorie_nature']) && $GLOBALS['_BAZAR_']['categorie_nature'] != 'toutes') {
|
932 |
if(isset($GLOBALS['_BAZAR_']['categorie_nature']) && !empty($GLOBALS['_BAZAR_']['categorie_nature']) && $GLOBALS['_BAZAR_']['categorie_nature'] != 'toutes') {
|
921 |
$requete .= ' WHERE bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ';
|
933 |
$requete .= ' WHERE bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') ';
|
922 |
$suite = true;
|
934 |
$suite = true;
|
923 |
}
|
935 |
}
|
924 |
|
936 |
|
925 |
if (isset($GLOBALS['_BAZAR_']['langue'])) {
|
937 |
if (isset($GLOBALS['_BAZAR_']['langue'])) {
|
926 |
if($suite) {
|
938 |
if($suite) {
|
927 |
$requete .= 'AND';
|
939 |
$requete .= 'AND';
|
928 |
} else {
|
940 |
} else {
|
929 |
$requete .= ' WHERE';
|
941 |
$requete .= ' WHERE';
|
930 |
}
|
942 |
}
|
931 |
$requete .= ' bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" ';
|
943 |
$requete .= ' bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" ';
|
932 |
//'ORDER BY bn_label_nature ASC';
|
944 |
//'ORDER BY bn_label_nature ASC';
|
933 |
}
|
945 |
}
|
934 |
|
946 |
|
935 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
947 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
936 |
if (DB::isError($resultat)) {
|
948 |
if (DB::isError($resultat)) {
|
937 |
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
949 |
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
938 |
}
|
950 |
}
|
939 |
//on recupere le nb de types de fiches, pour plus tard
|
951 |
//on recupere le nb de types de fiches, pour plus tard
|
940 |
$nb_type_de_fiches=$resultat->numRows();
|
952 |
$nb_type_de_fiches=$resultat->numRows();
|
941 |
$type_annonce_select['toutes']=BAZ_TOUS_TYPES_FICHES;
|
953 |
$type_annonce_select['toutes']=BAZ_TOUS_TYPES_FICHES;
|
942 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
954 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
943 |
$type_annonce_select[$ligne['bn_id_nature']] = $ligne['bn_label_nature'];
|
955 |
$type_annonce_select[$ligne['bn_id_nature']] = $ligne['bn_label_nature'];
|
944 |
$tableau_typeannonces[] = $ligne['bn_id_nature'] ;
|
956 |
$tableau_typeannonces[] = $ligne['bn_id_nature'] ;
|
945 |
}
|
957 |
}
|
946 |
if ($nb_type_de_fiches>1 && $GLOBALS['_BAZAR_']['typeannonce']=='toutes' && BAZ_AFFICHER_FILTRE_MOTEUR) {
|
958 |
if ($nb_type_de_fiches>1 && $GLOBALS['_BAZAR_']['typeannonce']=='toutes' && BAZ_AFFICHER_FILTRE_MOTEUR) {
|
947 |
$res= '';
|
959 |
$res= '';
|
948 |
$option=array('onchange' => 'javascript:this.form.submit();');
|
960 |
$option=array('onchange' => 'javascript:this.form.submit();');
|
949 |
$formtemplate->addElement ('select', 'nature', BAZ_TYPEANNONCE, $type_annonce_select, $option) ;
|
961 |
$formtemplate->addElement ('select', 'nature', BAZ_TYPEANNONCE, $type_annonce_select, $option) ;
|
950 |
if (isset($_REQUEST['nature'])) {
|
962 |
if (isset($_REQUEST['nature'])) {
|
951 |
$defauts=array('nature'=>$_REQUEST['nature']);
|
963 |
$defauts=array('nature'=>$_REQUEST['nature']);
|
952 |
$formtemplate->setDefaults($defauts);
|
964 |
$formtemplate->setDefaults($defauts);
|
953 |
}
|
965 |
}
|
954 |
}
|
966 |
}
|
955 |
//cas du type d'annonces predefini
|
967 |
//cas du type d'annonces predefini
|
956 |
else {
|
968 |
else {
|
957 |
if ($nb_type_de_fiches==1 && key($type_annonce_select) != 'toutes') {
|
969 |
if ($nb_type_de_fiches==1 && key($type_annonce_select) != 'toutes') {
|
958 |
$GLOBALS['_BAZAR_']['typeannonce']=end($type_annonce_select);
|
970 |
$GLOBALS['_BAZAR_']['typeannonce']=end($type_annonce_select);
|
959 |
$GLOBALS['_BAZAR_']['id_typeannonce']=key($type_annonce_select);
|
971 |
$GLOBALS['_BAZAR_']['id_typeannonce']=key($type_annonce_select);
|
960 |
}
|
972 |
}
|
961 |
|
973 |
|
962 |
$res = '<h2 class="bazar_titre2">'.BAZ_RECHERCHE_FICHE.'</h2>'."\n";
|
974 |
$res = '<h2 class="bazar_titre2">'.BAZ_RECHERCHE_FICHE.'</h2>'."\n";
|
963 |
}
|
975 |
}
|
964 |
|
976 |
|
965 |
//requete pour obtenir l'id, le nom et prenom de toutes les personnes ayant depose une fiche
|
977 |
//requete pour obtenir l'id, le nom et prenom de toutes les personnes ayant depose une fiche
|
966 |
// dans le but de construire l'element de formulaire select avec les noms des emetteurs de fiche
|
978 |
// dans le but de construire l'element de formulaire select avec les noms des emetteurs de fiche
|
967 |
if (BAZ_RECHERCHE_PAR_EMETTEUR && ($utilisateur->isAdmin(1) || $utilisateur->isSuperAdmin())) {
|
979 |
if (BAZ_RECHERCHE_PAR_EMETTEUR && ($utilisateur->isAdmin(1) || $utilisateur->isSuperAdmin())) {
|
968 |
$requete = 'SELECT DISTINCT '.BAZ_CHAMPS_ID.', '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' '.
|
980 |
$requete = 'SELECT DISTINCT '.BAZ_CHAMPS_ID.', '.BAZ_CHAMPS_NOM.', '.BAZ_CHAMPS_PRENOM.' '.
|
969 |
'FROM bazar_fiche,'.BAZ_ANNUAIRE.' WHERE ' ;
|
981 |
'FROM bazar_fiche,'.BAZ_ANNUAIRE.' WHERE ' ;
|
970 |
|
982 |
|
971 |
$requete .= ' bf_date_debut_validite_fiche<=NOW() AND';
|
983 |
$requete .= ' bf_date_debut_validite_fiche<=NOW() AND';
|
972 |
$requete .= ' bf_ce_utilisateur='.BAZ_CHAMPS_ID.' ';
|
984 |
$requete .= ' bf_ce_utilisateur='.BAZ_CHAMPS_ID.' ';
|
973 |
|
985 |
|
974 |
if (!isset($_REQUEST['nature'])) {
|
986 |
if (!isset($_REQUEST['nature'])) {
|
975 |
if (isset($GLOBALS['_BAZAR_']['id_typeannonce']) && $GLOBALS['_BAZAR_']['id_typeannonce'] != 'toutes') {
|
987 |
if (isset($GLOBALS['_BAZAR_']['id_typeannonce']) && $GLOBALS['_BAZAR_']['id_typeannonce'] != 'toutes') {
|
976 |
$requete .= 'AND bf_ce_nature="'.$GLOBALS['_BAZAR_']['id_typeannonce'].'" ';
|
988 |
$requete .= 'AND bf_ce_nature="'.$GLOBALS['_BAZAR_']['id_typeannonce'].'" ';
|
977 |
}
|
989 |
}
|
978 |
}
|
990 |
}
|
979 |
else {
|
991 |
else {
|
980 |
if ($_REQUEST['nature']!='toutes') {
|
992 |
if ($_REQUEST['nature']!='toutes') {
|
981 |
$requete .= 'AND bf_ce_nature='.$_REQUEST['nature'].' ';
|
993 |
$requete .= 'AND bf_ce_nature='.$_REQUEST['nature'].' ';
|
982 |
}
|
994 |
}
|
983 |
}
|
995 |
}
|
984 |
|
996 |
|
985 |
$requete .= 'ORDER BY '.BAZ_CHAMPS_NOM.' ASC';
|
997 |
$requete .= 'ORDER BY '.BAZ_CHAMPS_NOM.' ASC';
|
986 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
998 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
987 |
|
999 |
|
988 |
if (DB::isError($resultat)) {
|
1000 |
if (DB::isError($resultat)) {
|
989 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
1001 |
die ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
990 |
}
|
1002 |
}
|
991 |
$personnes_select['tous']=BAZ_TOUS_LES_EMETTEURS;
|
1003 |
$personnes_select['tous']=BAZ_TOUS_LES_EMETTEURS;
|
992 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
1004 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
993 |
$personnes_select[$ligne[BAZ_CHAMPS_ID]] = $ligne[BAZ_CHAMPS_NOM]." ".$ligne[BAZ_CHAMPS_PRENOM] ;
|
1005 |
$personnes_select[$ligne[BAZ_CHAMPS_ID]] = $ligne[BAZ_CHAMPS_NOM]." ".$ligne[BAZ_CHAMPS_PRENOM] ;
|
994 |
}
|
1006 |
}
|
995 |
$option=array('style'=>'border:1px solid #000;width: 200px;font:12px Myriad, Arial, sans-serif;');
|
1007 |
$option=array('style'=>'border:1px solid #000;width: 200px;font:12px Myriad, Arial, sans-serif;');
|
996 |
$formtemplate->addElement ('select', 'personnes', BAZ_EMETTEUR, $personnes_select, $option) ;
|
1008 |
$formtemplate->addElement ('select', 'personnes', BAZ_EMETTEUR, $personnes_select, $option) ;
|
997 |
} else {
|
1009 |
} else {
|
998 |
$formtemplate->addElement ('hidden', 'personnes', 'tous') ;
|
1010 |
$formtemplate->addElement ('hidden', 'personnes', 'tous') ;
|
999 |
}
|
1011 |
}
|
1000 |
|
1012 |
|
1001 |
if ($utilisateur->isSuperAdmin()) {
|
1013 |
if ($utilisateur->isSuperAdmin()) {
|
1002 |
$option=array('style'=>'border:1px solid #000;width: 200px;font:12px Myriad, Arial, sans-serif;');
|
1014 |
$option=array('style'=>'border:1px solid #000;width: 200px;font:12px Myriad, Arial, sans-serif;');
|
1003 |
$valide_select[0] = BAZ_FICHES_VALIDEES;
|
1015 |
$valide_select[0] = BAZ_FICHES_VALIDEES;
|
1004 |
$valide_select[1] = BAZ_FICHES_PAS_VALIDEES;
|
1016 |
$valide_select[1] = BAZ_FICHES_PAS_VALIDEES;
|
1005 |
$valide_select[2] = BAZ_LES_DEUX;
|
1017 |
$valide_select[2] = BAZ_LES_DEUX;
|
1006 |
$formtemplate->addElement ('select', 'valides', BAZ_VALIDE, $valide_select, $option) ;
|
1018 |
$formtemplate->addElement ('select', 'valides', BAZ_VALIDE, $valide_select, $option) ;
|
1007 |
$defauts=array('valides'=>0);
|
1019 |
$defauts=array('valides'=>0);
|
1008 |
$formtemplate->setDefaults($defauts);
|
1020 |
$formtemplate->setDefaults($defauts);
|
1009 |
|
1021 |
|
1010 |
}
|
1022 |
}
|
1011 |
|
1023 |
|
1012 |
//champs texte pour entrer les mots cles
|
1024 |
//champs texte pour entrer les mots cles
|
1013 |
$option=array('maxlength'=>60,'style'=>'border:1px solid #000;width:200px;font:12px Myriad, Arial, sans-serif;');
|
1025 |
$option=array('maxlength'=>60,'style'=>'border:1px solid #000;width:200px;font:12px Myriad, Arial, sans-serif;');
|
1014 |
$formtemplate->addElement('text', 'recherche_mots_cles', BAZ_MOT_CLE, $option) ;
|
1026 |
$formtemplate->addElement('text', 'recherche_mots_cles', BAZ_MOT_CLE, $option) ;
|
1015 |
|
1027 |
|
1016 |
//option cachee pour savoir si le formulaire a ete appele deja
|
1028 |
//option cachee pour savoir si le formulaire a ete appele deja
|
1017 |
$formtemplate->addElement('hidden', 'recherche_effectuee', 1) ;
|
1029 |
$formtemplate->addElement('hidden', 'recherche_effectuee', 1) ;
|
1018 |
|
1030 |
|
1019 |
// Ajout des options si un type de fiche a ete choisie
|
1031 |
// Ajout des options si un type de fiche a ete choisie
|
1020 |
if ( (isset($_REQUEST['nature']) && $_REQUEST['nature'] != 'toutes') || (isset($GLOBALS['_BAZAR_']['categorie_nature']) && $nb_type_de_fiches==1)) {
|
1032 |
if ( (isset($_REQUEST['nature']) && $_REQUEST['nature'] != 'toutes') || (isset($GLOBALS['_BAZAR_']['categorie_nature']) && $nb_type_de_fiches==1)) {
|
1021 |
if ( BAZ_MOTEUR_RECHERCHE_AVANCEE || ( isset($_REQUEST['recherche_avancee'])&&$_REQUEST['recherche_avancee']==1) ) {
|
1033 |
if ( BAZ_MOTEUR_RECHERCHE_AVANCEE || ( isset($_REQUEST['recherche_avancee'])&&$_REQUEST['recherche_avancee']==1) ) {
|
1022 |
if ($GLOBALS['_BAZAR_']['categorie_nature'] != '') {
|
1034 |
if ($GLOBALS['_BAZAR_']['categorie_nature'] != '') {
|
1023 |
$champs_requete = '' ;
|
1035 |
$champs_requete = '' ;
|
1024 |
if (!isset($_REQUEST['nature']) || $_REQUEST['nature'] == '') {
|
1036 |
if (!isset($_REQUEST['nature']) || $_REQUEST['nature'] == '') {
|
1025 |
$_REQUEST['nature'] = $tableau_typeannonces[0];
|
1037 |
$_REQUEST['nature'] = $tableau_typeannonces[0];
|
1026 |
}
|
1038 |
}
|
1027 |
}
|
1039 |
}
|
1028 |
// Recuperation du template
|
1040 |
// Recuperation du template
|
1029 |
$requete = 'SELECT bn_template FROM bazar_nature WHERE bn_id_nature = '.$_REQUEST['nature'];
|
1041 |
$requete = 'SELECT bn_template FROM bazar_nature WHERE bn_id_nature = '.$_REQUEST['nature'];
|
1030 |
$resultat = $GLOBALS['_BAZAR_']['db']->getOne($requete) ;
|
1042 |
$resultat = $GLOBALS['_BAZAR_']['db']->getOne($requete) ;
|
1031 |
if (DB::isError($resultat)) {
|
1043 |
if (DB::isError($resultat)) {
|
1032 |
return ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
|
1044 |
return ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
|
1033 |
}
|
1045 |
}
|
1034 |
|
1046 |
|
1035 |
if (isset($_REQUEST['recherche_avancee']) && $_REQUEST['recherche_avancee']==1) {
|
1047 |
if (isset($_REQUEST['recherche_avancee']) && $_REQUEST['recherche_avancee']==1) {
|
1036 |
foreach(array_merge($_POST, $_GET) as $cle => $valeur) $GLOBALS['_BAZAR_']['url']->addQueryString($cle, $valeur);
|
1048 |
foreach(array_merge($_POST, $_GET) as $cle => $valeur) $GLOBALS['_BAZAR_']['url']->addQueryString($cle, $valeur);
|
1037 |
$GLOBALS['_BAZAR_']['url']->addQueryString('recherche_avancee', '0');
|
1049 |
$GLOBALS['_BAZAR_']['url']->addQueryString('recherche_avancee', '0');
|
1038 |
$lien_recherche_de_base = '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_RECHERCHE_DE_BASE.'</a><br />';
|
1050 |
$lien_recherche_de_base = '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_RECHERCHE_DE_BASE.'</a><br />';
|
1039 |
//lien recherche de base
|
1051 |
//lien recherche de base
|
1040 |
labelhtml($formtemplate,'',$lien_recherche_de_base,'','','','','');
|
1052 |
labelhtml($formtemplate,'',$lien_recherche_de_base,'','','','','');
|
1041 |
}
|
1053 |
}
|
1042 |
|
1054 |
|
1043 |
$tableau = baz_valeurs_template($resultat) ;
|
1055 |
$tableau = baz_valeurs_template($resultat) ;
|
1044 |
for ($i=0; $i<count($tableau); $i++) {
|
1056 |
for ($i=0; $i<count($tableau); $i++) {
|
1045 |
if (($tableau[$i]['type'] == 'liste' || $tableau[$i]['type'] == 'checkbox' || $tableau[$i]['type'] == 'labelhtml') && $tableau[$i]['recherche'] == 1) {
|
1057 |
if (($tableau[$i]['type'] == 'liste' || $tableau[$i]['type'] == 'checkbox' || $tableau[$i]['type'] == 'labelhtml') && $tableau[$i]['recherche'] == 1) {
|
1046 |
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
|
1058 |
$tableau[$i]['type']($formtemplate, $tableau[$i]['nom_bdd'], $tableau[$i]['label'], $tableau[$i]['limite1'],
|
1047 |
$tableau[$i]['limite2'], $tableau[$i]['defaut'], $tableau[$i]['table_source'], $tableau[$i]['obligatoire'], 1, 'bazar') ;
|
1059 |
$tableau[$i]['limite2'], $tableau[$i]['defaut'], $tableau[$i]['table_source'], $tableau[$i]['obligatoire'], 1, 'bazar') ;
|
1048 |
}
|
1060 |
}
|
1049 |
}
|
1061 |
}
|
1050 |
}
|
1062 |
}
|
1051 |
else {
|
1063 |
else {
|
1052 |
$url_rech_avance = $GLOBALS['_BAZAR_']['url'];
|
1064 |
$url_rech_avance = $GLOBALS['_BAZAR_']['url'];
|
1053 |
foreach(array_merge($_POST, $_GET) as $cle => $valeur) $url_rech_avance->addQueryString($cle, $valeur);
|
1065 |
foreach(array_merge($_POST, $_GET) as $cle => $valeur) $url_rech_avance->addQueryString($cle, $valeur);
|
1054 |
$url_rech_avance->addQueryString('recherche_avancee', '1');
|
1066 |
$url_rech_avance->addQueryString('recherche_avancee', '1');
|
1055 |
$lien_recherche_avancee = '<a href="'.$url_rech_avance->getURL().'">'.BAZ_RECHERCHE_AVANCEE.'</a><br />';
|
1067 |
$lien_recherche_avancee = '<a href="'.$url_rech_avance->getURL().'">'.BAZ_RECHERCHE_AVANCEE.'</a><br />';
|
1056 |
unset ($url_rech_avance);
|
1068 |
unset ($url_rech_avance);
|
1057 |
}
|
1069 |
}
|
1058 |
}
|
1070 |
}
|
1059 |
|
1071 |
|
1060 |
//lien recherche avancee
|
1072 |
//lien recherche avancee
|
1061 |
if (isset($lien_recherche_avancee)) {
|
1073 |
if (isset($lien_recherche_avancee)) {
|
1062 |
labelhtml($formtemplate,'',$lien_recherche_avancee,'','','','','');
|
1074 |
labelhtml($formtemplate,'',$lien_recherche_avancee,'','','','','');
|
1063 |
}
|
1075 |
}
|
1064 |
|
1076 |
|
1065 |
//Bouton de validation du formulaire
|
1077 |
//Bouton de validation du formulaire
|
1066 |
$option=array('style'=>'border:1px solid #000;width:100px;font:12px Myriad, Arial, sans-serif;','class'=>'baz_rech');
|
1078 |
$option=array('style'=>'border:1px solid #000;width:100px;font:12px Myriad, Arial, sans-serif;','class'=>'baz_rech');
|
1067 |
$formtemplate->addElement('submit', 'rechercher', BAZ_RECHERCHER, $option);
|
1079 |
$formtemplate->addElement('submit', 'rechercher', BAZ_RECHERCHER, $option);
|
1068 |
|
1080 |
|
1069 |
//affichage du formulaire
|
1081 |
//affichage du formulaire
|
1070 |
//$res.=$formtemplate->toHTML()."\n";
|
1082 |
//$res.=$formtemplate->toHTML()."\n";
|
1071 |
|
1083 |
|
1072 |
|
1084 |
|
1073 |
// Ajout de la table bazar_fiche_liste_valeur dans le from de la requete
|
1085 |
// Ajout de la table bazar_fiche_liste_valeur dans le from de la requete
|
1074 |
$case_coche = false ;
|
1086 |
$case_coche = false ;
|
1075 |
$nb_jointures=0;
|
1087 |
$nb_jointures=0;
|
1076 |
$requeteFrom = '' ;
|
1088 |
$requeteFrom = '' ;
|
1077 |
$requeteWhere = '';
|
1089 |
$requeteWhere = '';
|
1078 |
if ($GLOBALS['_BAZAR_']['id_typeannonce'] != 'toutes') {
|
1090 |
if ($GLOBALS['_BAZAR_']['id_typeannonce'] != 'toutes') {
|
1079 |
$requeteWhere .= 'bn_id_nature='.$GLOBALS['_BAZAR_']['id_typeannonce'].' AND ' ;
|
1091 |
$requeteWhere .= 'bn_id_nature='.$GLOBALS['_BAZAR_']['id_typeannonce'].' AND ' ;
|
1080 |
}
|
1092 |
}
|
1081 |
$requeteWhere .= ' bn_id_nature=bf_ce_nature AND ' ;
|
1093 |
$requeteWhere .= ' bn_id_nature=bf_ce_nature AND ' ;
|
1082 |
if (isset($GLOBALS['_BAZAR_']['langue'])) {
|
1094 |
if (isset($GLOBALS['_BAZAR_']['langue'])) {
|
1083 |
$requeteWhere .= ' bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" and ';
|
1095 |
$requeteWhere .= ' bn_ce_i18n like "'.$GLOBALS['_BAZAR_']['langue'].'%" and ';
|
1084 |
}
|
1096 |
}
|
1085 |
$requeteWhereListe = '' ;
|
1097 |
$requeteWhereListe = '' ;
|
1086 |
|
1098 |
|
1087 |
if ( isset($tableau) ) {
|
1099 |
if ( isset($tableau) ) {
|
1088 |
for ($i = 0; $i < count ($tableau); $i++) {
|
1100 |
for ($i = 0; $i < count ($tableau); $i++) {
|
1089 |
if ($tableau[$i]['type'] == 'checkbox' || $tableau[$i]['type'] == 'liste') {
|
1101 |
if ($tableau[$i]['type'] == 'checkbox' || $tableau[$i]['type'] == 'liste') {
|
1090 |
$nb_jointures++;
|
1102 |
$nb_jointures++;
|
1091 |
$nom_liste = $tableau[$i]['type'].$tableau[$i]['nom_bdd'] ;
|
1103 |
$nom_liste = $tableau[$i]['type'].$tableau[$i]['nom_bdd'] ;
|
1092 |
if (isset($_REQUEST[$nom_liste]) && is_array($_REQUEST[$nom_liste])) {
|
1104 |
if (isset($_REQUEST[$nom_liste]) && is_array($_REQUEST[$nom_liste])) {
|
1093 |
$case_coche = true;
|
1105 |
$case_coche = true;
|
1094 |
$requeteFrom .= ', bazar_fiche_valeur_liste as bfvl'.($nb_jointures) ;
|
1106 |
$requeteFrom .= ', bazar_fiche_valeur_liste as bfvl'.($nb_jointures) ;
|
1095 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_ce_liste='.$tableau[$i]['nom_bdd'].' AND ' ; // Num�ro de la liste
|
1107 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_ce_liste='.$tableau[$i]['nom_bdd'].' AND ' ; // Num�ro de la liste
|
1096 |
$requeteWhere .= ' bfvl'.($nb_jointures).'.bfvl_ce_fiche=bf_id_fiche AND ';
|
1108 |
$requeteWhere .= ' bfvl'.($nb_jointures).'.bfvl_ce_fiche=bf_id_fiche AND ';
|
1097 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_valeur IN (' ;
|
1109 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_valeur IN (' ;
|
1098 |
$chaine = '';
|
1110 |
$chaine = '';
|
1099 |
//var_dump($_REQUEST[$nom_liste]);
|
1111 |
//var_dump($_REQUEST[$nom_liste]);
|
1100 |
foreach ($_REQUEST[$nom_liste] as $cle =>$valeur) {
|
1112 |
foreach ($_REQUEST[$nom_liste] as $cle =>$valeur) {
|
1101 |
if ($valeur == 1) {
|
1113 |
if ($valeur == 1) {
|
1102 |
$chaine .= '"'.$cle.'",' ;
|
1114 |
$chaine .= '"'.$cle.'",' ;
|
1103 |
}
|
1115 |
}
|
1104 |
}
|
1116 |
}
|
1105 |
$requeteWhereListe .= substr ($chaine, 0, strlen ($chaine)-1) ;
|
1117 |
$requeteWhereListe .= substr ($chaine, 0, strlen ($chaine)-1) ;
|
1106 |
$requeteWhereListe .= ') AND ';
|
1118 |
$requeteWhereListe .= ') AND ';
|
1107 |
} else {
|
1119 |
} else {
|
1108 |
if (isset ($_REQUEST[$nom_liste]) && $_REQUEST[$nom_liste]!=0) {
|
1120 |
if (isset ($_REQUEST[$nom_liste]) && $_REQUEST[$nom_liste]!=0) {
|
1109 |
$requeteFrom .= ', bazar_fiche_valeur_liste as bfvl'.($nb_jointures) ;
|
1121 |
$requeteFrom .= ', bazar_fiche_valeur_liste as bfvl'.($nb_jointures) ;
|
1110 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_ce_liste='.$tableau[$i]['nom_bdd'].' AND ' ; // Num�ro de la liste
|
1122 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_ce_liste='.$tableau[$i]['nom_bdd'].' AND ' ; // Num�ro de la liste
|
1111 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_valeur='.$_REQUEST[$nom_liste].' AND ';
|
1123 |
$requeteWhereListe .= ' bfvl'.$nb_jointures.'.bfvl_valeur='.$_REQUEST[$nom_liste].' AND ';
|
1112 |
$requeteWhere .= ' bfvl'.($nb_jointures).'.bfvl_ce_fiche=bf_id_fiche AND ';
|
1124 |
$requeteWhere .= ' bfvl'.($nb_jointures).'.bfvl_ce_fiche=bf_id_fiche AND ';
|
1113 |
$case_coche = true;
|
1125 |
$case_coche = true;
|
1114 |
}
|
1126 |
}
|
1115 |
}
|
1127 |
}
|
1116 |
}
|
1128 |
}
|
1117 |
}
|
1129 |
}
|
1118 |
}
|
1130 |
}
|
1119 |
if ($case_coche) {
|
1131 |
if ($case_coche) {
|
1120 |
$requeteWhere .= $requeteWhereListe;
|
1132 |
$requeteWhere .= $requeteWhereListe;
|
1121 |
}
|
1133 |
}
|
1122 |
if (isset($_REQUEST['liste31']) && $_REQUEST['liste31'] != '0' && $_REQUEST['nature']!='toutes') {
|
1134 |
if (isset($_REQUEST['liste31']) && $_REQUEST['liste31'] != '0' && $_REQUEST['nature']!='toutes') {
|
1123 |
$requeteWhere = 'bf_ce_nature="'.$_REQUEST['nature'].'" AND '.$requeteWhere;
|
1135 |
$requeteWhere = 'bf_ce_nature="'.$_REQUEST['nature'].'" AND '.$requeteWhere;
|
1124 |
}
|
1136 |
}
|
1125 |
|
1137 |
|
1126 |
/*if (BAZ_UTILISE_TEMPLATE) {
|
1138 |
/*if (BAZ_UTILISE_TEMPLATE) {
|
1127 |
// Appel du template n 1
|
1139 |
// Appel du template n 1
|
1128 |
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php' ;
|
1140 |
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php' ;
|
1129 |
|
1141 |
|
1130 |
$template = new bazarTemplate ($GLOBALS['_BAZAR_']['db']) ;
|
1142 |
$template = new bazarTemplate ($GLOBALS['_BAZAR_']['db']) ;
|
1131 |
$chaine = $template->getTemplate(1, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
|
1143 |
$chaine = $template->getTemplate(1, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
|
1132 |
if (bazarTemplate::isError ($chaine)) return $chaine->getMessage() ;
|
1144 |
if (bazarTemplate::isError ($chaine)) return $chaine->getMessage() ;
|
1133 |
ob_start();
|
1145 |
ob_start();
|
1134 |
eval ($chaine) ;
|
1146 |
eval ($chaine) ;
|
1135 |
$res .= ob_get_contents();
|
1147 |
$res .= ob_get_contents();
|
1136 |
ob_end_clean() ;
|
1148 |
ob_end_clean() ;
|
1137 |
|
1149 |
|
1138 |
} else {*/
|
1150 |
} else {*/
|
1139 |
$res .= $formtemplate->toHTML();
|
1151 |
$res .= $formtemplate->toHTML();
|
1140 |
if (!isset($_REQUEST['recherche_effectuee'])) {
|
1152 |
if (!isset($_REQUEST['recherche_effectuee'])) {
|
1141 |
$res .= '<p class="zone_info">'.BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE.'</p>'."\n";
|
1153 |
$res .= '<p class="zone_info">'.BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE.'</p>'."\n";
|
1142 |
|
1154 |
|
1143 |
$requete = 'SELECT DISTINCT bf_id_fiche, '.BAZ_CHAMPS_PRENOM.', '.BAZ_CHAMPS_NOM.', bf_titre, bf_date_debut_validite_fiche, bf_date_debut_evenement, bf_description, bn_label_nature, bf_date_creation_fiche
|
1155 |
$requete = 'SELECT DISTINCT bf_id_fiche, '.BAZ_CHAMPS_PRENOM.', '.BAZ_CHAMPS_NOM.', bf_titre, bf_date_debut_validite_fiche, bf_date_debut_evenement, bf_description, bn_label_nature, bf_date_creation_fiche
|
1144 |
FROM bazar_fiche, bazar_nature, '.BAZ_ANNUAIRE.'
|
1156 |
FROM bazar_fiche, bazar_nature, '.BAZ_ANNUAIRE.'
|
1145 |
WHERE bn_id_nature=bn_id_nature
|
1157 |
WHERE bn_id_nature=bn_id_nature
|
1146 |
AND bf_ce_utilisateur = '.BAZ_CHAMPS_ID.'
|
1158 |
AND bf_ce_utilisateur = '.BAZ_CHAMPS_ID.'
|
1147 |
AND bf_statut_fiche = 1
|
1159 |
AND bf_statut_fiche = 1
|
1148 |
AND bf_date_debut_evenement >= NOW()
|
1160 |
AND bf_date_debut_evenement >= NOW()
|
1149 |
GROUP BY bf_titre
|
1161 |
GROUP BY bf_titre
|
1150 |
ORDER BY bf_date_debut_evenement ASC
|
1162 |
ORDER BY bf_date_debut_evenement ASC
|
1151 |
LIMIT 0 , 12';
|
1163 |
LIMIT 0 , 12';
|
1152 |
|
1164 |
|
1153 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete);
|
1165 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete);
|
1154 |
if (DB::isError($resultat)) {
|
1166 |
if (DB::isError($resultat)) {
|
1155 |
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
1167 |
return ($resultat->getMessage().$resultat->getDebugInfo()) ;
|
1156 |
}
|
1168 |
}
|
1157 |
if($resultat->numRows() != 0) {
|
1169 |
if($resultat->numRows() != 0) {
|
1158 |
$res .= '<h2>'.BAZ_PROCHAINS_EVENEMENTS.'</h2>';
|
1170 |
$res .= '<h2>'.BAZ_PROCHAINS_EVENEMENTS.'</h2>';
|
1159 |
|
1171 |
|
1160 |
$res .= '<ul class="liste_rss">';
|
1172 |
$res .= '<ul class="liste_rss">';
|
1161 |
while($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
1173 |
while($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
1162 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
1174 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
1163 |
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']);
|
1175 |
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']);
|
1164 |
|
1176 |
|
1165 |
$res .= '<div class="menu_titre">
|
1177 |
$res .= '<div class="menu_titre">
|
1166 |
<h1 class="intituler_rubrique"><a class="lien_rss" href="'.$GLOBALS['_BAZAR_']['url']->getURL() .'" alt="lire la fiche"> '.$ligne['bf_titre'].'</a></h1>
|
1178 |
<h1 class="intituler_rubrique"><a class="lien_rss" href="'.$GLOBALS['_BAZAR_']['url']->getURL() .'" alt="lire la fiche"> '.$ligne['bf_titre'].'</a></h1>
|
1167 |
<p class="date">'.baz_valeur_champs(31,$ligne['bf_id_fiche']).' d�but le '.$GLOBALS['jours'][date ('w', strtotime ($ligne['bf_date_debut_evenement']))].' '.date('d', strtotime($ligne['bf_date_debut_evenement'])).
|
1179 |
<p class="date">'.baz_valeur_champs(31,$ligne['bf_id_fiche']).' d�but le '.$GLOBALS['jours'][date ('w', strtotime ($ligne['bf_date_debut_evenement']))].' '.date('d', strtotime($ligne['bf_date_debut_evenement'])).
|
1168 |
' '.$GLOBALS['mois'][date('n', strtotime ($ligne['bf_date_debut_evenement']))].' '.date ('Y', strtotime ($ligne['bf_date_debut_evenement'])).' par '.$ligne[BAZ_CHAMPS_PRENOM].' '.$ligne[BAZ_CHAMPS_NOM].' </p>
|
1180 |
' '.$GLOBALS['mois'][date('n', strtotime ($ligne['bf_date_debut_evenement']))].' '.date ('Y', strtotime ($ligne['bf_date_debut_evenement'])).' par '.$ligne[BAZ_CHAMPS_PRENOM].' '.$ligne[BAZ_CHAMPS_NOM].' </p>
|
1169 |
<p class="descriptif_contenu">'.substr($ligne['bf_description'], 0, 400).'</p>
|
1181 |
<p class="descriptif_contenu">'.substr($ligne['bf_description'], 0, 400).'</p>
|
1170 |
</div>
|
1182 |
</div>
|
1171 |
<hr />';
|
1183 |
<hr />';
|
1172 |
|
1184 |
|
1173 |
}
|
1185 |
}
|
1174 |
$res .= '</ul>';
|
1186 |
$res .= '</ul>';
|
1175 |
}
|
1187 |
}
|
1176 |
}
|
1188 |
}
|
1177 |
//}
|
1189 |
//}
|
1178 |
|
1190 |
|
1179 |
//affichage des resultats de la recherche si le formulaire a ete envoye
|
1191 |
//affichage des resultats de la recherche si le formulaire a ete envoye
|
1180 |
$requeteSQL='';
|
1192 |
$requeteSQL='';
|
1181 |
if (isset($_REQUEST['recherche_effectuee'])) {
|
1193 |
if (isset($_REQUEST['recherche_effectuee'])) {
|
1182 |
//preparation de la requete pour trouver les mots cles
|
1194 |
//preparation de la requete pour trouver les mots cles
|
1183 |
if (($_REQUEST['recherche_mots_cles']!='')and($_REQUEST['recherche_mots_cles']!=BAZ_MOT_CLE)) {
|
1195 |
if (($_REQUEST['recherche_mots_cles']!='')and($_REQUEST['recherche_mots_cles']!=BAZ_MOT_CLE)) {
|
1184 |
//decoupage des mots cles
|
1196 |
//decoupage des mots cles
|
1185 |
$recherche = split(' ', $_REQUEST['recherche_mots_cles']) ;
|
1197 |
$recherche = split(' ', $_REQUEST['recherche_mots_cles']) ;
|
1186 |
$nbmots=count($recherche);
|
1198 |
$nbmots=count($recherche);
|
1187 |
|
1199 |
|
1188 |
$requeteSQL='';
|
1200 |
$requeteSQL='';
|
1189 |
if (isset($GLOBALS['_BAZAR_']['categorie_nature']))
|
1201 |
if (isset($GLOBALS['_BAZAR_']['categorie_nature']))
|
1190 |
{
|
1202 |
{
|
1191 |
$tableau=baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
|
1203 |
$tableau=baz_valeurs_template($GLOBALS['_BAZAR_']['template']);
|
1192 |
}
|
1204 |
}
|
1193 |
for ($i=0; $i<$nbmots; $i++) {
|
1205 |
for ($i=0; $i<$nbmots; $i++) {
|
1194 |
for ($j=0; $j<count($tableau); $j++) {
|
1206 |
for ($j=0; $j<count($tableau); $j++) {
|
1195 |
if ( $tableau[$j]['type']=='texte' || $tableau[$j]['type']=='textelong') {
|
1207 |
if ( $tableau[$j]['type']=='texte' || $tableau[$j]['type']=='textelong') {
|
1196 |
//if ($i>0) $requeteSQL.=' OR ';
|
1208 |
//if ($i>0) $requeteSQL.=' OR ';
|
1197 |
$requeteSQL.= $tableau[$j]['nom_bdd'].' LIKE "%'.$recherche[$i].'%" or ';
|
1209 |
$requeteSQL.= $tableau[$j]['nom_bdd'].' LIKE "%'.$recherche[$i].'%" or ';
|
1198 |
}
|
1210 |
}
|
1199 |
}
|
1211 |
}
|
1200 |
}
|
1212 |
}
|
1201 |
$requeteSQL = substr($requeteSQL, 0, count($requeteSQL) - 4);
|
1213 |
$requeteSQL = substr($requeteSQL, 0, count($requeteSQL) - 4);
|
1202 |
|
1214 |
|
1203 |
}
|
1215 |
}
|
1204 |
if (!isset($_REQUEST['nature'])) {
|
1216 |
if (!isset($_REQUEST['nature'])) {
|
1205 |
if (!isset ($GLOBALS['_BAZAR_']['id_nature'])) $typedefiches = $tableau_typeannonces;
|
1217 |
if (!isset ($GLOBALS['_BAZAR_']['id_nature'])) $typedefiches = $tableau_typeannonces;
|
1206 |
else $typedefiches = $GLOBALS['_BAZAR_']['id_nature'] ;
|
1218 |
else $typedefiches = $GLOBALS['_BAZAR_']['id_nature'] ;
|
1207 |
} else {
|
1219 |
} else {
|
1208 |
$typedefiches = $_REQUEST['nature'] ;
|
1220 |
$typedefiches = $_REQUEST['nature'] ;
|
1209 |
if ($typedefiches == 'toutes') $typedefiches = $tableau_typeannonces ;
|
1221 |
if ($typedefiches == 'toutes') $typedefiches = $tableau_typeannonces ;
|
1210 |
}
|
1222 |
}
|
1211 |
|
1223 |
|
1212 |
$valides = 1 ;
|
1224 |
$valides = 1 ;
|
1213 |
|
1225 |
|
1214 |
if ($typeannonce!='toutes') $typedefiches=$typeannonce;
|
1226 |
if ($typeannonce!='toutes') $typedefiches=$typeannonce;
|
1215 |
if (isset($_REQUEST['valides'])) {$valides=$_REQUEST['valides'];}
|
1227 |
if (isset($_REQUEST['valides'])) {$valides=$_REQUEST['valides'];}
|
1216 |
else {$valides=1;}
|
1228 |
else {$valides=1;}
|
1217 |
//generation de la liste de flux a afficher
|
1229 |
//generation de la liste de flux a afficher
|
1218 |
if (!isset($_REQUEST['personnes'])) {
|
1230 |
if (!isset($_REQUEST['personnes'])) {
|
1219 |
$_REQUEST['personnes']='tous';
|
1231 |
$_REQUEST['personnes']='tous';
|
1220 |
}
|
1232 |
}
|
1221 |
|
1233 |
|
1222 |
if($_SERVER['REMOTE_ADDR'] == '162.38.234.9') {
|
1234 |
if($_SERVER['REMOTE_ADDR'] == '162.38.234.9') {
|
1223 |
if (isset($_REQUEST['departement'])) {
|
1235 |
if (isset($_REQUEST['departement'])) {
|
1224 |
$requeteWhere = ' bf_cp_lieu_evenement LIKE "'.$_REQUEST['departement'].'%" AND ';
|
1236 |
$requeteWhere = ' bf_cp_lieu_evenement LIKE "'.$_REQUEST['departement'].'%" AND ';
|
1225 |
}
|
1237 |
}
|
1226 |
}
|
1238 |
}
|
1227 |
|
1239 |
|
1228 |
if ((isset($_REQUEST['date_debut']) && $_REQUEST['date_debut'] != '') || (isset($_REQUEST['date_fin']) && $_REQUEST['date_fin'] != '')) {
|
1240 |
if ((isset($_REQUEST['date_debut']) && $_REQUEST['date_debut'] != '') || (isset($_REQUEST['date_fin']) && $_REQUEST['date_fin'] != '')) {
|
1229 |
|
1241 |
|
1230 |
if (isset($_REQUEST['date_debut']) && $_REQUEST['date_debut'] != '' && isset($_REQUEST['date_fin']) && $_REQUEST['date_fin'] != '') {
|
1242 |
if (isset($_REQUEST['date_debut']) && $_REQUEST['date_debut'] != '' && isset($_REQUEST['date_fin']) && $_REQUEST['date_fin'] != '') {
|
1231 |
$requeteWhere .= ' (bf_date_debut_evenement >="'.date('Y-m-d', strtotime($_REQUEST['date_debut'])).'"
|
1243 |
$requeteWhere .= ' (bf_date_debut_evenement >="'.date('Y-m-d', strtotime($_REQUEST['date_debut'])).'"
|
1232 |
and bf_date_fin_evenement <="'.date('Y-m-d', strtotime($_REQUEST['date_fin'])).'") AND ';
|
1244 |
and bf_date_fin_evenement <="'.date('Y-m-d', strtotime($_REQUEST['date_fin'])).'") AND ';
|
1233 |
}
|
1245 |
}
|
1234 |
else {
|
1246 |
else {
|
1235 |
if (isset($_REQUEST['date_debut']) && $_REQUEST['date_debut'] != '') {
|
1247 |
if (isset($_REQUEST['date_debut']) && $_REQUEST['date_debut'] != '') {
|
1236 |
$requeteWhere .= ' (bf_date_debut_evenement >="'.date('Y-m-d', strtotime($_REQUEST['date_debut'])).'"
|
1248 |
$requeteWhere .= ' (bf_date_debut_evenement >="'.date('Y-m-d', strtotime($_REQUEST['date_debut'])).'"
|
1237 |
) AND ';
|
1249 |
) AND ';
|
1238 |
}
|
1250 |
}
|
1239 |
|
1251 |
|
1240 |
if(isset($_REQUEST['date_fin']) && $_REQUEST['date_fin'] != '') {
|
1252 |
if(isset($_REQUEST['date_fin']) && $_REQUEST['date_fin'] != '') {
|
1241 |
$requeteWhere .= ' (bf_date_fin_evenement >="'.date('Y-m-d', strtotime($_REQUEST['date_fin'])).'"
|
1253 |
$requeteWhere .= ' (bf_date_fin_evenement >="'.date('Y-m-d', strtotime($_REQUEST['date_fin'])).'"
|
1242 |
) AND ';
|
1254 |
) AND ';
|
1243 |
}
|
1255 |
}
|
1244 |
}
|
1256 |
}
|
1245 |
}
|
1257 |
}
|
1246 |
else {
|
1258 |
else {
|
1247 |
$requeteWhere .= '(bf_date_fin_evenement >= NOW() AND (bf_date_fin_evenement >= NOW() OR bf_date_fin_evenement="0000-00-00")) AND ' ;
|
1259 |
$requeteWhere .= '(bf_date_fin_evenement >= NOW() AND (bf_date_fin_evenement >= NOW() OR bf_date_fin_evenement="0000-00-00")) AND ' ;
|
1248 |
}
|
1260 |
}
|
1249 |
|
1261 |
|
1250 |
$res .= baz_liste_pagine_HTML($typedefiches, '', $_REQUEST['personnes'], $valides, $requeteSQL, $requeteFrom, $requeteWhere);
|
1262 |
$res .= baz_liste_pagine_HTML($typedefiches, '', $_REQUEST['personnes'], $valides, $requeteSQL, $requeteFrom, $requeteWhere);
|
1251 |
}
|
1263 |
}
|
1252 |
|
1264 |
|
1253 |
// Nettoyage de l'url
|
1265 |
// Nettoyage de l'url
|
1254 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1266 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1255 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('annonce');
|
1267 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('annonce');
|
1256 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('categorie_nature');
|
1268 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('categorie_nature');
|
1257 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_avancee');
|
1269 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_avancee');
|
1258 |
|
1270 |
|
1259 |
return $res;
|
1271 |
return $res;
|
1260 |
}
|
1272 |
}
|
1261 |
|
1273 |
|
1262 |
/**
|
1274 |
/**
|
1263 |
* Cette fonction renvoie du HTML
|
1275 |
* Cette fonction renvoie du HTML
|
1264 |
*/
|
1276 |
*/
|
1265 |
function baz_liste_pagine_HTML($typeannonce, $nbitem, $emetteur, $valide, $requeteSQL = '', $requeteFrom = '', $requeteWhere = '') {
|
1277 |
function baz_liste_pagine_HTML($typeannonce, $nbitem, $emetteur, $valide, $requeteSQL = '', $requeteFrom = '', $requeteWhere = '') {
|
1266 |
|
1278 |
|
1267 |
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']) ;
|
1279 |
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']) ;
|
1268 |
// generation de la requete MySQL personnalisee
|
1280 |
// generation de la requete MySQL personnalisee
|
1269 |
$req_where=0;
|
1281 |
$req_where=0;
|
1270 |
$requete = 'SELECT * '.
|
1282 |
$requete = 'SELECT * '.
|
1271 |
'FROM bazar_fiche, bazar_nature '.$requeteFrom.' WHERE '.$requeteWhere;
|
1283 |
'FROM bazar_fiche, bazar_nature '.$requeteFrom.' WHERE '.$requeteWhere;
|
1272 |
|
1284 |
|
1273 |
if($utilisateur->isSuperAdmin()) {
|
1285 |
if($utilisateur->isSuperAdmin()) {
|
1274 |
if ($valide!=2) {
|
1286 |
if ($valide!=2) {
|
1275 |
if ($req_where==1) {$requete .= ' AND ';}
|
1287 |
if ($req_where==1) {$requete .= ' AND ';}
|
1276 |
if($valide == 0) {
|
1288 |
if($valide == 0) {
|
1277 |
$req_where=1;
|
1289 |
$req_where=1;
|
1278 |
$requete .= 'bf_statut_fiche=1';
|
1290 |
$requete .= 'bf_statut_fiche=1';
|
1279 |
}
|
1291 |
}
|
1280 |
else {
|
1292 |
else {
|
1281 |
$req_where=1;
|
1293 |
$req_where=1;
|
1282 |
$requete .= 'bf_statut_fiche=0';
|
1294 |
$requete .= 'bf_statut_fiche=0';
|
1283 |
}
|
1295 |
}
|
1284 |
|
1296 |
|
1285 |
} else {
|
1297 |
} else {
|
1286 |
$requete .= '1 ' ;
|
1298 |
$requete .= '1 ' ;
|
1287 |
}
|
1299 |
}
|
1288 |
}
|
1300 |
}
|
1289 |
else
|
1301 |
else
|
1290 |
{
|
1302 |
{
|
1291 |
if($requeteWhere == 1) {
|
1303 |
if($requeteWhere == 1) {
|
1292 |
$requete = ' AND ' ;
|
1304 |
$requete = ' AND ' ;
|
1293 |
}
|
1305 |
}
|
1294 |
|
1306 |
|
1295 |
$requete .= 'bf_statut_fiche=1';
|
1307 |
$requete .= 'bf_statut_fiche=1';
|
1296 |
}
|
1308 |
}
|
1297 |
|
1309 |
|
1298 |
$requete .= ' AND bn_id_nature=bf_ce_nature ';
|
1310 |
$requete .= ' AND bn_id_nature=bf_ce_nature ';
|
1299 |
|
1311 |
|
1300 |
if ($emetteur!='' && $emetteur!='tous') {
|
1312 |
if ($emetteur!='' && $emetteur!='tous') {
|
1301 |
if ($req_where==1) {$requete .= ' AND ';}
|
1313 |
if ($req_where==1) {$requete .= ' AND ';}
|
1302 |
$requete .= 'bf_ce_utilisateur='.$emetteur;
|
1314 |
$requete .= 'bf_ce_utilisateur='.$emetteur;
|
1303 |
$req_where=1;
|
1315 |
$req_where=1;
|
1304 |
}
|
1316 |
}
|
1305 |
if ($requeteSQL!='') {
|
1317 |
if ($requeteSQL!='') {
|
1306 |
$requete .= ' AND ';
|
1318 |
$requete .= ' AND ';
|
1307 |
$requete .= '('.$requeteSQL.')';
|
1319 |
$requete .= '('.$requeteSQL.')';
|
1308 |
$req_where=1;
|
1320 |
$req_where=1;
|
1309 |
}
|
1321 |
}
|
1310 |
$requete .= ' ORDER BY bf_date_debut_evenement DESC, bf_date_debut_validite_fiche DESC, bf_date_fin_validite_fiche DESC, bf_date_maj_fiche DESC';
|
1322 |
$requete .= ' ORDER BY bf_date_debut_evenement DESC, bf_date_debut_validite_fiche DESC, bf_date_fin_validite_fiche DESC, bf_date_maj_fiche DESC';
|
1311 |
if ($nbitem!='') {$requete .= ' LIMIT 0,'.$nbitem;}
|
1323 |
if ($nbitem!='') {$requete .= ' LIMIT 0,'.$nbitem;}
|
1312 |
|
1324 |
|
1313 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
1325 |
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
|
1314 |
if (DB::isError($resultat)) {
|
1326 |
if (DB::isError($resultat)) {
|
1315 |
return $resultat->getMessage().'<br /><br />'.$resultat->getDebugInfo() ;
|
1327 |
return $resultat->getMessage().'<br /><br />'.$resultat->getDebugInfo() ;
|
1316 |
}
|
1328 |
}
|
1317 |
|
1329 |
|
1318 |
$res = '<br /><h4>'.BAZ_IL_Y_A.($resultat->numRows()).' '.BAZ_FICHES_CORRESPONDANTES.'</h4><br />'."\n";
|
1330 |
$res = '<br /><h4>'.BAZ_IL_Y_A.($resultat->numRows()).' '.BAZ_FICHES_CORRESPONDANTES.'</h4><br />'."\n";
|
1319 |
//$res .= 'requete: '. $requete. '<br />';
|
1331 |
//$res .= 'requete: '. $requete. '<br />';
|
1320 |
|
1332 |
|
1321 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
1333 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE);
|
1322 |
|
1334 |
|
1323 |
$donnees = array();
|
1335 |
$donnees = array();
|
1324 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
1336 |
while ($ligne = $resultat->fetchRow(DB_FETCHMODE_ASSOC)) {
|
1325 |
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']) ;
|
1337 |
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $ligne['bf_id_fiche']) ;
|
1326 |
array_push ($donnees, $ligne);
|
1338 |
array_push ($donnees, $ligne);
|
1327 |
}
|
1339 |
}
|
1328 |
|
1340 |
|
1329 |
// Mise en place du Pager
|
1341 |
// Mise en place du Pager
|
1330 |
include_once PAP_CHEMIN_API_PEAR.'Pager/Pager.php';
|
1342 |
include_once PAP_CHEMIN_API_PEAR.'Pager/Pager.php';
|
1331 |
$params = array(
|
1343 |
$params = array(
|
1332 |
'mode' => BAZ_MODE_DIVISION,
|
1344 |
'mode' => BAZ_MODE_DIVISION,
|
1333 |
'perPage' => BAZ_NOMBRE_RES_PAR_PAGE,
|
1345 |
'perPage' => BAZ_NOMBRE_RES_PAR_PAGE,
|
1334 |
'delta' => BAZ_DELTA,
|
1346 |
'delta' => BAZ_DELTA,
|
1335 |
'httpMethod' => 'GET',
|
1347 |
'httpMethod' => 'GET',
|
1336 |
'extraVars' => array_merge($_POST, $_GET),
|
1348 |
'extraVars' => array_merge($_POST, $_GET),
|
1337 |
'altNext' => BAZ_SUIVANT,
|
1349 |
'altNext' => BAZ_SUIVANT,
|
1338 |
'altPrev' => BAZ_PRECEDENT,
|
1350 |
'altPrev' => BAZ_PRECEDENT,
|
1339 |
'nextImg' => BAZ_SUIVANT,
|
1351 |
'nextImg' => BAZ_SUIVANT,
|
1340 |
'prevImg' => BAZ_PRECEDENT,
|
1352 |
'prevImg' => BAZ_PRECEDENT,
|
1341 |
'itemData' => $donnees
|
1353 |
'itemData' => $donnees
|
1342 |
);
|
1354 |
);
|
1343 |
$pager = & Pager::factory($params);
|
1355 |
$pager = & Pager::factory($params);
|
1344 |
$data = $pager->getPageData();
|
1356 |
$data = $pager->getPageData();
|
1345 |
$links = $pager->getLinks();
|
1357 |
$links = $pager->getLinks();
|
1346 |
|
1358 |
|
1347 |
if (BAZ_UTILISE_TEMPLATE) {
|
1359 |
if (BAZ_UTILISE_TEMPLATE) {
|
1348 |
//Appel du template n 2
|
1360 |
//Appel du template n 2
|
1349 |
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php' ;
|
1361 |
include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php' ;
|
1350 |
$template = new bazarTemplate ($GLOBALS['_BAZAR_']['db']) ;
|
1362 |
$template = new bazarTemplate ($GLOBALS['_BAZAR_']['db']) ;
|
1351 |
$chaine = $template->getTemplate(2, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
|
1363 |
$chaine = $template->getTemplate(2, $GLOBALS['_BAZAR_']['langue'], $GLOBALS['_BAZAR_']['categorie_nature']);
|
1352 |
if (bazarTemplate::isError ($chaine)) return $chaine->getMessage() ;
|
1364 |
if (bazarTemplate::isError ($chaine)) return $chaine->getMessage() ;
|
1353 |
ob_start();
|
1365 |
ob_start();
|
1354 |
eval ($chaine) ;
|
1366 |
eval ($chaine) ;
|
1355 |
$res .= ob_get_contents();
|
1367 |
$res .= ob_get_contents();
|
1356 |
ob_end_clean() ;
|
1368 |
ob_end_clean() ;
|
1357 |
} else {
|
1369 |
} else {
|
1358 |
$res .= '<ul>' ;
|
1370 |
$res .= '<ul>' ;
|
1359 |
$res .= '<div class="bazar_numero">'.$pager->links.'</div>'."\n";
|
1371 |
$res .= '<div class="bazar_numero">'.$pager->links.'</div>'."\n";
|
1360 |
foreach ($data as $valeur) {
|
1372 |
foreach ($data as $valeur) {
|
1361 |
$res .='<li class="BAZ_'.$valeur['bn_label_class'].'">'."\n";
|
1373 |
$res .='<li class="BAZ_'.$valeur['bn_label_class'].'">'."\n";
|
1362 |
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $valeur['bf_id_fiche']) ;
|
1374 |
$GLOBALS['_BAZAR_']['url']->addQueryString('id_fiche', $valeur['bf_id_fiche']) ;
|
1363 |
if ($utilisateur->isSuperAdmin() || $GLOBALS['id_user']==$valeur['bf_ce_utilisateur']) {
|
1375 |
if ($utilisateur->isSuperAdmin() || $GLOBALS['id_user']==$valeur['bf_ce_utilisateur']) {
|
1364 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
|
1376 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_MODIFIER);
|
1365 |
$GLOBALS['_BAZAR_']['url']->addQueryString('typeannonce', $valeur['bf_ce_nature']);
|
1377 |
$GLOBALS['_BAZAR_']['url']->addQueryString('typeannonce', $valeur['bf_ce_nature']);
|
1366 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('personnes');
|
1378 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('personnes');
|
1367 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_effectuee');
|
1379 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_effectuee');
|
1368 |
$res .= '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">('.BAZ_MODIFIER.')</a> '."\n";
|
1380 |
$res .= '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">('.BAZ_MODIFIER.')</a> '."\n";
|
1369 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1381 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1370 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
|
1382 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_ACTION_SUPPRESSION);
|
1371 |
$res .='<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'" onclick="javascript:return confirm(\''.BAZ_SUPPRIMER.'\');">('.BAZ_SUPPRIMER.')</a> '."\n";
|
1383 |
$res .='<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'" onclick="javascript:return confirm(\''.BAZ_SUPPRIMER.'\');">('.BAZ_SUPPRIMER.')</a> '."\n";
|
1372 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1384 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1373 |
}
|
1385 |
}
|
1374 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE) ;
|
1386 |
$GLOBALS['_BAZAR_']['url']->addQueryString(BAZ_VARIABLE_ACTION, BAZ_VOIR_FICHE) ;
|
1375 |
$res .= '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.$valeur['bf_titre'].'</a>'."\n";
|
1387 |
$res .= '<a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.$valeur['bf_titre'].'</a>'."\n";
|
1376 |
$res .='</li>'."\n";
|
1388 |
$res .='</li>'."\n";
|
1377 |
}
|
1389 |
}
|
1378 |
$res .= '</ul>'."\n".'<div class="bazar_numero">'.$pager->links.'</div>'."\n";
|
1390 |
$res .= '</ul>'."\n".'<div class="bazar_numero">'.$pager->links.'</div>'."\n";
|
1379 |
}
|
1391 |
}
|
1380 |
|
1392 |
|
1381 |
|
1393 |
|
1382 |
// Nettoyage de l'url
|
1394 |
// Nettoyage de l'url
|
1383 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1395 |
$GLOBALS['_BAZAR_']['url']->removeQueryString(BAZ_VARIABLE_ACTION);
|
1384 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
1396 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
1385 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
|
1397 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('typeannonce');
|
1386 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_avancee');
|
1398 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('recherche_avancee');
|
1387 |
|
1399 |
|
1388 |
return $res ;
|
1400 |
return $res ;
|
1389 |
}
|
1401 |
}
|
1390 |
|
1402 |
|
1391 |
function transformerTxtPourRss($txt) {
|
1403 |
function transformerTxtPourRss($txt) {
|
1392 |
$txt_utf8 = encoderEnUtf8($txt);
|
1404 |
$txt_utf8 = encoderEnUtf8($txt);
|
1393 |
$txt_utf8 = htmlspecialchars($txt_utf8, ENT_NOQUOTES, "UTF-8", false);
|
1405 |
$txt_utf8 = htmlspecialchars($txt_utf8, ENT_NOQUOTES, "UTF-8", false);
|
1394 |
$txt_utf8 = remplacerCaracteresAsciiInvisibles($txt_utf8);
|
1406 |
$txt_utf8 = remplacerCaracteresAsciiInvisibles($txt_utf8);
|
1395 |
$txt_utf8 = remplacerCaracteresCp1252Problematiques($txt_utf8);
|
1407 |
$txt_utf8 = remplacerCaracteresCp1252Problematiques($txt_utf8);
|
1396 |
return $txt_utf8;
|
1408 |
return $txt_utf8;
|
1397 |
|
1409 |
|
1398 |
}
|
1410 |
}
|
1399 |
|
1411 |
|
1400 |
function encoderEnUtf8($txtEnIso88591) {
|
1412 |
function encoderEnUtf8($txtEnIso88591) {
|
1401 |
$txtEnUtf8 = utf8_encode($txtEnIso88591);
|
1413 |
$txtEnUtf8 = utf8_encode($txtEnIso88591);
|
1402 |
return $txtEnUtf8;
|
1414 |
return $txtEnUtf8;
|
1403 |
}
|
1415 |
}
|
1404 |
|
1416 |
|
1405 |
function remplacerCaracteresAsciiInvisibles($txtEnUtf8) {
|
1417 |
function remplacerCaracteresAsciiInvisibles($txtEnUtf8) {
|
1406 |
$ascii_remplacements = array (
|
1418 |
$ascii_remplacements = array (
|
1407 |
'\x00' => '', // NUL : Null (nul)
|
1419 |
'\x00' => '', // NUL : Null (nul)
|
1408 |
'\x01' => '', // SOH : Start of Header (d�but d'en-t�te)
|
1420 |
'\x01' => '', // SOH : Start of Header (d�but d'en-t�te)
|
1409 |
'\x02' => '', // STX : Start of Text (d�but du texte)
|
1421 |
'\x02' => '', // STX : Start of Text (d�but du texte)
|
1410 |
'\x03' => '', // ETX : End of Text (fin du texte)
|
1422 |
'\x03' => '', // ETX : End of Text (fin du texte)
|
1411 |
'\x04' => '', // EOT : End of Transmission (fin de transmission)
|
1423 |
'\x04' => '', // EOT : End of Transmission (fin de transmission)
|
1412 |
'\x05' => '', // ENQ : Enquiry (End of Line) (demande, fin de ligne)
|
1424 |
'\x05' => '', // ENQ : Enquiry (End of Line) (demande, fin de ligne)
|
1413 |
'\x06' => '', // ACK : Acknowledge (accus� de r�ception)
|
1425 |
'\x06' => '', // ACK : Acknowledge (accus� de r�ception)
|
1414 |
'\x07' => '', // BEL : Bell (caract�re d'appel)
|
1426 |
'\x07' => '', // BEL : Bell (caract�re d'appel)
|
1415 |
'\x08' => '', // BS : Backspace (espacement arri�re)
|
1427 |
'\x08' => '', // BS : Backspace (espacement arri�re)
|
1416 |
'\x09' => ' ', // HT : Horizontal Tab (tabulation horizontale)
|
1428 |
'\x09' => ' ', // HT : Horizontal Tab (tabulation horizontale)
|
1417 |
'\x0A' => '', // LF : Line Feed (saut de ligne)
|
1429 |
'\x0A' => '', // LF : Line Feed (saut de ligne)
|
1418 |
'\x0B' => '', // VT : Vertical Tab (tabulation verticale)
|
1430 |
'\x0B' => '', // VT : Vertical Tab (tabulation verticale)
|
1419 |
'\x0C' => '', // FF : Form Feed (saut de page)
|
1431 |
'\x0C' => '', // FF : Form Feed (saut de page)
|
1420 |
'\x0D' => '', // CR : Carriage Return (retour chariot)
|
1432 |
'\x0D' => '', // CR : Carriage Return (retour chariot)
|
1421 |
'\x0E' => '', // SO : Shift Out (fin d'extension)
|
1433 |
'\x0E' => '', // SO : Shift Out (fin d'extension)
|
1422 |
'\x0F' => '', // SI : Shift In (d�marrage d'extension)
|
1434 |
'\x0F' => '', // SI : Shift In (d�marrage d'extension)
|
1423 |
'\x10' => '', // DLE : Data Link Escape
|
1435 |
'\x10' => '', // DLE : Data Link Escape
|
1424 |
'\x11' => '', // DC1 : Device Control 1 � 4 (DC1 et DC3 sont g�n�ralement utilis�s pour coder XON et XOFF dans un canal de communication duplex)
|
1436 |
'\x11' => '', // DC1 : Device Control 1 � 4 (DC1 et DC3 sont g�n�ralement utilis�s pour coder XON et XOFF dans un canal de communication duplex)
|
1425 |
'\x12' => '', // DC2 :
|
1437 |
'\x12' => '', // DC2 :
|
1426 |
'\x13' => '', // DC3 :
|
1438 |
'\x13' => '', // DC3 :
|
1427 |
'\x14' => '', // DC4 :
|
1439 |
'\x14' => '', // DC4 :
|
1428 |
'\x15' => '', // NAK : Negative Acknowledge (accus� de r�ception n�gatif)
|
1440 |
'\x15' => '', // NAK : Negative Acknowledge (accus� de r�ception n�gatif)
|
1429 |
'\x16' => '', // SYN : Synchronous Idle
|
1441 |
'\x16' => '', // SYN : Synchronous Idle
|
1430 |
'\x17' => '', // ETB : End of Transmission Block (fin du bloc de transmission)
|
1442 |
'\x17' => '', // ETB : End of Transmission Block (fin du bloc de transmission)
|
1431 |
'\x18' => '', // CAN : Cancel (annulation)
|
1443 |
'\x18' => '', // CAN : Cancel (annulation)
|
1432 |
'\x19' => '', // EM : End of Medium (fin de support)
|
1444 |
'\x19' => '', // EM : End of Medium (fin de support)
|
1433 |
'\x1A' => '', // SUB : Substitute (substitution)
|
1445 |
'\x1A' => '', // SUB : Substitute (substitution)
|
1434 |
'\x1B' => '', // ESC : Escape (�chappement)
|
1446 |
'\x1B' => '', // ESC : Escape (�chappement)
|
1435 |
'\x1C' => '', // FS : File Separator (s�parateur de fichier)
|
1447 |
'\x1C' => '', // FS : File Separator (s�parateur de fichier)
|
1436 |
'\x1D' => '', // GS : Group Separator (s�parateur de groupe)
|
1448 |
'\x1D' => '', // GS : Group Separator (s�parateur de groupe)
|
1437 |
'\x1E' => '', // RS : Record Separator (s�parateur d'enregistrement)
|
1449 |
'\x1E' => '', // RS : Record Separator (s�parateur d'enregistrement)
|
1438 |
'\x1F' => '', // US : Unit Separator (s�parateur d'unit�)
|
1450 |
'\x1F' => '', // US : Unit Separator (s�parateur d'unit�)
|
1439 |
'\x92' => '', // Apostrophes de Windows qui puduk
|
1451 |
'\x92' => '', // Apostrophes de Windows qui puduk
|
1440 |
'\x20' => ' '); // SP : Espace (Space en anglais)
|
1452 |
'\x20' => ' '); // SP : Espace (Space en anglais)
|
1441 |
$txtEnUtf8 = strtr($txtEnUtf8, $ascii_remplacements);
|
1453 |
$txtEnUtf8 = strtr($txtEnUtf8, $ascii_remplacements);
|
1442 |
return $txtEnUtf8;
|
1454 |
return $txtEnUtf8;
|
1443 |
}
|
1455 |
}
|
1444 |
|
1456 |
|
1445 |
function remplacerCaracteresCp1252Problematiques($txtEnUtf8) {
|
1457 |
function remplacerCaracteresCp1252Problematiques($txtEnUtf8) {
|
1446 |
$cp1252_remplacements = array (
|
1458 |
$cp1252_remplacements = array (
|
1447 |
'\xc2\x80' => '\xe2\x82\xac', // EURO SIGN
|
1459 |
'\xc2\x80' => '\xe2\x82\xac', // EURO SIGN
|
1448 |
'\xc2\x82' => '\xe2\x80\x9a', // SINGLE LOW-9 QUOTATION MARK
|
1460 |
'\xc2\x82' => '\xe2\x80\x9a', // SINGLE LOW-9 QUOTATION MARK
|
1449 |
'\xc2\x83' => '\xc6\x92', // LATIN SMALL LETTER F WITH HOOK
|
1461 |
'\xc2\x83' => '\xc6\x92', // LATIN SMALL LETTER F WITH HOOK
|
1450 |
'\xc2\x84' => '\xe2\x80\x9e', // DOUBLE LOW-9 QUOTATION MARK
|
1462 |
'\xc2\x84' => '\xe2\x80\x9e', // DOUBLE LOW-9 QUOTATION MARK
|
1451 |
'\xc2\x85' => '\xe2\x80\xa6', // HORIZONTAL ELLIPSIS
|
1463 |
'\xc2\x85' => '\xe2\x80\xa6', // HORIZONTAL ELLIPSIS
|
1452 |
'\xc2\x86' => '\xe2\x80\xa0', // DAGGER
|
1464 |
'\xc2\x86' => '\xe2\x80\xa0', // DAGGER
|
1453 |
'\xc2\x87' => '\xe2\x80\xa1', // DOUBLE DAGGER
|
1465 |
'\xc2\x87' => '\xe2\x80\xa1', // DOUBLE DAGGER
|
1454 |
'\xc2\x88' => '\xcb\x86', // MODIFIER LETTER CIRCUMFLEX ACCENT
|
1466 |
'\xc2\x88' => '\xcb\x86', // MODIFIER LETTER CIRCUMFLEX ACCENT
|
1455 |
'\xc2\x89' => '\xe2\x80\xb0', // PER MILLE SIGN
|
1467 |
'\xc2\x89' => '\xe2\x80\xb0', // PER MILLE SIGN
|
1456 |
'\xc2\x8a' => '\xc5\xa0', // LATIN CAPITAL LETTER S WITH CARON
|
1468 |
'\xc2\x8a' => '\xc5\xa0', // LATIN CAPITAL LETTER S WITH CARON
|
1457 |
'\xc2\x8b' => '\xe2\x80\xb9', // SINGLE LEFT-POINTING ANGLE QUOTATION
|
1469 |
'\xc2\x8b' => '\xe2\x80\xb9', // SINGLE LEFT-POINTING ANGLE QUOTATION
|
1458 |
'\xc2\x8c' => '\xc5\x92', // LATIN CAPITAL LIGATURE OE
|
1470 |
'\xc2\x8c' => '\xc5\x92', // LATIN CAPITAL LIGATURE OE
|
1459 |
'\xc2\x8e' => '\xc5\xbd', // LATIN CAPITAL LETTER Z WITH CARON
|
1471 |
'\xc2\x8e' => '\xc5\xbd', // LATIN CAPITAL LETTER Z WITH CARON
|
1460 |
'\xc2\x91' => '\xe2\x80\x98', // LEFT SINGLE QUOTATION MARK
|
1472 |
'\xc2\x91' => '\xe2\x80\x98', // LEFT SINGLE QUOTATION MARK
|
1461 |
'\xc2\x92' => '\xe2\x80\x99', // RIGHT SINGLE QUOTATION MARK
|
1473 |
'\xc2\x92' => '\xe2\x80\x99', // RIGHT SINGLE QUOTATION MARK
|
1462 |
'\xc2\x93' => '\xe2\x80\x9c', // LEFT DOUBLE QUOTATION MARK
|
1474 |
'\xc2\x93' => '\xe2\x80\x9c', // LEFT DOUBLE QUOTATION MARK
|
1463 |
'\xc2\x94' => '\xe2\x80\x9d', // RIGHT DOUBLE QUOTATION MARK
|
1475 |
'\xc2\x94' => '\xe2\x80\x9d', // RIGHT DOUBLE QUOTATION MARK
|
1464 |
'\xc2\x95' => '\xe2\x80\xa2', // BULLET
|
1476 |
'\xc2\x95' => '\xe2\x80\xa2', // BULLET
|
1465 |
'\xc2\x96' => '\xe2\x80\x93', // EN DASH
|
1477 |
'\xc2\x96' => '\xe2\x80\x93', // EN DASH
|
1466 |
'\xc2\x97' => '\xe2\x80\x94', // EM DASH
|
1478 |
'\xc2\x97' => '\xe2\x80\x94', // EM DASH
|
1467 |
'\xc2\x98' => '\xcb\x9c', // SMALL TILDE
|
1479 |
'\xc2\x98' => '\xcb\x9c', // SMALL TILDE
|
1468 |
'\xc2\x99' => '\xe2\x84\xa2', // TRADE MARK SIGN
|
1480 |
'\xc2\x99' => '\xe2\x84\xa2', // TRADE MARK SIGN
|
1469 |
'\xc2\x9a' => '\xc5\xa1', // LATIN SMALL LETTER S WITH CARON
|
1481 |
'\xc2\x9a' => '\xc5\xa1', // LATIN SMALL LETTER S WITH CARON
|
1470 |
'\xc2\x9b' => '\xe2\x80\xba', // SINGLE RIGHT-POINTING ANGLE QUOTATION*/
|
1482 |
'\xc2\x9b' => '\xe2\x80\xba', // SINGLE RIGHT-POINTING ANGLE QUOTATION*/
|
1471 |
'\xc2\x9c' => '\xc5\x93', // LATIN SMALL LIGATURE OE
|
1483 |
'\xc2\x9c' => '\xc5\x93', // LATIN SMALL LIGATURE OE
|
1472 |
'\xc2\x9e' => '\xc5\xbe', // LATIN SMALL LETTER Z WITH CARON
|
1484 |
'\xc2\x9e' => '\xc5\xbe', // LATIN SMALL LETTER Z WITH CARON
|
1473 |
'\xc2\x9f' => '\xc5\xb8'); // LATIN CAPITAL LETTER Y WITH DIAERESIS*/
|
1485 |
'\xc2\x9f' => '\xc5\xb8'); // LATIN CAPITAL LETTER Y WITH DIAERESIS*/
|
1474 |
$txtEnUtf8 = strtr($txtEnUtf8, $cp1252_remplacements);
|
1486 |
$txtEnUtf8 = strtr($txtEnUtf8, $cp1252_remplacements);
|
1475 |
return $txtEnUtf8;
|
1487 |
return $txtEnUtf8;
|
1476 |
}
|
1488 |
}
|
1477 |
|
1489 |
|
1478 |
function subtext($text, $offset = 500) {
|
1490 |
function subtext($text, $offset = 500) {
|
1479 |
preg_match('!.{0,'.$offset.'}\s!si', $text, $match);
|
1491 |
preg_match('!.{0,'.$offset.'}\s!si', $text, $match);
|
1480 |
return $match[0].'...';
|
1492 |
return $match[0].'...';
|
1481 |
}
|
1493 |
}
|
1482 |
|
1494 |
|
1483 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1495 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1484 |
*
|
1496 |
*
|
1485 |
* $Log: not supported by cvs2svn $
|
1497 |
* $Log: not supported by cvs2svn $
|
1486 |
* Revision 1.99.2.13 2008-04-16 12:39:56 alexandre_tb
|
1498 |
* Revision 1.99.2.13 2008-04-16 12:39:56 alexandre_tb
|
1487 |
* simplification du code en utilisant la classe Bazar_element
|
1499 |
* simplification du code en utilisant la classe Bazar_element
|
1488 |
*
|
1500 |
*
|
1489 |
* Revision 1.99.2.12 2008-03-17 14:02:53 jp_milcent
|
1501 |
* Revision 1.99.2.12 2008-03-17 14:02:53 jp_milcent
|
1490 |
* Ajout d'un message demandant de s'identifiez pour poser des commentaires.
|
1502 |
* Ajout d'un message demandant de s'identifiez pour poser des commentaires.
|
1491 |
* Am�lioration du XHTML (me pr�venir en cas de pb).
|
1503 |
* Am�lioration du XHTML (me pr�venir en cas de pb).
|
1492 |
*
|
1504 |
*
|
1493 |
* Revision 1.99.2.11 2008-03-17 11:03:02 jp_milcent
|
1505 |
* Revision 1.99.2.11 2008-03-17 11:03:02 jp_milcent
|
1494 |
* Ajout de l'authentification n�cessaire pour d�poser des commentaires.
|
1506 |
* Ajout de l'authentification n�cessaire pour d�poser des commentaires.
|
1495 |
* Corrections sur la gestion des param�tres dans les urls (compatibilit� applette Identification et Moteur de Recherche).
|
1507 |
* Corrections sur la gestion des param�tres dans les urls (compatibilit� applette Identification et Moteur de Recherche).
|
1496 |
*
|
1508 |
*
|
1497 |
* Revision 1.99.2.10 2008-02-04 13:03:09 alexandre_tb
|
1509 |
* Revision 1.99.2.10 2008-02-04 13:03:09 alexandre_tb
|
1498 |
* ajout d un class css dans les h2
|
1510 |
* ajout d un class css dans les h2
|
1499 |
*
|
1511 |
*
|
1500 |
* Revision 1.99.2.9 2008-02-01 16:24:10 florian
|
1512 |
* Revision 1.99.2.9 2008-02-01 16:24:10 florian
|
1501 |
* ajout champs_mail, d�commenter les traductions des javascripts
|
1513 |
* ajout champs_mail, d�commenter les traductions des javascripts
|
1502 |
*
|
1514 |
*
|
1503 |
* Revision 1.99.2.8 2008-01-29 09:35:37 alexandre_tb
|
1515 |
* Revision 1.99.2.8 2008-01-29 09:35:37 alexandre_tb
|
1504 |
* remplacement des variables action par une constante
|
1516 |
* remplacement des variables action par une constante
|
1505 |
* Utilisation d un redirection pour eviter que les formulaires soient valides 2 fois
|
1517 |
* Utilisation d un redirection pour eviter que les formulaires soient valides 2 fois
|
1506 |
* simplification de la suppression d un lien associe a une liste
|
1518 |
* simplification de la suppression d un lien associe a une liste
|
1507 |
*
|
1519 |
*
|
1508 |
* Revision 1.99.2.7 2008-01-11 14:09:17 alexandre_tb
|
1520 |
* Revision 1.99.2.7 2008-01-11 14:09:17 alexandre_tb
|
1509 |
* Remplacement de la variable action ecrite en dur par la constante BAZ_VARIABLE_ACTION
|
1521 |
* Remplacement de la variable action ecrite en dur par la constante BAZ_VARIABLE_ACTION
|
1510 |
*
|
1522 |
*
|
1511 |
* Revision 1.99.2.6 2007-12-14 15:55:38 alexandre_tb
|
1523 |
* Revision 1.99.2.6 2007-12-14 15:55:38 alexandre_tb
|
1512 |
* les commentaires peuvent maintenant apparaitre dans le moteur de recherche et dans les fiches, il faut mettre a 1 respectivement le champs recherche et obligatoire
|
1524 |
* les commentaires peuvent maintenant apparaitre dans le moteur de recherche et dans les fiches, il faut mettre a 1 respectivement le champs recherche et obligatoire
|
1513 |
*
|
1525 |
*
|
1514 |
* Revision 1.99.2.5 2007-12-10 12:57:34 jp_milcent
|
1526 |
* Revision 1.99.2.5 2007-12-10 12:57:34 jp_milcent
|
1515 |
* Correction du probl�mes des & non remplac�es par des &
|
1527 |
* Correction du probl�mes des & non remplac�es par des &
|
1516 |
*
|
1528 |
*
|
1517 |
* Revision 1.99.2.4 2007-12-04 08:58:26 alexandre_tb
|
1529 |
* Revision 1.99.2.4 2007-12-04 08:58:26 alexandre_tb
|
1518 |
* modification de styles dans les formulaires
|
1530 |
* modification de styles dans les formulaires
|
1519 |
*
|
1531 |
*
|
1520 |
* Revision 1.99.2.3 2007-12-03 15:16:21 jp_milcent
|
1532 |
* Revision 1.99.2.3 2007-12-03 15:16:21 jp_milcent
|
1521 |
* Correction probl�me de la div myst�re!
|
1533 |
* Correction probl�me de la div myst�re!
|
1522 |
*
|
1534 |
*
|
1523 |
* Revision 1.99.2.2 2007-11-30 15:02:50 alexandre_tb
|
1535 |
* Revision 1.99.2.2 2007-11-30 15:02:50 alexandre_tb
|
1524 |
* simplification du code et correction du bug (les fiches de la carto n affichent pas la bonne nature
|
1536 |
* simplification du code et correction du bug (les fiches de la carto n affichent pas la bonne nature
|
1525 |
*
|
1537 |
*
|
1526 |
* Revision 1.99.2.1 2007-11-30 14:14:36 jp_milcent
|
1538 |
* Revision 1.99.2.1 2007-11-30 14:14:36 jp_milcent
|
1527 |
* Ajout d'un d�codage des apostrophes de type RIGHT SINGLE QUOTATION MARK.
|
1539 |
* Ajout d'un d�codage des apostrophes de type RIGHT SINGLE QUOTATION MARK.
|
1528 |
*
|
1540 |
*
|
1529 |
* Revision 1.99 2007-11-05 10:17:19 alexandre_tb
|
1541 |
* Revision 1.99 2007-11-05 10:17:19 alexandre_tb
|
1530 |
* correction bug: retrait inorportun de la variable menu dans la globale URL
|
1542 |
* correction bug: retrait inorportun de la variable menu dans la globale URL
|
1531 |
*
|
1543 |
*
|
1532 |
* Revision 1.98 2007-10-24 13:27:45 alexandre_tb
|
1544 |
* Revision 1.98 2007-10-24 13:27:45 alexandre_tb
|
1533 |
* bug d'affichage multiple lorsqu'il y a +sieurs langues
|
1545 |
* bug d'affichage multiple lorsqu'il y a +sieurs langues
|
1534 |
*
|
1546 |
*
|
1535 |
* Revision 1.97 2007-10-24 08:56:27 alexandre_tb
|
1547 |
* Revision 1.97 2007-10-24 08:56:27 alexandre_tb
|
1536 |
* bug d'affichage multiple lorsqu'il y a +sieurs langues
|
1548 |
* bug d'affichage multiple lorsqu'il y a +sieurs langues
|
1537 |
*
|
1549 |
*
|
1538 |
* Revision 1.96 2007-10-22 10:09:21 florian
|
1550 |
* Revision 1.96 2007-10-22 10:09:21 florian
|
1539 |
* correction template
|
1551 |
* correction template
|
1540 |
*
|
1552 |
*
|
1541 |
* Revision 1.95 2007-10-22 09:22:02 alexandre_tb
|
1553 |
* Revision 1.95 2007-10-22 09:22:02 alexandre_tb
|
1542 |
* prise en compte de la langue dans les requetes sur bazar_nature
|
1554 |
* prise en compte de la langue dans les requetes sur bazar_nature
|
1543 |
*
|
1555 |
*
|
1544 |
* Revision 1.94 2007-10-10 13:26:00 alexandre_tb
|
1556 |
* Revision 1.94 2007-10-10 13:26:00 alexandre_tb
|
1545 |
* utilisation de la classe Administrateur_bazar a la place de niveau_droit
|
1557 |
* utilisation de la classe Administrateur_bazar a la place de niveau_droit
|
1546 |
*
|
1558 |
*
|
1547 |
* Revision 1.93 2007-10-01 11:59:51 alexandre_tb
|
1559 |
* Revision 1.93 2007-10-01 11:59:51 alexandre_tb
|
1548 |
* cosmetique d affichage de la date de l evenement
|
1560 |
* cosmetique d affichage de la date de l evenement
|
1549 |
*
|
1561 |
*
|
1550 |
* Revision 1.92 2007-09-28 15:02:43 jp_milcent
|
1562 |
* Revision 1.92 2007-09-28 15:02:43 jp_milcent
|
1551 |
* Suppression d'une div fermante jamais ouverte!
|
1563 |
* Suppression d'une div fermante jamais ouverte!
|
1552 |
*
|
1564 |
*
|
1553 |
* Revision 1.91 2007-09-28 14:43:29 jp_milcent
|
1565 |
* Revision 1.91 2007-09-28 14:43:29 jp_milcent
|
1554 |
* Correction bogue sur la gestion du mail des r�dacteurs.
|
1566 |
* Correction bogue sur la gestion du mail des r�dacteurs.
|
1555 |
*
|
1567 |
*
|
1556 |
* Revision 1.90 2007-09-28 13:39:15 jp_milcent
|
1568 |
* Revision 1.90 2007-09-28 13:39:15 jp_milcent
|
1557 |
* Ajout d'une constante permettant de configurer l'affichage ou pas du courriel du r�dacteur d'une fiche.
|
1569 |
* Ajout d'une constante permettant de configurer l'affichage ou pas du courriel du r�dacteur d'une fiche.
|
1558 |
*
|
1570 |
*
|
1559 |
* Revision 1.89 2007-09-18 07:38:43 alexandre_tb
|
1571 |
* Revision 1.89 2007-09-18 07:38:43 alexandre_tb
|
1560 |
* ajout de la constante BAZ_AFFICHER_FILTRE_MOTEUR pour enlever le choix du type de fiche dans le moteur de recherche.
|
1572 |
* ajout de la constante BAZ_AFFICHER_FILTRE_MOTEUR pour enlever le choix du type de fiche dans le moteur de recherche.
|
1561 |
*
|
1573 |
*
|
1562 |
* Revision 1.88 2007-08-27 12:32:14 alexandre_tb
|
1574 |
* Revision 1.88 2007-08-27 12:32:14 alexandre_tb
|
1563 |
* suppression de un notice
|
1575 |
* suppression de un notice
|
1564 |
*
|
1576 |
*
|
1565 |
* Revision 1.87 2007-07-05 08:27:35 alexandre_tb
|
1577 |
* Revision 1.87 2007-07-05 08:27:35 alexandre_tb
|
1566 |
* dans le flux ajout utf8_encode pour la description et le titre des flux
|
1578 |
* dans le flux ajout utf8_encode pour la description et le titre des flux
|
1567 |
*
|
1579 |
*
|
1568 |
* indentation du code, et correction bug lorsque plusieurs cat�gories nature �taient demand� lors de consultation de fiche.
|
1580 |
* indentation du code, et correction bug lorsque plusieurs cat�gories nature �taient demand� lors de consultation de fiche.
|
1569 |
*
|
1581 |
*
|
1570 |
* Revision 1.86 2007-07-04 10:02:42 alexandre_tb
|
1582 |
* Revision 1.86 2007-07-04 10:02:42 alexandre_tb
|
1571 |
* deplacement d une balise <ul> dans la liste des resultats pour conformite xhtml
|
1583 |
* deplacement d une balise <ul> dans la liste des resultats pour conformite xhtml
|
1572 |
*
|
1584 |
*
|
1573 |
* Revision 1.85 2007-06-25 12:15:06 alexandre_tb
|
1585 |
* Revision 1.85 2007-06-25 12:15:06 alexandre_tb
|
1574 |
* merge from narmer
|
1586 |
* merge from narmer
|
1575 |
*
|
1587 |
*
|
1576 |
* Revision 1.84 2007-06-25 09:56:55 alexandre_tb
|
1588 |
* Revision 1.84 2007-06-25 09:56:55 alexandre_tb
|
1577 |
* correction de bug
|
1589 |
* correction de bug
|
1578 |
*
|
1590 |
*
|
1579 |
* Revision 1.83 2007-06-04 15:26:02 alexandre_tb
|
1591 |
* Revision 1.83 2007-06-04 15:26:02 alexandre_tb
|
1580 |
* remplacement d un die en return
|
1592 |
* remplacement d un die en return
|
1581 |
*
|
1593 |
*
|
1582 |
* Revision 1.82 2007/04/20 12:47:42 florian
|
1594 |
* Revision 1.82 2007/04/20 12:47:42 florian
|
1583 |
* correction bugs suite au merge
|
1595 |
* correction bugs suite au merge
|
1584 |
*
|
1596 |
*
|
1585 |
* Revision 1.81 2007/04/20 09:59:41 florian
|
1597 |
* Revision 1.81 2007/04/20 09:59:41 florian
|
1586 |
* et un echo en moins!
|
1598 |
* et un echo en moins!
|
1587 |
*
|
1599 |
*
|
1588 |
* Revision 1.80 2007/04/20 09:57:21 florian
|
1600 |
* Revision 1.80 2007/04/20 09:57:21 florian
|
1589 |
* correction bugs suite au merge
|
1601 |
* correction bugs suite au merge
|
1590 |
*
|
1602 |
*
|
1591 |
* Revision 1.79 2007/04/19 14:57:41 alexandre_tb
|
1603 |
* Revision 1.79 2007/04/19 14:57:41 alexandre_tb
|
1592 |
* merge
|
1604 |
* merge
|
1593 |
*
|
1605 |
*
|
1594 |
* Revision 1.77 2007/04/04 15:15:22 neiluj
|
1606 |
* Revision 1.77 2007/04/04 15:15:22 neiluj
|
1595 |
* d�bug pour nom wiki
|
1607 |
* d�bug pour nom wiki
|
1596 |
*
|
1608 |
*
|
1597 |
* Revision 1.76 2007/04/04 15:09:59 florian
|
1609 |
* Revision 1.76 2007/04/04 15:09:59 florian
|
1598 |
* modif class fichiers
|
1610 |
* modif class fichiers
|
1599 |
*
|
1611 |
*
|
1600 |
* Revision 1.75 2007/04/04 08:51:01 florian
|
1612 |
* Revision 1.75 2007/04/04 08:51:01 florian
|
1601 |
* gestion des classes sp�cifiques pour habiller par CSS les fiches bazar
|
1613 |
* gestion des classes sp�cifiques pour habiller par CSS les fiches bazar
|
1602 |
*
|
1614 |
*
|
1603 |
* Revision 1.74 2007/03/28 15:54:32 florian
|
1615 |
* Revision 1.74 2007/03/28 15:54:32 florian
|
1604 |
* correction de bugs
|
1616 |
* correction de bugs
|
1605 |
*
|
1617 |
*
|
1606 |
* Revision 1.73 2007/03/28 10:01:47 florian
|
1618 |
* Revision 1.73 2007/03/28 10:01:47 florian
|
1607 |
* ajout de la constante BAZ_UTILISE_TEMPLATE, pour utiliser ou non les templates pour l'affichage du moteur de recherche
|
1619 |
* ajout de la constante BAZ_UTILISE_TEMPLATE, pour utiliser ou non les templates pour l'affichage du moteur de recherche
|
1608 |
*
|
1620 |
*
|
1609 |
* Revision 1.72 2007/03/28 08:51:22 neiluj
|
1621 |
* Revision 1.72 2007/03/28 08:51:22 neiluj
|
1610 |
* passage des flux RSS en UTF-8
|
1622 |
* passage des flux RSS en UTF-8
|
1611 |
* ajout de l'indentation du code
|
1623 |
* ajout de l'indentation du code
|
1612 |
* V�rification validation w3c = OK
|
1624 |
* V�rification validation w3c = OK
|
1613 |
*
|
1625 |
*
|
1614 |
* Revision 1.71 2007/03/19 15:17:37 alexandre_tb
|
1626 |
* Revision 1.71 2007/03/19 15:17:37 alexandre_tb
|
1615 |
* correction de la requete de recherche
|
1627 |
* correction de la requete de recherche
|
1616 |
*
|
1628 |
*
|
1617 |
* Revision 1.70 2007/03/08 15:12:13 jp_milcent
|
1629 |
* Revision 1.70 2007/03/08 15:12:13 jp_milcent
|
1618 |
* Fusion avec la livraison Menes : 08 mars 2007
|
1630 |
* Fusion avec la livraison Menes : 08 mars 2007
|
1619 |
*
|
1631 |
*
|
1620 |
* Revision 1.60.2.11 2007/03/07 17:20:19 jp_milcent
|
1632 |
* Revision 1.60.2.11 2007/03/07 17:20:19 jp_milcent
|
1621 |
* Ajout du nettoyage syst�matique des URLs.
|
1633 |
* Ajout du nettoyage syst�matique des URLs.
|
1622 |
*
|
1634 |
*
|
1623 |
* Revision 1.60.2.10 2007/03/06 09:41:15 alexandre_tb
|
1635 |
* Revision 1.60.2.10 2007/03/06 09:41:15 alexandre_tb
|
1624 |
* backport de corrections de bugs de la branche principale
|
1636 |
* backport de corrections de bugs de la branche principale
|
1625 |
*
|
1637 |
*
|
1626 |
* Revision 1.69 2007/03/06 09:39:00 alexandre_tb
|
1638 |
* Revision 1.69 2007/03/06 09:39:00 alexandre_tb
|
1627 |
* correction de bug sur les jointures et sur les flux rss
|
1639 |
* correction de bug sur les jointures et sur les flux rss
|
1628 |
*
|
1640 |
*
|
1629 |
* Revision 1.68 2007/03/05 10:27:06 alexandre_tb
|
1641 |
* Revision 1.68 2007/03/05 10:27:06 alexandre_tb
|
1630 |
* ajout d identifiant dans les span qui affiche le detail d une fiche.
|
1642 |
* ajout d identifiant dans les span qui affiche le detail d une fiche.
|
1631 |
* ajout d un modele pour les fiches -> du code a ete deplace dans
|
1643 |
* ajout d un modele pour les fiches -> du code a ete deplace dans
|
1632 |
* bazar_template
|
1644 |
* bazar_template
|
1633 |
*
|
1645 |
*
|
1634 |
* Revision 1.67 2007/02/28 10:18:56 alexandre_tb
|
1646 |
* Revision 1.67 2007/02/28 10:18:56 alexandre_tb
|
1635 |
* backport de bug depuis la 1.60 de menes
|
1647 |
* backport de bug depuis la 1.60 de menes
|
1636 |
*
|
1648 |
*
|
1637 |
* Revision 1.60.2.9 2007/02/27 15:32:40 alexandre_tb
|
1649 |
* Revision 1.60.2.9 2007/02/27 15:32:40 alexandre_tb
|
1638 |
* utilisation de la fonction xmlEntities pour transformer les & en &#...;
|
1650 |
* utilisation de la fonction xmlEntities pour transformer les & en &#...;
|
1639 |
* fixe les plantages des flux rss lorsque des guillemets ou des esperluettes �taient pr�sents
|
1651 |
* fixe les plantages des flux rss lorsque des guillemets ou des esperluettes �taient pr�sents
|
1640 |
*
|
1652 |
*
|
1641 |
* Revision 1.60.2.8 2007/02/27 15:11:00 alexandre_tb
|
1653 |
* Revision 1.60.2.8 2007/02/27 15:11:00 alexandre_tb
|
1642 |
* correction d une jointure dans la requete pour les flux rss
|
1654 |
* correction d une jointure dans la requete pour les flux rss
|
1643 |
* utilisation de la librairie XML_Util de pear pour generer le flux RSS -> plus clair
|
1655 |
* utilisation de la librairie XML_Util de pear pour generer le flux RSS -> plus clair
|
1644 |
*
|
1656 |
*
|
1645 |
* Revision 1.60.2.7 2007/02/15 17:39:00 jp_milcent
|
1657 |
* Revision 1.60.2.7 2007/02/15 17:39:00 jp_milcent
|
1646 |
* Remise dans le code d'un bogue...
|
1658 |
* Remise dans le code d'un bogue...
|
1647 |
* A corriger!
|
1659 |
* A corriger!
|
1648 |
*
|
1660 |
*
|
1649 |
* Revision 1.60.2.6 2007/02/15 13:42:16 jp_milcent
|
1661 |
* Revision 1.60.2.6 2007/02/15 13:42:16 jp_milcent
|
1650 |
* Utilisation de IN � la place du = dans les requ�tes traitant les cat�gories de fiches.
|
1662 |
* Utilisation de IN � la place du = dans les requ�tes traitant les cat�gories de fiches.
|
1651 |
* Permet d'utiliser la syntaxe 1,2,3 dans la configuration de categorie_nature.
|
1663 |
* Permet d'utiliser la syntaxe 1,2,3 dans la configuration de categorie_nature.
|
1652 |
*
|
1664 |
*
|
1653 |
* Revision 1.64 2007/02/02 14:00:41 alexandre_tb
|
1665 |
* Revision 1.64 2007/02/02 14:00:41 alexandre_tb
|
1654 |
* mise en place d'un template pour l'affichage du moteur de recherche
|
1666 |
* mise en place d'un template pour l'affichage du moteur de recherche
|
1655 |
*
|
1667 |
*
|
1656 |
* Revision 1.60.2.5 2007/02/02 13:46:54 alexandre_tb
|
1668 |
* Revision 1.60.2.5 2007/02/02 13:46:54 alexandre_tb
|
1657 |
* correction bug sur une date
|
1669 |
* correction bug sur une date
|
1658 |
*
|
1670 |
*
|
1659 |
* Revision 1.60.2.4 2007/01/30 15:45:01 alexandre_tb
|
1671 |
* Revision 1.60.2.4 2007/01/30 15:45:01 alexandre_tb
|
1660 |
* affichage de la date de cr�ation e la fiche lorsque la date de d�but de validit� n'est plus bonne
|
1672 |
* affichage de la date de cr�ation e la fiche lorsque la date de d�but de validit� n'est plus bonne
|
1661 |
*
|
1673 |
*
|
1662 |
* Revision 1.60.2.3 2007/01/29 10:53:46 alexandre_tb
|
1674 |
* Revision 1.60.2.3 2007/01/29 10:53:46 alexandre_tb
|
1663 |
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
|
1675 |
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
|
1664 |
*
|
1676 |
*
|
1665 |
* Revision 1.63 2007/01/18 14:37:34 alexandre_tb
|
1677 |
* Revision 1.63 2007/01/18 14:37:34 alexandre_tb
|
1666 |
* backport
|
1678 |
* backport
|
1667 |
* les dates ne s'affichent pas si elles sont vides.
|
1679 |
* les dates ne s'affichent pas si elles sont vides.
|
1668 |
* les champs dates propose 4 ann�es avant l'ann�e actuelle
|
1680 |
* les champs dates propose 4 ann�es avant l'ann�e actuelle
|
1669 |
*
|
1681 |
*
|
1670 |
* Revision 1.60.2.2 2007/01/17 16:01:27 alexandre_tb
|
1682 |
* Revision 1.60.2.2 2007/01/17 16:01:27 alexandre_tb
|
1671 |
* les dates ne s'affichent pas si elles sont vides.
|
1683 |
* les dates ne s'affichent pas si elles sont vides.
|
1672 |
* les champs dates propose 4 ann�es avant l'ann�e actuelle
|
1684 |
* les champs dates propose 4 ann�es avant l'ann�e actuelle
|
1673 |
*
|
1685 |
*
|
1674 |
* Revision 1.60.2.1 2007/01/05 14:41:49 alexandre_tb
|
1686 |
* Revision 1.60.2.1 2007/01/05 14:41:49 alexandre_tb
|
1675 |
* backport ordre d affichage des dernieres news et suppression de la taille des images uploadees
|
1687 |
* backport ordre d affichage des dernieres news et suppression de la taille des images uploadees
|
1676 |
*
|
1688 |
*
|
1677 |
* Revision 1.60 2006/10/05 08:53:50 florian
|
1689 |
* Revision 1.60 2006/10/05 08:53:50 florian
|
1678 |
* amelioration moteur de recherche, correction de bugs
|
1690 |
* amelioration moteur de recherche, correction de bugs
|
1679 |
*
|
1691 |
*
|
1680 |
* Revision 1.59 2006/09/21 14:19:39 florian
|
1692 |
* Revision 1.59 2006/09/21 14:19:39 florian
|
1681 |
* am�lioration des fonctions li�s au wikini
|
1693 |
* am�lioration des fonctions li�s au wikini
|
1682 |
*
|
1694 |
*
|
1683 |
* Revision 1.58 2006/09/15 12:31:40 alexandre_tb
|
1695 |
* Revision 1.58 2006/09/15 12:31:40 alexandre_tb
|
1684 |
* correction du nom du flux RSS.
|
1696 |
* correction du nom du flux RSS.
|
1685 |
*
|
1697 |
*
|
1686 |
* Revision 1.57 2006/07/25 13:22:27 alexandre_tb
|
1698 |
* Revision 1.57 2006/07/25 13:22:27 alexandre_tb
|
1687 |
* r�organisation du code, sans grand changement
|
1699 |
* r�organisation du code, sans grand changement
|
1688 |
*
|
1700 |
*
|
1689 |
* Revision 1.56 2006/07/18 14:13:35 alexandre_tb
|
1701 |
* Revision 1.56 2006/07/18 14:13:35 alexandre_tb
|
1690 |
* Ajout d identifiant HTML
|
1702 |
* Ajout d identifiant HTML
|
1691 |
*
|
1703 |
*
|
1692 |
* Revision 1.55 2006/07/04 14:29:18 alexandre_tb
|
1704 |
* Revision 1.55 2006/07/04 14:29:18 alexandre_tb
|
1693 |
* Ajout du bouton supprimer pour les administrateurs
|
1705 |
* Ajout du bouton supprimer pour les administrateurs
|
1694 |
*
|
1706 |
*
|
1695 |
* Revision 1.54 2006/07/03 09:51:21 alexandre_tb
|
1707 |
* Revision 1.54 2006/07/03 09:51:21 alexandre_tb
|
1696 |
* correction du bug recherche sur fiches valid�s et invalid�s.
|
1708 |
* correction du bug recherche sur fiches valid�s et invalid�s.
|
1697 |
*
|
1709 |
*
|
1698 |
* Revision 1.53 2006/06/29 10:29:51 florian
|
1710 |
* Revision 1.53 2006/06/29 10:29:51 florian
|
1699 |
* correction bug moteur de recherche
|
1711 |
* correction bug moteur de recherche
|
1700 |
*
|
1712 |
*
|
1701 |
* Revision 1.52 2006/06/02 09:29:07 florian
|
1713 |
* Revision 1.52 2006/06/02 09:29:07 florian
|
1702 |
* debut d'integration de wikini
|
1714 |
* debut d'integration de wikini
|
1703 |
*
|
1715 |
*
|
1704 |
* Revision 1.51 2006/05/23 15:41:27 alexandre_tb
|
1716 |
* Revision 1.51 2006/05/23 15:41:27 alexandre_tb
|
1705 |
* ajout de la num�rotation des pages en haut et en bas ds r�sultats et ajout d'une div class=bazar_numero pour les entourer
|
1717 |
* ajout de la num�rotation des pages en haut et en bas ds r�sultats et ajout d'une div class=bazar_numero pour les entourer
|
1706 |
*
|
1718 |
*
|
1707 |
* Revision 1.50 2006/05/22 09:55:12 alexandre_tb
|
1719 |
* Revision 1.50 2006/05/22 09:55:12 alexandre_tb
|
1708 |
* ajout de la variable recherche_avancee dans l'action du formulaire
|
1720 |
* ajout de la variable recherche_avancee dans l'action du formulaire
|
1709 |
*
|
1721 |
*
|
1710 |
* Revision 1.49 2006/05/19 13:54:11 florian
|
1722 |
* Revision 1.49 2006/05/19 13:54:11 florian
|
1711 |
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
|
1723 |
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
|
1712 |
*
|
1724 |
*
|
1713 |
* Revision 1.48 2006/05/17 09:50:13 alexandre_tb
|
1725 |
* Revision 1.48 2006/05/17 09:50:13 alexandre_tb
|
1714 |
* Ajout du moteur de recherche �volu� et du d�coupage par page
|
1726 |
* Ajout du moteur de recherche �volu� et du d�coupage par page
|
1715 |
*
|
1727 |
*
|
1716 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
1728 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
1717 |
*/
|
1729 |
*/
|
1718 |
?>
|
1730 |
?>
|