Line 19... |
Line 19... |
19 |
// | |
|
19 |
// | |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
24 |
// CVS : $Id: eflore_affichage_xhtml.fonct.php,v 1.3 2006-11-09 18:11:10 jp_milcent Exp $
|
24 |
// CVS : $Id: eflore_affichage_xhtml.fonct.php,v 1.4 2006-11-09 18:13:03 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Fonctions pour l'affichage XHTML.
|
26 |
* Fonctions pour l'affichage XHTML.
|
27 |
*
|
27 |
*
|
28 |
*@package eFlore
|
28 |
*@package eFlore
|
29 |
*@subpackage Ancien
|
29 |
*@subpackage Ancien
|
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2005
|
34 |
*@copyright Tela-Botanica 2000-2005
|
35 |
*@version $Revision: 1.3 $ $Date: 2006-11-09 18:11:10 $
|
35 |
*@version $Revision: 1.4 $ $Date: 2006-11-09 18:13:03 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 156... |
Line 156... |
156 |
break;
|
156 |
break;
|
157 |
case 'pied_page' :
|
157 |
case 'pied_page' :
|
158 |
$html_renvoyer = '<p id="eflore_pied_page">'.EFLORE_LG_PIED.'</p>';
|
158 |
$html_renvoyer = '<p id="eflore_pied_page">'.EFLORE_LG_PIED.'</p>';
|
159 |
break;
|
159 |
break;
|
160 |
case 'debut_ligne_alerte' :
|
160 |
case 'debut_ligne_alerte' :
|
161 |
$html_renvoyer = '<p class="attention">Attention';
|
161 |
$html_renvoyer = '<p class="information">';
|
162 |
break;
|
162 |
break;
|
163 |
case 'fin_ligne_alerte' :
|
163 |
case 'fin_ligne_alerte' :
|
164 |
$html_renvoyer = '</p>';
|
164 |
$html_renvoyer = '</p>';
|
165 |
break;
|
165 |
break;
|
166 |
}//fin du switch
|
166 |
}//fin du switch
|