[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/admin/ -> merchant_info.php (source)

   1  <?php
   2  /*

   3  $Id: merchant_info.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  
  13    require ('includes/application_top.php');
  14  
  15    $current_boxes = DIR_FS_ADMIN . DIR_WS_BOXES;
  16  
  17  ?>
  18  <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
  19  <html <?php echo HTML_PARAMS; ?>>
  20  <head>
  21  <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
  22  <title><?php echo TITLE; ?></title>
  23  <link rel="stylesheet" type="text/css" href="includes/stylesheet.css">
  24  <script language="javascript" src="includes/general.js"></script>
  25  </head>
  26  <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF" onload="SetFocus();">
  27  <!-- header //-->
  28  <?php require (DIR_WS_INCLUDES . 'header.php'); ?>
  29  <!-- header_eof //-->
  30  
  31  <!-- body //-->
  32  <table border="0" width="100%" cellspacing="2" cellpadding="2">
  33    <tr>
  34      <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="1" cellpadding="1" class="columnLeft">
  35  <!-- left_navigation //-->
  36  <?php require (DIR_WS_INCLUDES . 'column_left.php'); ?>
  37  <!-- left_navigation_eof //-->
  38      </table></td>
  39  <!-- body_text //-->
  40      <td width="100%" valign="top">
  41        <table border="0" width="100%" cellspacing="0" cellpadding="2">
  42        <tr>
  43          <td width="100%"><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_draw_separator('pixel_trans.gif', HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
  47            </tr>
  48          </table></td>
  49        </tr>
  50        <tr>
  51          <td>
  52              <table border="0" width="100%" cellspacing="0" cellpadding="2" align="center">
  53                <tr class="dataTableHeadingRow">
  54                  <td class="dataTableHeadingContent"><?php echo NAVBAR_TITLE; ?></td>
  55                </tr>
  56                <tr class="dataTableRow">
  57                  <td align="left" class="dataTableContent"><?php echo TEXT_MAIN; ?></td>
  58                </tr>
  59                <tr class="dataTableRow">
  60                  <td align="left"><?php echo '&nbsp;<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_back.gif', IMAGE_BACK) . '</a>&nbsp;'; ?></td>
  61                </tr>
  62              </table>
  63          </td>
  64        </tr>
  65      </table></td>
  66  <!-- body_text_eof //-->
  67    </tr>
  68  </table>
  69  <!-- body_eof //-->
  70  
  71  <!-- footer //-->
  72  <?php require (DIR_WS_INCLUDES . 'footer.php'); ?>
  73  <!-- footer_eof //-->
  74  <br>
  75  </body>
  76  </html>
  77  <?php require (DIR_WS_INCLUDES . 'application_bottom.php'); ?>


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