[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/admin/ -> create_account_success.php (source)

   1  <?php
   2  /*

   3  $Id: create_account_success.php 3 2006-05-27 04:59:07Z user $

   4  

   5    osCMax Power E-Commerce

   6    http://oscdox.com

   7  

   8    Copyright 2006 osCMax2005 osCMax, 2002 osCommerce

   9  

  10    Released under the GNU General Public License

  11     

  12    THIS IS BETA - Use at your own risk!

  13    Step-By-Step Manual Order Entry Verion 0.5

  14    Customer Entry through Admin 

  15  */
  16  
  17    require ('includes/application_top.php');
  18  
  19    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CREATE_ACCOUNT_SUCCESS);
  20  
  21  
  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  
  28    <title><?php echo TITLE ?></title>
  29  
  30  <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
  31  </head>
  32  <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
  33  <!-- header //-->
  34  <?php require (DIR_WS_INCLUDES . 'header.php'); ?>
  35  <!-- header_eof //-->
  36  
  37  <!-- body //-->
  38  <table border="0" width="100%" cellspacing="2" cellpadding="2">
  39    <tr>
  40      <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="1" cellpadding="1" class="columnLeft">
  41  <!-- left_navigation //-->
  42  <?php require (DIR_WS_INCLUDES . 'column_left.php'); ?>
  43  <!-- left_navigation_eof //-->
  44      </table></td>
  45  <!-- body_text //-->
  46      <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
  47        <tr>
  48          <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
  49            <tr>
  50              
  51              <td valign="top" class="main"><div align="center" class="pageHeading"><?php echo HEADING_TITLE; ?></div><br><?php echo TEXT_ACCOUNT_CREATED; ?></td>
  52            </tr>
  53          </table></td>
  54        </tr>
  55        <tr>
  56          <td align="right"><br><?php echo '<a href="' . $origin_href . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
  57        </tr>
  58      </table></td>
  59  <!-- body_text_eof //-->
  60  
  61    </tr>
  62  </table>
  63  <!-- body_eof //-->
  64  
  65  <!-- footer //-->
  66  <?php require (DIR_WS_INCLUDES . 'footer.php'); ?>
  67  <!-- footer_eof //-->
  68  <br>
  69  </body>
  70  </html>
  71  <?php require (DIR_WS_INCLUDES . 'application_bottom.php'); ?>


Generated: Fri Jan 1 13:43:16 2010 Cross-referenced by PHPXref 0.7