[ PHPXref.com ] [ Generated: Sun Jul 20 19:13:40 2008 ] [ osCommRes 1.2.0 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> affiliate_signup_ok.php (source)

   1  <?php
   2  /*
   3    $Id: affiliate_signup_ok.php,v 1.6 2003/02/23 00:13:25 harley_vb Exp $
   4  
   5    OSC-Affiliate
   6  
   7    Contribution based on:
   8  
   9    osCommerce, Open Source E-Commerce Solutions
  10    http://www.oscommerce.com
  11  
  12    Copyright (c) 2002 - 2003 osCommerce
  13  
  14    Released under the GNU General Public License
  15  */
  16  
  17    require ('includes/application_top.php');
  18  
  19    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_AFFILIATE_SIGNUP_OK);
  20  
  21    $breadcrumb->add(NAVBAR_TITLE);
  22  ?>
  23  <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
  24  <html <?php echo HTML_PARAMS; ?>>
  25  <head>
  26  <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
  27  <title><?php echo TITLE; ?></title>
  28  <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
  29  <link rel="stylesheet" type="text/css" href="stylesheet.css">
  30  </head>
  31  <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
  32  <!-- header //-->
  33  <?php require (DIR_WS_INCLUDES . 'header.php'); ?>
  34  <!-- header_eof //-->
  35  
  36  <!-- body //-->
  37  <table border="0" width="100%" cellspacing="3" cellpadding="3">
  38    <tr>
  39      <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
  40  <!-- left_navigation //-->
  41  <?php require (DIR_WS_INCLUDES . 'column_left.php'); ?>
  42  <!-- left_navigation_eof //-->
  43      </table></td>
  44  <!-- body_text //-->
  45      <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  46        <tr>
  47          <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
  48            <tr>
  49              <td><?php echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE); ?></td>
  50              <td valign="top" class="main"><div align="center" class="pageHeading"><?php echo HEADING_TITLE; ?></div><br><?php echo TEXT_ACCOUNT_CREATED; ?></td>
  51            </tr>
  52          </table></td>
  53        </tr>
  54        <tr>
  55          <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_AFFILIATE_SUMMARY, '', 'SSL') . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
  56        </tr>
  57      </table></td>
  58  <!-- body_text_eof //-->
  59      <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
  60  <!-- right_navigation //-->
  61  <?php require (DIR_WS_INCLUDES . 'column_right.php'); ?>
  62  <!-- right_navigation_eof //-->
  63      </table></td>
  64    </tr>
  65  </table>
  66  <!-- body_eof //-->
  67  
  68  <!-- footer //-->
  69  <?php require (DIR_WS_INCLUDES . 'footer.php'); ?>
  70  <!-- footer_eof //-->
  71  <br>
  72  </body>
  73  </html>
  74  <?php require (DIR_WS_INCLUDES . 'application_bottom.php'); ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]