⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.php

📁 每个RFC 3261信息头有一个相应的存取标识. 但是,许多信息头拥有同样的形式。 例如。To和From的信息头都是由显示名和一个URI组成。 To和From信息头用来管理与处理NameAddr实例的
💻 PHP
字号:
<?php/*  $Id: login.php,v 1.14 2003/06/09 22:46:46 hpdl Exp $  osCommerce, Open Source E-Commerce Solutions  http://www.oscommerce.com  Copyright (c) 2003 osCommerce  Released under the GNU General Public License*/define('NAVBAR_TITLE', 'Login');define('HEADING_TITLE', 'Welcome, Please Sign In');define('HEADING_NEW_CUSTOMER', 'New Customer');define('TEXT_NEW_CUSTOMER', 'I am a new customer.');define('TEXT_NEW_CUSTOMER_INTRODUCTION', 'By creating an account at ' . STORE_NAME . ' you will be able to shop faster, be up to date on an orders status, and keep track of the orders you have previously made.');define('HEADING_RETURNING_CUSTOMER', 'Returning Customer');define('TEXT_RETURNING_CUSTOMER', 'I am a returning customer.');define('TEXT_PASSWORD_FORGOTTEN', 'Password forgotten? Click here.');define('TEXT_LOGIN_ERROR', 'Error: No match for E-Mail Address and/or Password.');define('TEXT_VISITORS_CART', '<font color="#ff0000"><b>Note:</b></font> Your &quot;Visitors Cart&quot; contents will be merged with your &quot;Members Cart&quot; contents once you have logged on. <a href="javascript:session_win();">[More Info]</a>');?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -