[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_help8.php,v 2.00 2003/10/12 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 if (in_array('remove_current_page',get_class_methods($navigation)) ) $navigation->remove_current_page(); 20 21 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_AFFILIATE_SALES); 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 <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> 28 <title><?php echo TITLE; ?></title> 29 <link rel="stylesheet" type="text/css" href="stylesheet.css"> 30 </head> 31 <style type="text/css"><!-- 32 BODY { margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px; } 33 //--></style> 34 <body marginwidth="10" marginheight="10" topmargin="10" bottommargin="10" leftmargin="10" rightmargin="10"> 35 36 <?php 37 $info_box_contents = array(); 38 $info_box_contents[] = array('align' => 'left', 39 'text' => HEADING_SALES_HELP 40 ); 41 new infoBoxHeading($info_box_contents, true, true); 42 43 $info_box_contents = array(); 44 $info_box_contents[] = array('align' => 'left', 45 'text' => TEXT_COMMISSION_VALUE_HELP 46 ); 47 48 new infoBox($info_box_contents); 49 ?> 50 51 <p class="smallText" align="right"><?php echo '<a href="javascript:window.close()">' . TEXT_CLOSE_WINDOW . '</a>'; ?></p> 52 53 </body> 54 </html> 55 <?php require ('includes/application_bottom.php'); ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |