Subversion Repositories Applications.bazar

Rev

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

Rev 169 Rev 173
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.fonct.rss.php,v 1.60.2.2 2007-01-17 16:01:27 alexandre_tb Exp $
22
// CVS : $Id: bazar.fonct.rss.php,v 1.60.2.3 2007-01-29 10:53:46 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-2006
30
*@copyright     Tela-Botanica 2000-2006
31
*@version       $Revision: 1.60.2.2 $
31
*@version       $Revision: 1.60.2.3 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 905... Line 905...
905
		$res .= '<br /><p class="zone_info">'."\n".BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE.'</p>'."\n";
905
		$res .= '<br /><p class="zone_info">'."\n".BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE.'</p>'."\n";
906
		$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
906
		$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
907
		$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_VOIR_FLUX_RSS);
907
		$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_VOIR_FLUX_RSS);
908
		$GLOBALS['_BAZAR_']['url']->addQueryString('annonce', $typeannonce);
908
		$GLOBALS['_BAZAR_']['url']->addQueryString('annonce', $typeannonce);
909
		$GLOBALS['_BAZAR_']['url']->addQueryString('categorie_nature', $GLOBALS['_BAZAR_']['categorie_nature']);
909
		$GLOBALS['_BAZAR_']['url']->addQueryString('categorie_nature', $GLOBALS['_BAZAR_']['categorie_nature']);
910
		$res .= '{{Syndication titre="Les derni&egrave;res fiches enregistrées" url="'.preg_replace ('/&amp;/', '&', $GLOBALS['_BAZAR_']['url']->getURL()).
910
		$res .= '{{Syndication titre="'.BAZ_DERNIERES_FICHES.'" url="'.preg_replace ('/&amp;/', '&', $GLOBALS['_BAZAR_']['url']->getURL()).
911
                '" nb=10 nouvellefenetre=0 formatdate="'.BAZ_TYPE_AFFICHAGE_LISTE.'"}}';
911
                '" nb=10 nouvellefenetre=0 formatdate="'.BAZ_TYPE_AFFICHAGE_LISTE.'"}}';
912
	}
912
	}
913
	return $res;
913
	return $res;
914
}
914
}
Line 1014... Line 1014...
1014
}
1014
}
Line 1015... Line 1015...
1015
 
1015
 
1016
/* +--Fin du code ----------------------------------------------------------------------------------------+
1016
/* +--Fin du code ----------------------------------------------------------------------------------------+
1017
*
1017
*
-
 
1018
* $Log: not supported by cvs2svn $
-
 
1019
* Revision 1.60.2.2  2007/01/17 16:01:27  alexandre_tb
-
 
1020
* les dates ne s'affichent pas si elles sont vides.
-
 
1021
* les champs dates propose 4 années avant l'année actuelle
1018
* $Log: not supported by cvs2svn $
1022
*
1019
* Revision 1.60.2.1  2007/01/05 14:41:49  alexandre_tb
1023
* Revision 1.60.2.1  2007/01/05 14:41:49  alexandre_tb
1020
* backport ordre d affichage des dernieres news et suppression de la taille des images uploadees
1024
* backport ordre d affichage des dernieres news et suppression de la taille des images uploadees
1021
*
1025
*
1022
* Revision 1.60  2006/10/05 08:53:50  florian
1026
* Revision 1.60  2006/10/05 08:53:50  florian