Subversion Repositories Applications.bazar

Rev

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

Rev 64 Rev 67
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.19 2006-01-03 10:19:31 florian Exp $
22
// CVS : $Id: bazar.php,v 1.20 2006-01-05 16:28:25 alexandre_tb 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.19 $ $Date: 2006-01-03 10:19:31 $
31
*@version       $Revision: 1.20 $ $Date: 2006-01-05 16:28:25 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 96... Line 96...
96
// |                                           LISTE de FONCTIONS                                         |
96
// |                                           LISTE de FONCTIONS                                         |
97
// +------------------------------------------------------------------------------------------------------+
97
// +------------------------------------------------------------------------------------------------------+
98
if ($GLOBALS['_BAZAR_']['affiche_menu']) {
98
if ($GLOBALS['_BAZAR_']['affiche_menu']) {
99
	//---------------le menu de l'appli-----------
99
	//---------------le menu de l'appli-----------
100
	function afficherContenuNavigation () {
100
	function afficherContenuNavigation () {
101
		$res .='<ul>'."\n";
101
		$res ='<ul>'."\n";
102
		$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_VOIR_TOUTES_ANNONCES);
102
		$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_VOIR_TOUTES_ANNONCES);
103
		$GLOBALS['_BAZAR_']['url']->addQueryString('nature', 'toutes');
103
		$GLOBALS['_BAZAR_']['url']->addQueryString('nature', 'toutes');
104
		//partie consultation d'annonces
104
		//partie consultation d'annonces
105
		$res .= '<li><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_CONSULTER.'</a>'."\n".'</li>'."\n";
105
		$res .= '<li><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_CONSULTER.'</a>'."\n".'</li>'."\n";
106
		$GLOBALS['_BAZAR_']['url']->removeQueryString('nature');
106
		$GLOBALS['_BAZAR_']['url']->removeQueryString('nature');
Line 181... Line 181...
181
 
181
 
182
 
182
 
183
/* +--Fin du code ----------------------------------------------------------------------------------------+
183
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
184
*
-
 
185
* $Log: not supported by cvs2svn $
-
 
186
* Revision 1.19  2006/01/03 10:19:31  florian
184
*
187
* Mise à jour pour accepter des parametres dans papyrus: faire apparaitre ou non le menu, afficher qu'un type de fiches, définir l'action par défaut...
185
* $Log: not supported by cvs2svn $
188
*
186
* Revision 1.18  2005/12/02 10:57:03  florian
189
* Revision 1.18  2005/12/02 10:57:03  florian
187
* MAJ pour paramétrage dans gestion de menus papyrus
190
* MAJ pour paramétrage dans gestion de menus papyrus
188
*
191
*