[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: login.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2008 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 if ($HTTP_GET_VARS['origin'] == FILENAME_CHECKOUT_PAYMENT) { 14 define('NAVBAR_TITLE', 'Order'); 15 define('HEADING_TITLE', 'Ordering online is easy.'); 16 define('TEXT_STEP_BY_STEP', 'We\'ll walk you through the process, step by step.'); 17 } else { 18 define('NAVBAR_TITLE', 'Login'); 19 define('HEADING_TITLE', 'Welcome, Please Sign In'); 20 define('TEXT_STEP_BY_STEP', ''); // should be empty 21 } 22 23 define('HEADING_RETURNING_ADMIN', 'Login Panel:'); 24 define('HEADING_PASSWORD_FORGOTTEN', 'Password Forgotten:'); 25 define('TEXT_RETURNING_ADMIN', 'Staff only!'); 26 define('ENTRY_EMAIL_ADDRESS', 'E-Mail Address:'); 27 define('ENTRY_USERNAME', 'Username:'); 28 define('ENTRY_PASSWORD', 'Password:'); 29 define('ENTRY_FIRSTNAME', 'First Name:'); 30 define('ENTRY_LASTNAME', 'Last Name:'); 31 define('IMAGE_BUTTON_LOGIN', 'Submit'); 32 33 define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten?'); 34 35 define('TEXT_LOGIN_ERROR', '<font color="#ff0000"><b>ERROR:</b></font> Wrong username or password!'); 36 define('TEXT_FORGOTTEN_ERROR', '<font color="#ff0000"><b>ERROR:</b></font> first name and password not match!'); 37 define('TEXT_FORGOTTEN_FAIL', 'You have try over 3 times. For security reason, please contact your Web Administrator to get new password.<br> <br> '); 38 define('TEXT_FORGOTTEN_SUCCESS', 'The new password have sent to your email address. Please check your email and click back to login.<br> <br> '); 39 40 define('ADMIN_EMAIL_SUBJECT', 'New Password'); 41 define('ADMIN_EMAIL_TEXT', 'Hi %s,' . "\n\n" . 'You can access the admin panel with the following password. Once you access the admin, please change your password!' . "\n\n" . 'Website : %s' . "\n" . 'Username: %s' . "\n" . 'Password: %s' . "\n\n" . 'Thanks!' . "\n" . '%s' . "\n\n" . 'This is an automated response, please do not reply!'); 42 ?>
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 |