[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: affiliate_banner_statistics.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 define('HEADING_TITLE', 'Banner Statistics'); 18 19 define('TABLE_HEADING_SOURCE', 'Source'); 20 define('TABLE_HEADING_VIEWS', 'Views'); 21 define('TABLE_HEADING_CLICKS', 'Clicks'); 22 23 define('TEXT_BANNERS_DATA', 'D<br>a<br>t<br>a'); 24 define('TEXT_BANNERS_DAILY_STATISTICS', '%s Daily Statistics For %s %s'); 25 define('TEXT_BANNERS_MONTHLY_STATISTICS', '%s Monthly Statistics For %s'); 26 define('TEXT_BANNERS_YEARLY_STATISTICS', '%s Yearly Statistics'); 27 28 define('STATISTICS_TYPE_DAILY', 'Daily'); 29 define('STATISTICS_TYPE_MONTHLY', 'Monthly'); 30 define('STATISTICS_TYPE_YEARLY', 'Yearly'); 31 32 define('TITLE_TYPE', 'Type:'); 33 define('TITLE_YEAR', 'Year:'); 34 define('TITLE_MONTH', 'Month:'); 35 36 define('ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST', 'Error: Graphs directory does not exist. Please create a \'graphs\' directory inside \'images\'.'); 37 define('ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE', 'Error: Graphs directory is not writeable.'); 38 ?>
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 |