[ 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/newsfeed/templates/newsfeed_template.php,v $ 14 | $Revision: 1.7 $ 15 | $Date: 2006/11/13 12:25:00 $ 16 | $Author: e107coders $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 if (!defined('e107_INIT')) { exit; } 21 22 $NEWSFEED_MAIN_CAPTION = NFLAN_38; 23 24 $NEWSFEED_LIST_START = " 25 <table style='width: 100%;' class='fborder'>\n"; 26 27 $NEWSFEED_LIST = " 28 <tr> 29 <td style='width: 30%;' class='forumheader3'>{FEEDNAME}</td> 30 <td style='width: 70%;' class='forumheader3'>{FEEDDESCRIPTION}</td> 31 </tr>\n"; 32 33 $NEWSFEED_LIST_END = " 34 </table>\n"; 35 36 $NEWSFEED_MAIN_START = " 37 <table style='width: 100%;' class='fborder'> 38 <tr> 39 <td class='forumheader'>{FEEDIMAGE} {FEEDTITLE}</td> 40 </tr> 41 <tr> 42 <td class='forumheader3'> 43 <ul>\n"; 44 45 $NEWSFEED_MAIN = " 46 <li><b>{FEEDITEMLINK}</b> <span class='smalltext'>{FEEDITEMCREATOR}</span><br />{FEEDITEMTEXT}<br /><br /></li>\n"; 47 48 49 $NEWSFEED_MAIN_END = " 50 </ul> 51 </td> 52 </tr> 53 54 <tr> 55 <td class='forumheader3' style='text-align: right;'><span class='smalltext'>{FEEDCOPYRIGHT} | {FEEDLASTBUILDDATE}</td> 56 </tr> 57 58 <tr> 59 <td class='forumheader3' style='text-align: center;'><span class='smalltext'>{BACKLINK}</td> 60 </tr> 61 </table>\n"; 62 63 64 ?>
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 |