[ 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/content/templates/default/content_top_template.php,v $ 14 | $Revision: 1.12 $ 15 | $Date: 2006/05/31 21:29:59 $ 16 | $Author: lisa_ $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 global $sc_style, $content_shortcodes; 21 22 $sc_style['CONTENT_TOP_TABLE_ICON']['pre'] = "<td class='forumheader3' rowspan='3' style='width:5%; white-space:nowrap;'>"; 23 $sc_style['CONTENT_TOP_TABLE_ICON']['post'] = "</td>"; 24 25 $sc_style['CONTENT_TOP_TABLE_HEADING']['pre'] = ""; 26 $sc_style['CONTENT_TOP_TABLE_HEADING']['post'] = ""; 27 28 $sc_style['CONTENT_TOP_TABLE_AUTHOR']['pre'] = "<tr><td class='forumheader3' colspan='2'>".CONTENT_LAN_11." "; 29 $sc_style['CONTENT_TOP_TABLE_AUTHOR']['post'] = "</td></tr>"; 30 31 $sc_style['CONTENT_TOP_TABLE_RATING']['pre'] = "<td class='fcaption' style='width:20%; white-space:nowrap; text-align:right;'>"; 32 $sc_style['CONTENT_TOP_TABLE_RATING']['post'] = "</td>"; 33 34 // ##### CONTENT TOP -------------------------------------------------- 35 if(!isset($CONTENT_TOP_TABLE_START)){ 36 $CONTENT_TOP_TABLE_START = ""; 37 } 38 if(!isset($CONTENT_TOP_TABLE)){ 39 $CONTENT_TOP_TABLE = " 40 <table class='fborder' style='width:98%; text-align:left; margin-bottom:5px;'> 41 <tr> 42 {CONTENT_TOP_TABLE_ICON} 43 <td class='fcaption'>{CONTENT_TOP_TABLE_HEADING}</td> 44 {CONTENT_TOP_TABLE_RATING} 45 </tr> 46 {CONTENT_TOP_TABLE_AUTHOR} 47 </table>\n"; 48 } 49 if(!isset($CONTENT_TOP_TABLE_END)){ 50 $CONTENT_TOP_TABLE_END = ""; 51 } 52 // ##### ---------------------------------------------------------------------- 53 54 ?>
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 |