[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare SiteMgr - Web Content Management * 4 * http://www.egroupware.org * 5 * -------------------------------------------- * 6 * This program is free software; you can redistribute it and/or modify it * 7 * under the terms of the GNU General Public License as published by the * 8 * Free Software Foundation; either version 2 of the License, or (at your * 9 * option) any later version. * 10 \**************************************************************************/ 11 12 /* $Id: left_bt.inc.php 13729 2004-02-10 14:56:34Z ralfbecker $ */ 13 14 class left_bt 15 { 16 function apply_transform($title,$content) 17 { 18 return ' 19 <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> 20 <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> 21 <font class="content" color="#363636"><b>' . $title . '</b></font> 22 </td></tr></table></td></tr></table> 23 <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> 24 <tr valign="top"><td bgcolor="#ffffff">' . 25 $content . ' 26 </td></tr></table> 27 <br>'; 28 } 29 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |