Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 30 → Rev 31

/trunk/bibliotheque/echoro_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: echoro_affichage_xhtml.fonct.php,v 1.3 2005-02-23 17:29:57 jpm Exp $
// CVS : $Id: echoro_affichage_xhtml.fonct.php,v 1.4 2005-05-31 13:45:22 jpm Exp $
/**
* Fichier permettant d'inclure les données dans du XHTML.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2005-02-23 17:29:57 $
*@version $Revision: 1.4 $ $Date: 2005-05-31 13:45:22 $
// +------------------------------------------------------------------------------------------------------+
*/
 
111,8 → 111,8
}
$html_renvoyer .='<table id="echoro_resultat">
<colgroup>
<col class="echoro_colonne_01">
<col class="echoro_colonne_02">
<col class="echoro_colonne_01" />
<col class="echoro_colonne_02" />
</colgroup>
<thead>
<tr class="echoro_ligne_entete_01">
239,6 → 239,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2005/02/23 17:29:57 jpm
* Amélioration du code html.
*
* Revision 1.2 2005/02/22 19:36:28 jpm
* Suppression de code html superflu.
* Mise en conformité avec la convention de codage.