[ 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" cellspacing="0" cellpadding="0" width="180"><tr> 20 <td width="15" height="15"><img src="templates/3D-Fantasy/images/up-left2.gif" alt="" border="0"></td> 21 <td><img src="templates/3D-Fantasy/images/up2.gif" width="100%" height="15"></td> 22 <td><img src="templates/3D-Fantasy/images/up-right2.gif" width="15" height="15" alt="" border="0"></td></tr> 23 <tr> 24 <td background="templates/3D-Fantasy/images/left2.gif" width="15"> </td> 25 <td bgcolor="ffffff" width="100%"> 26 <b>' .$title . '</b><br><br>' . 27 $content .'</td> 28 <td background="templates/3D-Fantasy/images/right2.gif"> </td></tr> 29 <tr> 30 <td width="15" height="15"><img src="templates/3D-Fantasy/images/down-left2.gif" alt="" border="0"></td> 31 <td><img src="templates/3D-Fantasy/images/down2.gif" width="100%" height="15"></td> 32 <td><img src="templates/3D-Fantasy/images/down-right2.gif" width="15" height="15" alt="" border="0"></td></tr></table> 33 <br>'; 34 } 35 }
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 |