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.91 2007-09-28 14:43:29 jp_milcent Exp $
|
22 |
// CVS : $Id: bazar.fonct.rss.php,v 1.92 2007-09-28 15:02:43 jp_milcent 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.91 $
|
31 |
*@version $Revision: 1.92 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 378... |
Line 378... |
378 |
}
|
378 |
}
|
379 |
}
|
379 |
}
|
380 |
$res .= '</div>'."\n";
|
380 |
$res .= '</div>'."\n";
|
381 |
$res .= '</div>'."\n";
|
381 |
$res .= '</div>'."\n";
|
382 |
}
|
382 |
}
|
- |
|
383 |
|
- |
|
384 |
// ATTENTION : vérifier que le div ci-dessous est bien inutile dans tous les cas! Il n'y a pas dans cette fonction de div ouvrant correspondant.
|
383 |
$res .= '</div>'."\n";
|
385 |
// $res .= '</div>'."\n";
|
Line 384... |
Line 386... |
384 |
|
386 |
|
385 |
//on ajoute les appropriations, s'il le faut
|
387 |
//on ajoute les appropriations, s'il le faut
|
386 |
if (($danslappli==1)and($GLOBALS['_BAZAR_']['appropriation']==1)) {
|
388 |
if (($danslappli==1)and($GLOBALS['_BAZAR_']['appropriation']==1)) {
|
387 |
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
389 |
$res .= '<br />'."\n".'<div class="BAZ_cadre_fiche BAZ_cadre_fiche_'.$GLOBALS['_BAZAR_']['class'].'">'."\n";
|
Line 1210... |
Line 1212... |
1210 |
}
|
1212 |
}
|
Line 1211... |
Line 1213... |
1211 |
|
1213 |
|
1212 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1214 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1213 |
*
|
1215 |
*
|
- |
|
1216 |
* $Log: not supported by cvs2svn $
|
- |
|
1217 |
* Revision 1.91 2007-09-28 14:43:29 jp_milcent
|
- |
|
1218 |
* Correction bogue sur la gestion du mail des rédacteurs.
|
1214 |
* $Log: not supported by cvs2svn $
|
1219 |
*
|
1215 |
* Revision 1.90 2007-09-28 13:39:15 jp_milcent
|
1220 |
* Revision 1.90 2007-09-28 13:39:15 jp_milcent
|
1216 |
* Ajout d'une constante permettant de configurer l'affichage ou pas du courriel du rédacteur d'une fiche.
|
1221 |
* Ajout d'une constante permettant de configurer l'affichage ou pas du courriel du rédacteur d'une fiche.
|
1217 |
*
|
1222 |
*
|
1218 |
* Revision 1.89 2007-09-18 07:38:43 alexandre_tb
|
1223 |
* Revision 1.89 2007-09-18 07:38:43 alexandre_tb
|