[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/ -> popup_search_help.php (source)

   1  <?php
   2  /*
   3    $Id: popup_search_help.php,v 1.4 2003/06/05 23:26:23 hpdl Exp $
   4  
   5    osCommerce, Open Source E-Commerce Solutions
   6    http://www.oscommerce.com
   7  
   8    Copyright (c) 2003 osCommerce
   9  
  10    Released under the GNU General Public License
  11  */
  12  
  13    require ('includes/application_top.php');
  14  
  15    $navigation->remove_current_page();
  16  
  17    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_ADVANCED_SEARCH);
  18  ?>
  19  <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
  20  <html <?php echo HTML_PARAMS; ?>>
  21  <head>
  22  <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
  23  <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
  24  <title><?php echo TITLE; ?></title>
  25  <link rel="stylesheet" type="text/css" href="stylesheet.css">
  26  </head>
  27  <body marginwidth="10" marginheight="10" topmargin="10" bottommargin="10" leftmargin="10" rightmargin="10">
  28  <?php
  29    $info_box_contents = array();
  30    $info_box_contents[] = array('text' => HEADING_SEARCH_HELP);
  31  
  32    new infoBoxHeading($info_box_contents, true, true);
  33  
  34    $info_box_contents = array();
  35    $info_box_contents[] = array('text' => TEXT_SEARCH_HELP);
  36  
  37    new infoBox($info_box_contents);
  38  ?>
  39  
  40  <p class="smallText" align="right"><?php echo '<a href="javascript:window.close()">' . TEXT_CLOSE_WINDOW . '</a>'; ?></p>
  41  
  42  </body>
  43  </html>
  44  <?php require ('includes/application_bottom.php'); ?>


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics