[ 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_archive_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_archive_template.php,v $
  14  |     $Revision: 1.9 $
  15  |     $Date: 2006/06/03 10:27:54 $
  16  |     $Author: lisa_ $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  global $sc_style, $content_shortcodes;
  21  
  22  $sc_style['CONTENT_ARCHIVE_TABLE_AUTHOR']['pre'] = "<tr><td class='forumheader3' colspan='2' style='white-space:nowrap; text-align:left;'>".CONTENT_LAN_11." ";
  23  $sc_style['CONTENT_ARCHIVE_TABLE_AUTHOR']['post'] = "</td></tr>";
  24  
  25  $sc_style['CONTENT_ARCHIVE_TABLE_LETTERS']['pre'] = "<div style='margin-bottom:20px;'>";
  26  $sc_style['CONTENT_ARCHIVE_TABLE_LETTERS']['post'] = "</div>";
  27  
  28  // ##### CONTENT ARCHIVE --------------------------------------------------
  29  if(!isset($CONTENT_ARCHIVE_TABLE_START)){
  30      $CONTENT_ARCHIVE_TABLE_START = "
  31      {CONTENT_ARCHIVE_TABLE_LETTERS}
  32      <table class='fborder'>
  33      ";
  34  }
  35  if(!isset($CONTENT_ARCHIVE_TABLE)){
  36      $CONTENT_ARCHIVE_TABLE = "                
  37      <tr>
  38          <td class='fcaption'>{CONTENT_ARCHIVE_TABLE_HEADING}</td>
  39          <td class='fcaption' style='width:5%; white-space:nowrap; text-align:right;'>{CONTENT_ARCHIVE_TABLE_DATE}</td>
  40      </tr>
  41      {CONTENT_ARCHIVE_TABLE_AUTHOR}
  42      \n";
  43  }
  44  if(!isset($CONTENT_ARCHIVE_TABLE_END)){
  45      $CONTENT_ARCHIVE_TABLE_END = "
  46      </table>";
  47  }
  48  // ##### ----------------------------------------------------------------------
  49  
  50  ?>


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