product_reviews_write.php

来自「osCommerce最好的电子商务程序 2.2」· PHP 代码 · 共 28 行

PHP
28
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?