[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: advanced_search.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'Advanced Search'); 14 define('NAVBAR_TITLE_2', 'Search Results'); 15 16 define('HEADING_TITLE_1', 'Advanced Search'); 17 define('HEADING_TITLE_2', 'Products meeting the search criteria'); 18 19 define('HEADING_SEARCH_CRITERIA', 'Search Criteria'); 20 21 define('TEXT_SEARCH_IN_DESCRIPTION', 'Search In Product Descriptions'); 22 define('ENTRY_CATEGORIES', 'Categories:'); 23 define('ENTRY_INCLUDE_SUBCATEGORIES', 'Include Subcategories'); 24 define('ENTRY_MANUFACTURERS', 'Manufacturers:'); 25 define('ENTRY_PRICE_FROM', 'Price From:'); 26 define('ENTRY_PRICE_TO', 'Price To:'); 27 define('ENTRY_DATE_FROM', 'Date From:'); 28 define('ENTRY_DATE_TO', 'Date To:'); 29 30 define('TEXT_SEARCH_HELP_LINK', '<u>Search Help</u> [?]'); 31 32 define('TEXT_ALL_CATEGORIES', 'All Categories'); 33 define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); 34 35 define('HEADING_SEARCH_HELP', 'Search Help'); 36 define('TEXT_SEARCH_HELP', 'Keywords may be separated by AND and/or OR statements for greater control of the search results.<br><br>For example, <u>Microsoft AND mouse</u> would generate a result set that contain both words. However, for <u>mouse OR keyboard</u>, the result set returned would contain both or either words.<br><br>Exact matches can be searched for by enclosing keywords in double-quotes.<br><br>For example, <u>"notebook computer"</u> would generate a result set which match the exact string.<br><br>Brackets can be used for further control on the result set.<br><br>For example, <u>Microsoft and (keyboard or mouse or "visual basic")</u>.'); 37 define('TEXT_CLOSE_WINDOW', '<u>Close Window</u> [x]'); 38 39 define('TABLE_HEADING_IMAGE', ''); 40 define('TABLE_HEADING_MODEL', 'Model'); 41 define('TABLE_HEADING_PRODUCTS', 'Product Name'); 42 define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); 43 define('TABLE_HEADING_QUANTITY', 'Quantity'); 44 define('TABLE_HEADING_PRICE', 'Price'); 45 define('TABLE_HEADING_WEIGHT', 'Weight'); 46 define('TABLE_HEADING_BUY_NOW', 'Buy Now'); 47 48 define('TEXT_NO_PRODUCTS', 'There is no product that matches the search criteria.'); 49 50 define('ERROR_AT_LEAST_ONE_INPUT', 'At least one of the fields in the search form must be entered.'); 51 define('ERROR_INVALID_FROM_DATE', 'Invalid From Date.'); 52 define('ERROR_INVALID_TO_DATE', 'Invalid To Date.'); 53 define('ERROR_TO_DATE_LESS_THAN_FROM_DATE', 'To Date must be greater than or equal to From Date.'); 54 define('ERROR_PRICE_FROM_MUST_BE_NUM', 'Price From must be a number.'); 55 define('ERROR_PRICE_TO_MUST_BE_NUM', 'Price To must be a number.'); 56 define('ERROR_PRICE_TO_LESS_THAN_PRICE_FROM', 'Price To must be greater than or equal to Price From.'); 57 define('ERROR_INVALID_KEYWORDS', 'Invalid keywords.'); 58 ?>
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 |