[ 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 +----------------------------------------------------------------------------+ 14 */ 15 16 if (!defined('e107_INIT')) { exit; } 17 if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%"); } 18 19 $FORUMPOLLPOSTED = 20 "<table style='".USER_WIDTH."' class='fborder'> 21 <tr> 22 <td class='fcaption' colspan='2'>".LAN_133."</td> 23 </tr><tr> 24 <td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td> 25 <td style='vertical-align:middle; width:80%' class='forumheader2'> 26 <br />".LAN_413."<br /> 27 <span class='defaulttext'><a class='forumlink' href='".e_PLUGIN."forum/forum_viewtopic.php?".$thread_id."'>".LAN_414."</a><br /> 28 <a class='forumlink' href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br /> 29 </td></tr></table>"; 30 31 $FORUMTHREADPOSTED = " 32 <table style='".USER_WIDTH."' class='fborder'> 33 <tr> 34 <td class='fcaption' colspan='2'>".LAN_133."</td> 35 </tr><tr> 36 <td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td> 37 <td style='vertical-align:middle; width:80%' class='forumheader2'> 38 <br />".LAN_324."<br /> 39 ".(defined("F_MESSAGE") ? F_MESSAGE."<br />" : "")." 40 <span class='defaulttext'><a href='".e_PLUGIN."forum/forum_viewtopic.php?{$iid}.last'>".LAN_325."</a><br /> 41 <a href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br /> 42 </td></tr></table>"; 43 44 45 $FORUMREPLYPOSTED = " 46 <table style='".USER_WIDTH."' class='fborder'> 47 <tr> 48 <td class='fcaption' colspan='2'>".LAN_133."</td> 49 </tr><tr> 50 <td style='text-align:right; vertical-align:middle; width:20%' class='forumheader2'>".IMAGE_e." </td> 51 <td style='vertical-align:middle; width:80%' class='forumheader2'> 52 <br />".LAN_415."<br /> 53 ".(defined("F_MESSAGE") ? F_MESSAGE."<br />" : "")." 54 <span class='defaulttext'><a href='".e_PLUGIN."forum/forum_viewtopic.php?{$iid}.last'>".LAN_325."</a><br /> 55 <a href='".e_PLUGIN."forum/forum_viewforum.php?".$forum_id."'>".LAN_326."</a></span><br /><br /> 56 </td></tr></table>"; 57 58 ?>
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 |