[ 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/ -> ssl_check.php (source)

   1  <?php
   2  /*
   3    $Id: ssl_check.php,v 1.1 2003/03/10 23:32:20 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    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_SSL_CHECK);
  16  
  17    $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_SSL_CHECK));
  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  <title><?php echo TITLE; ?></title>
  24  <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
  25  <link rel="stylesheet" type="text/css" href="stylesheet.css">
  26  </head>
  27  <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
  28  <!-- header //-->
  29  <?php require(DIR_WS_INCLUDES . 'header.php'); ?>
  30  <!-- header_eof //-->
  31  
  32  <!-- body //-->
  33  <table border="0" width="100%" cellspacing="3" cellpadding="3">
  34    <tr>
  35      <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
  36  <!-- left_navigation //-->
  37  <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
  38  <!-- left_navigation_eof //-->
  39      </table></td>
  40  <!-- body_text //-->
  41      <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  42        <tr>
  43          <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
  44            <tr>
  45              <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
  46              <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
  47            </tr>
  48          </table></td>
  49        </tr>
  50        <tr>
  51          <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  52        </tr>
  53        <tr>
  54          <td class="main"><table border="0" width="40%" cellspacing="0" cellpadding="0" align="right">
  55            <tr>
  56              <td><?php new InfoBoxHeading(array(array('text' => BOX_INFORMATION_HEADING))); ?></td>
  57            </tr>
  58            <tr>
  59              <td><?php new infoBox(array(array('text' => BOX_INFORMATION))); ?></td>
  60            </tr>
  61          </table><?php echo TEXT_INFORMATION; ?></td>
  62        </tr>
  63        <tr>
  64          <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
  65        </tr>
  66        <tr>
  67          <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_LOGIN) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
  68        </tr>
  69      </table></td>
  70  <!-- body_text_eof //-->
  71      <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
  72  <!-- right_navigation //-->
  73  <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
  74  <!-- right_navigation_eof //-->
  75      </table></td>
  76    </tr>
  77  </table>
  78  <!-- body_eof //-->
  79  
  80  <!-- footer //-->
  81  <?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
  82  <!-- footer_eof //-->
  83  <br>
  84  </body>
  85  </html>
  86  <?php require(DIR_WS_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