[ 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/content_type_template.php,v $ 14 | $Revision: 1.10 $ 15 | $Date: 2006/08/08 07:09:35 $ 16 | $Author: lisa_ $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 global $sc_style, $content_shortcodes; 21 22 $sc_style['CONTENT_TYPE_TABLE_TOTAL']['pre'] = ""; 23 $sc_style['CONTENT_TYPE_TABLE_TOTAL']['post'] = " "; 24 25 $sc_style['CONTENT_TYPE_TABLE_HEADING']['pre'] = ""; 26 $sc_style['CONTENT_TYPE_TABLE_HEADING']['post'] = ""; 27 28 $sc_style['CONTENT_TYPE_TABLE_SUBHEADING']['pre'] = ""; 29 $sc_style['CONTENT_TYPE_TABLE_SUBHEADING']['post'] = ""; 30 31 $sc_style['CONTENT_TYPE_TABLE_LINK']['pre'] = "<br /><span class='smalltext'>"; 32 $sc_style['CONTENT_TYPE_TABLE_LINK']['post'] = "</span>"; 33 34 // ##### CONTENT TYPE LIST -------------------------------------------------- 35 if(!isset($CONTENT_TYPE_TABLE_START)){ 36 $CONTENT_TYPE_TABLE_START = " 37 <table class='fborder' style='width:98%; text-align:left;'>\n"; 38 } 39 if(!isset($CONTENT_TYPE_TABLE)){ 40 $CONTENT_TYPE_TABLE = " 41 <tr> 42 <td class='forumheader3' style='width:5%; white-space:nowrap; padding-bottom:5px;' rowspan='2'>{CONTENT_TYPE_TABLE_ICON}</td> 43 <td class='fcaption'>{CONTENT_TYPE_TABLE_HEADING}{CONTENT_TYPE_TABLE_LINK}</td> 44 <td class='forumheader' style='width:5%; white-space:nowrap; text-align:right;'>{CONTENT_TYPE_TABLE_TOTAL} {CONTENT_TYPE_TABLE_TOTAL_LAN}</td> 45 </tr> 46 <tr><td class='forumheader2' colspan='2'>{CONTENT_TYPE_TABLE_SUBHEADING}<br /></td></tr>\n"; 47 } 48 if(!isset($CONTENT_TYPE_TABLE_SUBMIT)){ 49 $CONTENT_TYPE_TABLE_SUBMIT = " 50 <tr> 51 <td class='forumheader3' style='width:5%; white-space:nowrap; padding-bottom:5px;' rowspan='2'>{CONTENT_TYPE_TABLE_SUBMIT_ICON}</td> 52 <td class='fcaption' colspan='2'>{CONTENT_TYPE_TABLE_SUBMIT_HEADING}</td> 53 </tr> 54 <tr><td class='forumheader2' colspan='2'>{CONTENT_TYPE_TABLE_SUBMIT_SUBHEADING}</td></tr>\n"; 55 } 56 if(!isset($CONTENT_TYPE_TABLE_MANAGER)){ 57 $CONTENT_TYPE_TABLE_MANAGER = " 58 <tr> 59 <td class='forumheader3' style='width:5%; white-space:nowrap; padding-bottom:5px;' rowspan='2'>{CONTENT_TYPE_TABLE_MANAGER_ICON}</td> 60 <td class='fcaption' colspan='2'>{CONTENT_TYPE_TABLE_MANAGER_HEADING}</td> 61 </tr> 62 <tr><td class='forumheader2' colspan='2'>{CONTENT_TYPE_TABLE_MANAGER_SUBHEADING}</td></tr>\n"; 63 } 64 if(!isset($CONTENT_TYPE_TABLE_LINE)){ 65 $CONTENT_TYPE_TABLE_LINE = ""; 66 } 67 if(!isset($CONTENT_TYPE_TABLE_END)){ 68 $CONTENT_TYPE_TABLE_END = " 69 </table>"; 70 } 71 // ##### ---------------------------------------------------------------------- 72 73 ?>
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 |