[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_plugins/content/templates/default/ -> content_recent_template.php (source)

   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_recent_template.php,v $
  14  |     $Revision: 1.20 $
  15  |     $Date: 2006/05/31 21:29:59 $
  16  |     $Author: lisa_ $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  // ##### CONTENT RECENT LIST --------------------------------------------------
  21  
  22  
  23  global $sc_style, $content_shortcodes;
  24  
  25  $sc_style['CONTENT_RECENT_TABLE_ICON']['pre'] = "<td class='forumheader3' rowspan='7' style='vertical-align:top; width:10%; white-space:nowrap; padding-right:10px;'>";
  26  $sc_style['CONTENT_RECENT_TABLE_ICON']['post'] = "</td>";
  27  
  28  $sc_style['CONTENT_RECENT_TABLE_DATE']['pre'] = CONTENT_LAN_10." ";
  29  $sc_style['CONTENT_RECENT_TABLE_DATE']['post'] = "";
  30  
  31  $sc_style['CONTENT_RECENT_TABLE_PARENT']['pre'] = CONTENT_LAN_9." ";
  32  $sc_style['CONTENT_RECENT_TABLE_PARENT']['post'] = "";
  33  
  34  $sc_style['CONTENT_RECENT_TABLE_REFER']['pre'] = " (".CONTENT_LAN_44;
  35  $sc_style['CONTENT_RECENT_TABLE_REFER']['post'] = ")";
  36  
  37  $sc_style['CONTENT_RECENT_TABLE_AUTHORDETAILS']['pre'] = CONTENT_LAN_11." ";
  38  $sc_style['CONTENT_RECENT_TABLE_AUTHORDETAILS']['post'] = "";
  39  
  40  $sc_style['CONTENT_RECENT_TABLE_SUBHEADING']['pre'] = "<tr><td class='forumheader3'>";
  41  $sc_style['CONTENT_RECENT_TABLE_SUBHEADING']['post'] = "</td></tr>";
  42  
  43  $sc_style['CONTENT_RECENT_TABLE_SUMMARY']['pre'] = "<tr><td class='forumheader3'>";
  44  $sc_style['CONTENT_RECENT_TABLE_SUMMARY']['post'] = "</td></tr>";
  45  
  46  $sc_style['CONTENT_RECENT_TABLE_TEXT']['pre'] = "<tr><td class='forumheader3'>";
  47  $sc_style['CONTENT_RECENT_TABLE_TEXT']['post'] = "</td></tr>";
  48  
  49  $sc_style['CONTENT_RECENT_TABLE_RATING']['pre'] = "<tr><td class='forumheader3'>";
  50  $sc_style['CONTENT_RECENT_TABLE_RATING']['post'] = "</td></tr>";
  51  
  52  $sc_style['CONTENT_RECENT_TABLE_INFOPRE']['pre'] = "<tr><td class='forumheader3'>";
  53  $sc_style['CONTENT_RECENT_TABLE_INFOPRE']['post'] = "";
  54  
  55  $sc_style['CONTENT_RECENT_TABLE_INFOPOST']['pre'] = "";
  56  $sc_style['CONTENT_RECENT_TABLE_INFOPOST']['post'] = "</td></tr>";
  57  
  58  if(!isset($CONTENT_RECENT_TABLE_START)){
  59      $CONTENT_RECENT_TABLE_START = "";
  60  }
  61  if(!isset($CONTENT_RECENT_TABLE)){
  62      $CONTENT_RECENT_TABLE = "
  63      <table class='fborder' style='width:98%; text-align:left;margin-bottom:5px;'>
  64          <tr>
  65              {CONTENT_RECENT_TABLE_ICON}
  66              <td class='fcaption'>{CONTENT_RECENT_TABLE_HEADING} {CONTENT_RECENT_TABLE_REFER}</td>
  67          </tr>
  68          {CONTENT_RECENT_TABLE_SUBHEADING}
  69          
  70          {CONTENT_RECENT_TABLE_INFOPRE}
  71              {CONTENT_RECENT_TABLE_DATE} {CONTENT_RECENT_TABLE_AUTHORDETAILS} {CONTENT_RECENT_TABLE_PARENT} {CONTENT_RECENT_TABLE_EPICONS} {CONTENT_RECENT_TABLE_EDITICON}
  72          {CONTENT_RECENT_TABLE_INFOPOST}
  73  
  74          {CONTENT_RECENT_TABLE_SUMMARY}
  75          {CONTENT_RECENT_TABLE_TEXT}
  76          {CONTENT_RECENT_TABLE_RATING}
  77      </table>\n";
  78  }
  79  if(!isset($CONTENT_RECENT_TABLE_END)){
  80      $CONTENT_RECENT_TABLE_END = "";
  81  }
  82  // ##### ----------------------------------------------------------------------
  83  
  84  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7