Subversion Repositories Applications.bazar

Rev

Rev 9 | Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 10
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.6 2005-09-30 12:22:54 florian Exp $
22
// CVS : $Id: bazar.php,v 1.7 2005-09-30 12:34:44 ddelon 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.6 $ $Date: 2005-09-30 12:22:54 $
31
*@version       $Revision: 1.7 $ $Date: 2005-09-30 12:34:44 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 108... Line 108...
108
	$GLOBALS['_BAZAR_']['url']->addQueryString('nature', 'toutes');
108
	$GLOBALS['_BAZAR_']['url']->addQueryString('nature', 'toutes');
109
	$res .='<li><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_TOUTES_LES_ANNONCES.'</a></li></ul></li>'."\n";
109
	$res .='<li><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_TOUTES_LES_ANNONCES.'</a></li></ul></li>'."\n";
110
	$GLOBALS['_BAZAR_']['url']->removeQueryString('nature');
110
	$GLOBALS['_BAZAR_']['url']->removeQueryString('nature');
111
	$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
111
	$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
Line 112... Line -...
112
	
-
 
113
	
112
	
114
	//partie recherche d'annonces
113
	//partie recherche d'annonces
115
	$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_RECHERCHER_ANNONCE);
114
	$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_RECHERCHER_ANNONCE);
116
	$res .='<li><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_RECHERCHER_DES_ANNONCES.'</a></li>'."\n";
115
	$res .='<li><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_RECHERCHER_DES_ANNONCES.'</a></li>'."\n";
Line 207... Line 206...
207
}
206
}
Line 208... Line 207...
208
 
207
 
209
 
208
 
210
/* +--Fin du code ----------------------------------------------------------------------------------------+
209
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
210
*
-
 
211
* $Log: not supported by cvs2svn $
-
 
212
* Revision 1.6  2005/09/30 12:22:54  florian
211
*
213
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
212
* $Log: not supported by cvs2svn $
214
*
213
* Revision 1.4  2005/07/21 19:03:12  florian
215
* Revision 1.4  2005/07/21 19:03:12  florian
214
* nouveautés bazar: templates fiches, correction de bugs, ...
216
* nouveautés bazar: templates fiches, correction de bugs, ...
215
*
217
*