📄 login.php
字号:
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// | http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | license@zen-cart.com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// | Simplified Chinese version http://www.zen-cart.cn |
// +----------------------------------------------------------------------+
// $Id: login.php 290 2004-09-15 19:48:26Z wilt $
//
define('NAVBAR_TITLE', '登录');
define('HEADING_TITLE', '欢迎您, 请登录');
define('HEADING_NEW_CUSTOMER', '新客户? 请输入您的帐号信息');
define('TEXT_NEW_CUSTOMER_INTRODUCTION', '在 ' . STORE_NAME . ' 上建立一个登录帐号, 可以更快的购物, 跟踪当前订单状态和查看历史订单.');
define('HEADING_RETURNING_CUSTOMER', '旧客户: 请登录');
define('TEXT_PASSWORD_FORGOTTEN', '忘了密码?');
define('TEXT_LOGIN_ERROR', '错误: 对不起, 没有找到匹配的电子邮件和密码.');
define('TEXT_VISITORS_CART', '<strong>提示:当您登录后, </strong> 您的 "访客购物车" 里的商品将和您的 "会员购物车" 里的商品混合. <a href="javascript:session_win();">[详情]</a>');
define('TABLE_HEADING_PRIVACY_CONDITIONS', '<span class="privacyconditions">隐私声明</span>');
define('TEXT_PRIVACY_CONDITIONS_DESCRIPTION', '<span class="privacydescription">请点击下框以确认您同意我们的隐私声明. 该隐私声明在</span> <a href="' . zen_href_link(FILENAME_PRIVACY, '', 'SSL') . '"><u>这里</u></a>.');
define('TEXT_PRIVACY_CONDITIONS_CONFIRM', '<span class="privacyagree">我已经阅读并同意该隐私声明.</span>');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -