#
# Operations / Logistics
#----------------------------------------------
# add by tangxj start
BrandStatPulldownButton = BrandStatPulldownButton
CategoryStatPulldownButton = CategoryStatPulldownButton
# add by tangxj end
mccNLS_zh_CN.properties 配置功能资源绑定
D:\WCToolkitEE60\xml\tools\stat\
BrandStat.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE action SYSTEM "../common/List.dtd">
<!--
*===================================================================
* Licensed Materials - Property of IBM
*
* WebSphere Commerce
*
* (c) Copyright International Business Machines Corporation. 2003
* All rights reserved.
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*===================================================================
-->
<action resourceBundle="statistics.ProductStatNLS"
formName = "findprice"
helpKey="" >
<parameter
listsize="20"
startindex="0"
resultssize="0"
endindex="0"
/>
<scrollcontrol
title="BrandStatTitle"
display="true"/>
<controlpanel
display="true"/>
<jsFile src="/wcs/javascript/tools/common/Util.js" />
</action>
CategoryStat.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE action SYSTEM "../common/List.dtd">
<!--
*===================================================================
* Licensed Materials - Property of IBM
*
* WebSphere Commerce
*
* (c) Copyright International Business Machines Corporation. 2003
* All rights reserved.
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*===================================================================
-->
<action resourceBundle="statistics.ProductStatNLS"
formName = "findprice"
helpKey="" >
<parameter
listsize="20"
startindex="0"
resultssize="0"
endindex="0"
/>
<scrollcontrol
title="CategoryStatTitle"
display="true"/>
<controlpanel
display="true"/>
<jsFile src="/wcs/javascript/tools/common/Util.js" />
</action>
resources.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE resourceConfig SYSTEM "../common/Resources.dtd">
<!--
*===================================================================
* Licensed Materials - Property of IBM
*
* WebSphere Commerce
*
* (c) Copyright International Business Machines Corporation. 2003
* All rights reserved.
*
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*===================================================================
-->
<!-- This is the configuration file for the inventory objects that are
available in the runtime model -->
<resourceConfig>
<resource nameSpace="statistics">
<!-- resource bundle file mappings -->
<resourceBundle name="ProductStatNLS"
bundle="com.ibm.commerce.tools.statistics.properties.ProductStatNLS" />
<!-- XML file mappings -->
<resourceXML name="BrandStat"
file="stat/BrandStat.xml" />
<resourceXML name="CategoryStat"
file="stat/CategoryStat.xml" />
</resource>
</resourceConfig>