[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_banners.php,v 2.0 2002/09/29 SDK 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2002 -2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('HEADING_TITLE', 'Affiliate Banner Manager'); 14 15 define('TABLE_HEADING_BANNERS', 'Banners'); 16 define('TABLE_HEADING_GROUPS', 'Groups'); 17 define('TABLE_HEADING_ACTION', 'Action'); 18 define('TABLE_HEADING_STATISTICS', 'Statistics'); 19 define('TABLE_HEADING_PRODUCT_ID', 'Product ID'); 20 define('TEXT_VALID_CATEGORIES_LIST', 'Available Categories List'); 21 define('TEXT_VALID_CATEGORIES_ID', 'Category #'); 22 define('TEXT_VALID_CATEGORIES_NAME', 'Categories Name'); 23 define('TABLE_HEADING_CATEGORY_ID', 'Cat ID'); 24 define('TEXT_BANNERS_LINKED_CATEGORY','Category ID'); 25 define('TEXT_BANNERS_LINKED_CATEGORY_NOTE','If you want to link the Banner to a specific CATEGORY enter its CATEGORY ID here. If you want to link to the default page enter "0"'); 26 define('TEXT_AFFILIATE_VALIDCATS', 'Click Here:'); 27 define('TEXT_AFFILIATE_CATEGORY_BANNER_VIEW', 'to view available CATEGORIES.'); 28 define('TEXT_AFFILIATE_CATEGORY_BANNER_HELP', 'Select the category number from the popup window and enter the number in the Category ID field.'); 29 30 define('TEXT_BANNERS_TITLE', 'Banner Title:'); 31 define('TEXT_BANNERS_GROUP', 'Banner Group:'); 32 define('TEXT_BANNERS_NEW_GROUP', ', or enter a new banner group below'); 33 define('TEXT_BANNERS_IMAGE', 'Image:'); 34 define('TEXT_BANNERS_IMAGE_LOCAL', ', or enter local file below'); 35 define('TEXT_BANNERS_IMAGE_TARGET', 'Image Target (Save To):'); 36 define('TEXT_BANNERS_HTML_TEXT', 'HTML Text:'); 37 define('TEXT_AFFILIATE_BANNERS_NOTE', '<b>Banner Notes:</b><ul><li>Use an image or HTML text for the banner - not both.</li><li>HTML Text has priority over an image</li></ul>'); 38 39 define('TEXT_BANNERS_LINKED_PRODUCT','Product ID'); 40 define('TEXT_BANNERS_LINKED_PRODUCT_NOTE','If you want to link the Banner to a specific product enter its Products ID here. If you want to link to the default page enter "0"'); 41 42 define('TEXT_BANNERS_DATE_ADDED', 'Date Added:'); 43 define('TEXT_BANNERS_STATUS_CHANGE', 'Last Editied: %s'); 44 45 define('TEXT_AFFILIATE_VALIDPRODUCTS', 'Click Here:'); 46 define('TEXT_AFFILIATE_INDIVIDUAL_BANNER_VIEW', 'to view available products.'); 47 define('TEXT_AFFILIATE_INDIVIDUAL_BANNER_HELP', 'Select the product number from the popup window and enter the number in the Product ID field.'); 48 49 define('TEXT_VALID_PRODUCTS_LIST', 'Available Products List'); 50 define('TEXT_VALID_PRODUCTS_ID', 'Product #'); 51 define('TEXT_VALID_PRODUCTS_NAME', 'Products Name'); 52 53 define('TEXT_CLOSE_WINDOW', '<u>Close Window</u> [x]'); 54 define('TEXT_INFO_DELETE_INTRO', 'Are you sure you want to delete this banner?'); 55 define('TEXT_INFO_DELETE_IMAGE', 'Delete banner image'); 56 57 define('SUCCESS_BANNER_INSERTED', 'Success: The banner has been inserted.'); 58 define('SUCCESS_BANNER_UPDATED', 'Success: The banner has been updated.'); 59 define('SUCCESS_BANNER_REMOVED', 'Success: The banner has been removed.'); 60 61 define('ERROR_BANNER_TITLE_REQUIRED', 'Error: Banner title required.'); 62 define('ERROR_BANNER_GROUP_REQUIRED', 'Error: Banner group required.'); 63 define('ERROR_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Target directory does not exist.'); 64 define('ERROR_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Target directory is not writeable.'); 65 define('ERROR_IMAGE_DOES_NOT_EXIST', 'Error: Image does not exist.'); 66 define('ERROR_IMAGE_IS_NOT_WRITEABLE', 'Error: Image can not be removed.'); 67 ?>
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 |