[ 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_manager_template.php,v $ 14 | $Revision: 1.8 $ 15 | $Date: 2006/05/31 21:29:59 $ 16 | $Author: lisa_ $ 17 +----------------------------------------------------------------------------+ 18 */ 19 global $sc_style, $content_shortcodes; 20 21 // ##### CONTENT CONTENTMANAGER LIST -------------------------------------------------- 22 if(!isset($CONTENT_CONTENTMANAGER_TABLE_START)){ 23 $CONTENT_CONTENTMANAGER_TABLE_START = " 24 <table class='fborder' style='width:98%; text-align:left;' cellpadding='0' cellspacing='0'> 25 <tr> 26 <td class='forumheader3'>".CONTENT_ADMIN_ITEM_LAN_57."</td> 27 <td class='forumheader3'>".CONTENT_ADMIN_ITEM_LAN_12."</td> 28 </tr>\n"; 29 } 30 if(!isset($CONTENT_CONTENTMANAGER_TABLE)){ 31 $CONTENT_CONTENTMANAGER_TABLE = " 32 <tr> 33 <td class='forumheader3'>{CONTENT_CONTENTMANAGER_CATEGORY}</td> 34 <td class='forumheader3' style='width:10%;white-space:nowrap;'>{CONTENT_CONTENTMANAGER_ICONEDIT} {CONTENT_CONTENTMANAGER_ICONNEW} {CONTENT_CONTENTMANAGER_ICONSUBM}</td> 35 </tr>"; 36 } 37 38 if(!isset($CONTENT_CONTENTMANAGER_TABLE_END)){ 39 $CONTENT_CONTENTMANAGER_TABLE_END = " 40 </table>"; 41 } 42 // ##### ---------------------------------------------------------------------- 43 44 ?>
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 |