[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_plugins/forum/templates/forum_preview_template.php,v $ 14 | $Revision: 1.4 $ 15 | $Date: 2006/07/21 10:05:19 $ 16 | $Author: lisa_ $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%;margin-left:auto;margin-right:auto"); } 22 23 $FORUM_PREVIEW = "<div style='text-align:center'> 24 <table style='".USER_WIDTH."' class='fborder'> 25 <tr> 26 <td colspan='2' class='fcaption' style='vertical-align:top'>".LAN_323. 27 ($action != "nt" ? "</td>" : " ( ".LAN_62.$tsubject." )</td>")." 28 <tr> 29 <td class='forumheader3' style='width:20%; vertical-align:top'><b>".$poster."</b></td> 30 <td class='forumheader3' style='width:80%'> 31 <div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322.$postdate."</div>".$tpost."</td> 32 </tr> 33 </table> 34 </div>"; 35 36 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |