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.1 2007-01-05 14:41:49 alexandre_tb Exp $
|
22 |
// CVS : $Id: bazar.fonct.rss.php,v 1.60.2.2 2007-01-17 16:01:27 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.1 $
|
31 |
*@version $Revision: 1.60.2.2 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 252... |
Line 252... |
252 |
}
|
252 |
}
|
253 |
}
|
253 |
}
|
254 |
elseif ( $tableau[$i]['type']=='listedatedeb' || $tableau[$i]['type']=='listedatefin' ) {
|
254 |
elseif ( $tableau[$i]['type']=='listedatedeb' || $tableau[$i]['type']=='listedatefin' ) {
|
255 |
$val=$tableau[$i]['nom_bdd'];
|
255 |
$val=$tableau[$i]['nom_bdd'];
|
256 |
if (!in_array($val, array ('bf_date_debut_validite_fiche', 'bf_date_fin_validite_fiche'))) {
|
256 |
if (!in_array($val, array ('bf_date_debut_validite_fiche', 'bf_date_fin_validite_fiche'))) {
|
257 |
if ($ligne[$val] != '') {
|
257 |
if ($ligne[$val] != '' && $ligne[$val] != '0000-00-00') {
|
258 |
$res .= '<span class="rubrique">'.$tableau[$i]['label'].':</span>'."\n";
|
258 |
$res .= '<span class="rubrique">'.$tableau[$i]['label'].':</span>'."\n";
|
259 |
$res .= '<span class="description"> '.strftime('%d.%m.%Y',strtotime($ligne[$val])).'</span>'."\n".'<br />'."\n";
|
259 |
$res .= '<span class="description"> '.strftime('%d.%m.%Y',strtotime($ligne[$val])).'</span>'."\n".'<br />'."\n";
|
260 |
}
|
260 |
}
|
261 |
}
|
261 |
}
|
262 |
}
|
262 |
}
|
Line 314... |
Line 314... |
314 |
$res .= '<div id="BAZ_bas_page">';
|
314 |
$res .= '<div id="BAZ_bas_page">';
|
315 |
}
|
315 |
}
|
Line 316... |
Line 316... |
316 |
|
316 |
|
317 |
//informations complementaires (id fiche, etat publication,... )
|
317 |
//informations complementaires (id fiche, etat publication,... )
|
318 |
if ($danslappli==1) {
|
318 |
if ($danslappli==1) {
|
- |
|
319 |
if ($ligne['bf_statut_fiche']==1 && $GLOBALS['_BAZAR_']['appropriation']!=1) {
|
- |
|
320 |
if ($ligne['bf_date_debut_validite_fiche'] != '0000-00-00' && $ligne['bf_date_fin_validite_fiche'] != '0000-00-00') {
|
- |
|
321 |
$res .= '<span class="rubrique">'.BAZ_PUBLIEE.':</span> '.BAZ_DU.
|
319 |
if ($ligne['bf_statut_fiche']==1 && $GLOBALS['_BAZAR_']['appropriation']!=1 ) {
|
322 |
' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_debut_validite_fiche'])).' '.
|
- |
|
323 |
BAZ_AU.' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_fin_validite_fiche'])).'<br />'."\n";
|
320 |
$res .= '<span class="rubrique">'.BAZ_PUBLIEE.':</span> '.BAZ_DU.' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_debut_validite_fiche'])).' '.BAZ_AU.' '.strftime('%d.%m.%Y',strtotime($ligne['bf_date_fin_validite_fiche'])).'<br />'."\n";
|
324 |
}
|
321 |
}
|
325 |
}
|
322 |
elseif ($GLOBALS['_BAZAR_']['appropriation']!=1 || $ligne['bf_statut_fiche']!=1) {
|
326 |
elseif ($GLOBALS['_BAZAR_']['appropriation']!=1 || $ligne['bf_statut_fiche']!=1) {
|
323 |
$res .= '<span class="rubrique">'.BAZ_PUBLIEE.':</span> '.BAZ_NON;
|
327 |
$res .= '<span class="rubrique">'.BAZ_PUBLIEE.':</span> '.BAZ_NON;
|
324 |
if ( $est_admin ) {
|
328 |
if ( $est_admin ) {
|
Line 1010... |
Line 1014... |
1010 |
}
|
1014 |
}
|
Line 1011... |
Line 1015... |
1011 |
|
1015 |
|
1012 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1016 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1013 |
*
|
1017 |
*
|
- |
|
1018 |
* $Log: not supported by cvs2svn $
|
- |
|
1019 |
* 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
|
1014 |
* $Log: not supported by cvs2svn $
|
1021 |
*
|
1015 |
* Revision 1.60 2006/10/05 08:53:50 florian
|
1022 |
* Revision 1.60 2006/10/05 08:53:50 florian
|
1016 |
* amelioration moteur de recherche, correction de bugs
|
1023 |
* amelioration moteur de recherche, correction de bugs
|
1017 |
*
|
1024 |
*
|
1018 |
* Revision 1.59 2006/09/21 14:19:39 florian
|
1025 |
* Revision 1.59 2006/09/21 14:19:39 florian
|