Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bazar.php,v 1.17 2005-12-01 16:05:41 florian Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.18 2005-12-02 10:57:03 florian 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-2004
|
30 |
*@copyright Tela-Botanica 2000-2004
|
31 |
*@version $Revision: 1.17 $ $Date: 2005-12-01 16:05:41 $
|
31 |
*@version $Revision: 1.18 $ $Date: 2005-12-02 10:57:03 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 147... |
Line 147... |
147 |
$res.= '</ul>'."\n";
|
147 |
$res.= '</ul>'."\n";
|
148 |
$res.='</div>'."\n";
|
148 |
$res.='</div>'."\n";
|
Line 149... |
Line 149... |
149 |
|
149 |
|
150 |
//le corps de l'appli
|
150 |
//le corps de l'appli
|
- |
|
151 |
$res.='<div id="BAZ_corps">'."\n";
|
- |
|
152 |
|
- |
|
153 |
//si un parametre est précisé dans le gestionnaire de menus papyrus, on le prends en compte
|
- |
|
154 |
if (!isset($_GET['action'])and(isset($GLOBALS['_GEN_commun']['info_application']->action))) {
|
- |
|
155 |
$_GET['action']=$GLOBALS['_GEN_commun']['info_application']->action;
|
151 |
$res.='<div id="BAZ_corps">'."\n";
|
156 |
}
|
152 |
if (isset($_GET['action'])) {
|
157 |
if (isset($_GET['action'])) {
|
153 |
switch ($_GET['action']) {
|
158 |
switch ($_GET['action']) {
|
154 |
case BAZ_VOIR_VOS_ANNONCES : $res .= mes_fiches(); break;
|
159 |
case BAZ_VOIR_VOS_ANNONCES : $res .= mes_fiches(); break;
|
155 |
case BAZ_VOIR_TOUTES_ANNONCES : $res .= baz_liste($_REQUEST['nature'],'',''); break;
|
160 |
case BAZ_VOIR_TOUTES_ANNONCES : $res .= baz_liste($_REQUEST['nature'],'',''); break;
|
Line 182... |
Line 187... |
182 |
|
187 |
|
183 |
|
188 |
|
184 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
189 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
190 |
*
|
- |
|
191 |
* $Log: not supported by cvs2svn $
|
- |
|
192 |
* Revision 1.17 2005/12/01 16:05:41 florian
|
185 |
*
|
193 |
* changement des chemins pour appli Pear
|
186 |
* $Log: not supported by cvs2svn $
|
194 |
*
|
187 |
* Revision 1.16 2005/12/01 15:31:30 florian
|
195 |
* Revision 1.16 2005/12/01 15:31:30 florian
|
188 |
* correction bug modifs et saisies
|
196 |
* correction bug modifs et saisies
|
189 |
*
|
197 |
*
|