Subversion Repositories eFlore/Archives.eflore-consultation-v1

Compare Revisions

Ignore whitespace Rev 11 → Rev 12

/trunk/bibliotheque/eflore_affichage_xhtml.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_affichage_xhtml.fonct.php,v 1.3 2006-11-09 18:11:10 jp_milcent Exp $
// CVS : $Id: eflore_affichage_xhtml.fonct.php,v 1.4 2006-11-09 18:13:03 jp_milcent Exp $
/**
* Fonctions pour l'affichage XHTML.
*
32,7 → 32,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.3 $ $Date: 2006-11-09 18:11:10 $
*@version $Revision: 1.4 $ $Date: 2006-11-09 18:13:03 $
// +------------------------------------------------------------------------------------------------------+
*/
 
158,7 → 158,7
$html_renvoyer = '<p id="eflore_pied_page">'.EFLORE_LG_PIED.'</p>';
break;
case 'debut_ligne_alerte' :
$html_renvoyer = '<p class="attention">Attention';
$html_renvoyer = '<p class="information">';
break;
case 'fin_ligne_alerte' :
$html_renvoyer = '</p>';