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

📄 product_reviews_write.php

📁 osCommerce最好的电子商务程序 2.2
💻 PHP
字号:
<?php
/*
  $Id: product_reviews_write.php,v 1.1.2.1 2004/10/09 16:07:25 cvsadmin Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License  
*/

define('NAVBAR_TITLE', '商品评论');
/*
define('HEADING_TITLE', '您有什么评论?');
define('SUB_TITLE_PRODUCT', '商品名称:');
*/
define('SUB_TITLE_FROM', '评论人:');
define('SUB_TITLE_REVIEW', '评论内容:');
define('SUB_TITLE_RATING', '评分:');
define('TEXT_NO_HTML', '<small><font color="#ff0000"><b>注意:</b></font></small>&nbsp;不可使用HTML语法!');
define('TEXT_BAD', '<small><font color="#ff0000"><b>差</b></font></small>');
define('TEXT_GOOD', '<small><font color="#ff0000"><b>好</b></font></small>');
/*
define('ERROR_INVALID_PRODUCT', '我们已不再销售该商品,请再试一下。');
*/
define('TEXT_CLICK_TO_ENLARGE', '点击放大');
?>

⌨️ 快捷键说明

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