[ 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_searchresult_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_searchresult_template.php,v $
  14  |     $Revision: 1.11 $
  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_SEARCHRESULT_TABLE_ICON']['pre'] = "<td class='forumheader3'>";
  23  $sc_style['CONTENT_SEARCHRESULT_TABLE_ICON']['post'] = "</td>";
  24  
  25  $sc_style['CONTENT_SEARCHRESULT_TABLE_HEADING']['pre'] = "<tr><td class='fcaption'>";
  26  $sc_style['CONTENT_SEARCHRESULT_TABLE_HEADING']['post'] = "</td></tr>";
  27  
  28  $sc_style['CONTENT_SEARCHRESULT_TABLE_SUBHEADING']['pre'] = "<tr><td class='forumheader3'>";
  29  $sc_style['CONTENT_SEARCHRESULT_TABLE_SUBHEADING']['post'] = "</td></tr>";
  30  
  31  $sc_style['CONTENT_SEARCHRESULT_TABLE_DATE']['pre'] = CONTENT_LAN_10." ";
  32  $sc_style['CONTENT_SEARCHRESULT_TABLE_DATE']['post'] = "";
  33  
  34  $sc_style['CONTENT_SEARCHRESULT_TABLE_AUTHORDETAILS']['pre'] = CONTENT_LAN_11." ";
  35  $sc_style['CONTENT_SEARCHRESULT_TABLE_AUTHORDETAILS']['post'] = "";
  36  
  37  $sc_style['CONTENT_SEARCHRESULT_TABLE_TEXT']['pre'] = "<tr><td class='forumheader3'>";
  38  $sc_style['CONTENT_SEARCHRESULT_TABLE_TEXT']['post'] = "</td></tr>";
  39  
  40  // ##### CONTENT SEARCHRESULT LIST --------------------------------------------------
  41  if(!isset($CONTENT_SEARCHRESULT_TABLE_START)){
  42      $CONTENT_SEARCHRESULT_TABLE_START = "";
  43  }
  44  if(!isset($CONTENT_SEARCHRESULT_TABLE)){
  45      $CONTENT_SEARCHRESULT_TABLE .= "
  46      <table class='fborder' style='width:98%; text-align:left;margin-bottom:5px;'>
  47          <tr>
  48              {CONTENT_SEARCHRESULT_TABLE_ICON}
  49              <td>
  50                  <table style='width:100%;' cellpadding='0' cellspacing='0'>
  51                      {CONTENT_SEARCHRESULT_TABLE_HEADING}
  52                      {CONTENT_SEARCHRESULT_TABLE_SUBHEADING}
  53                      <tr><td class='forumheader3'>{CONTENT_SEARCHRESULT_TABLE_AUTHORDETAILS} {CONTENT_SEARCHRESULT_TABLE_DATE}</td></tr>
  54                      {CONTENT_SEARCHRESULT_TABLE_TEXT}
  55                  </table>
  56              </td>
  57          </tr>
  58      </table>\n";
  59  }
  60  if(!isset($CONTENT_SEARCHRESULT_TABLE_END)){
  61      $CONTENT_SEARCHRESULT_TABLE_END .= "";
  62  }
  63  // ##### ----------------------------------------------------------------------
  64  
  65  ?>


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