[ 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_search_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_search_template.php,v $
  14  |     $Revision: 1.10 $
  15  |     $Date: 2006/05/31 21:29:59 $
  16  |     $Author: lisa_ $
  17  +----------------------------------------------------------------------------+
  18  */
  19  global $sc_style, $content_shortcodes;
  20  
  21  $sc_style['CONTENT_SEARCH_TABLE_SELECT']['pre'] = "<td style='width:10%; white-space:nowrap; padding-right:10px;'>";
  22  $sc_style['CONTENT_SEARCH_TABLE_SELECT']['post'] = "</td>";
  23  
  24  $sc_style['CONTENT_SEARCH_TABLE_ORDER']['pre'] = "<td style='width:10%; white-space:nowrap; padding-right:10px;'>";
  25  $sc_style['CONTENT_SEARCH_TABLE_ORDER']['post'] = "</td>";
  26  
  27  $sc_style['CONTENT_SEARCH_TABLE_KEYWORD']['pre'] = "<td>";
  28  $sc_style['CONTENT_SEARCH_TABLE_KEYWORD']['post'] = "</td>";
  29  
  30  // ##### CONTENT SEARCH LIST --------------------------------------------------
  31  if(!isset($CONTENT_SEARCH_TABLE)){
  32      $CONTENT_SEARCH_TABLE = "
  33      <table style='width:98%; text-align:left;' border='0'>
  34      <tr>
  35      {CONTENT_SEARCH_TABLE_SELECT}
  36      {CONTENT_SEARCH_TABLE_ORDER}
  37      {CONTENT_SEARCH_TABLE_KEYWORD}
  38      </tr>
  39      </table><br />";
  40  }
  41  // ##### ----------------------------------------------------------------------
  42  
  43  ?>


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