Subversion Repositories Applications.bazar

Rev

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

Rev 164 Rev 165
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.61 2006-12-05 13:35:41 alexandre_tb Exp $
22
// CVS : $Id: bazar.fonct.rss.php,v 1.62 2006-12-11 15:54:55 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.61 $
31
*@version       $Revision: 1.62 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 208... Line 208...
208
	//on affiche ligne par ligne sinon
208
	//on affiche ligne par ligne sinon
209
	else {
209
	else {
210
		//cas d'une image personalisée
210
		//cas d'une image personalisée
211
		if (isset($ligne['bf_url_image'])) {
211
		if (isset($ligne['bf_url_image'])) {
212
			$res .= '<div id="fiche_image">'."\n";
212
			$res .= '<div id="fiche_image">'."\n";
213
			$res .= '<img src="client/bazar/upload/'.$ligne['bf_url_image'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" width="130" height="130"  />'."\n";
213
			$res .= '<img src="client/bazar/upload/'.$ligne['bf_url_image'].'" border=0 alt="'.BAZ_TEXTE_IMG_ALTERNATIF.'" />'."\n";
214
			$res .= '</div>'."\n";
214
			$res .= '</div>'."\n";
215
		}
215
		}
216
		//cas d'une image par défaut
216
		//cas d'une image par défaut
217
		elseif (isset ($GLOBALS['_BAZAR_']['image_logo']) && $GLOBALS['_BAZAR_']['image_logo']!='') {
217
		elseif (isset ($GLOBALS['_BAZAR_']['image_logo']) && $GLOBALS['_BAZAR_']['image_logo']!='') {
218
			$res .= '<div id="fiche_image">'."\n";
218
			$res .= '<div id="fiche_image">'."\n";
Line 1010... Line 1010...
1010
}
1010
}
Line 1011... Line 1011...
1011
 
1011
 
1012
/* +--Fin du code ----------------------------------------------------------------------------------------+
1012
/* +--Fin du code ----------------------------------------------------------------------------------------+
1013
*
1013
*
-
 
1014
* $Log: not supported by cvs2svn $
-
 
1015
* Revision 1.61  2006/12/05 13:35:41  alexandre_tb
-
 
1016
* modification de l ordre d apparition des fiches
1014
* $Log: not supported by cvs2svn $
1017
*
1015
* Revision 1.60  2006/10/05 08:53:50  florian
1018
* Revision 1.60  2006/10/05 08:53:50  florian
1016
* amelioration moteur de recherche, correction de bugs
1019
* amelioration moteur de recherche, correction de bugs
1017
*
1020
*
1018
* Revision 1.59  2006/09/21 14:19:39  florian
1021
* Revision 1.59  2006/09/21 14:19:39  florian