配置文件

-----------------------------------------错误配置文件-----------------------------------

<?xml version="1.0" encoding="utf-8" ?>
<root>
  <!--公共错误信息 从C0001开始
  <ErrorInfo Code="C0001" String="错误信息" />
  <ErrorInfo Code="E21071" String="您的权限有问题,请联系管理员" />
  <!-- 客服工单 End-->
</root>

--------------------------------------html 包含块文件------------------------------------------------------


<?xml version="1.0"?>
<htmlBlockConfig xmlns="http://www.xxxx.com/Language"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <htmlBlock alias="demo1">
    <![CDATA[<h4>demo</h4>
        <p>This is a html block demo1 setting</p> ]]>
  </htmlBlock>
  <htmlBlock alias="demo2">
    <![CDATA[<h4>demo2</h4>
        <p>This is a html block demo2 setting</p> ]]>
  </htmlBlock>
  <htmlBlock alias="RegisterStep">
    <![CDATA[        <label>
            注册步骤:</label>
        <span class="over">1.填写信息&nbsp;&nbsp;&gt;</span> <span>2.完善注册信息&nbsp;&nbsp;&gt;</span>
        <span>3.注册成功</span> ]]>
  </htmlBlock>

</htmlBlockConfig>

-----------------------------------------------------------------------------------

<?xml version="1.0" encoding="utf-8" ?>
<NavList>
  <!--1-->
  <Nav id="1" parentId="0" iamge="bg/item1.png" pageAlias="1" text="商品" title="商品">
    <ChildNAv id="101" parentId="1" iamge="" pageAlias="ProductList" text="商品列表" title="商品列表">
      <ChildNAv id="10101" parentId="101" iamge="" pageAlias="ProductEdit" text="修改商品信息" title="修改商品信息"></ChildNAv>
      <ChildNAv id="10102" parentId="101" iamge="" pageAlias="EditGroupItem" text="编辑组商品信息" title="编辑组商品信息"></ChildNAv>
      <ChildNAv id="10103" parentId="101" iamge="" pageAlias="CopyGroupItem" text="复制组商品信息" title="复制组商品信息"></ChildNAv>
      <ChildNAv id="10104" parentId="101" iamge="" pageAlias="ChangeGroupItemProperties" text="批量复制产品" title="批量复制产品"></ChildNAv>
      <ChildNAv id="10105" parentId="101" iamge="" pageAlias="MallSetItemProperties" text="商城设置产品属性" title="商城设置产品属性"></ChildNAv>
      <ChildNAv id="10106" parentId="101" iamge="" pageAlias="ProductPassRequest" text="商品审批" title="商品审批"></ChildNAv>
    </ChildNAv>

  </Nav>

</NavList>

-----------------------------------------------------------

<?xml version="1.0" encoding="utf-8" ?>

<listConfig xmlns="http://www.xxxx.com/Language"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <listGroup name="Demo1">
    <listItem text="男" value="1"/>
    <listItem text="女" value="2"/>
    <listItem text="未知" value="unknown"/>
  </listGroup>

</listConfig>

-------------------------------------------------------------------

<?xml version="1.0"?>
<messageResources>
    <messageResource key ="MSG_Customer_Customer_Title" text="客户管理提示:" />

    <messageResource key ="MSG_PageSetup_Layout_Save_Failed" text="页面布局保存失败!">
     <description text="页面设置编号必须大于0" /></messageResources>

    </messageResource>

</messageResources>

--------------------------------------------------------------

<?xml version="1.0" encoding="utf-8" ?>

<webStringResources xmlns="http://www.xxxx.com/Language"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <stringResource key="Common_Pre_Page" text="上一页" ></stringResource>
    <stringResource key="Common_Next_Page" text="下一页" ></stringResource>
    <stringResource key="Common_Button_Title_Add" text="添加" ></stringResource>
    <stringResource key="Common_Button_Title_Delete" text="删除" ></stringResource> 
    <stringResource key="Common_Button_Title_CheckAll" text="全选" ></stringResource>
    <stringResource key="Common_Button_Title_PrevPage" text="上一页" ></stringResource>
    <stringResource key="Common_Button_Title_NextPage" text="下一页" ></stringResource>
    <stringResource key="Common_Button_Title_Edit" text="编辑"></stringResource>
    <stringResource key="Common_Button_Title_Search" text="搜索" ></stringResource>
    <stringResource key="Common_Button_Title_Search_All" text="搜索全部" ></stringResource>

</webStringResources>


----------------

<?xml version="1.0" encoding="utf-8" ?>
<WebInfo>
  <Ico>default.ico</Ico>
  <Title>商城管理系统</Title>
  <Description>商城</Description>
  <Keywords>商城</Keywords>
  <CommonKeyWords>商城管理系统</CommonKeyWords>
  <ContentType>text/html; charset={0}</ContentType>
</WebInfo>

-------------------------------------------------cookie-

<?xml version="1.0" encoding="utf-8" ?>

<cookieConfig xmlns="http://www.xxxx.com/cookie"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <cookie name="Configuration" domain="" path="/emall/admin/" expiresAfter="1000.00:00:00" secureOnly="false" hasSubKey="true"/>

</cookieConfig>

---------------------------------------------------------------------------------------

  <imageSizeGroup name="Banner">
    <imageSize name="PreView" width="560" height="130"></imageSize>
    <imageSize name="BannerList" width="80" height="40"></imageSize>
    <imageSize name="Width980Height80" width="980" height="80"></imageSize>
    <imageSize name="Width198Height69" width="198" height="68"></imageSize>
    <imageSize name="Width769Height80" width="768" height="80"></imageSize>
    <imageSize name="Width558Height58" width="558" height="58"></imageSize>
    <imageSize name="Width980Height265" width="980" height="265"></imageSize>
    <imageSize name="Width558Height220" width="558" height="220"></imageSize>
  </imageSizeGroup>

-----------------------------------------------------

<payments>
  <payment code="010"
             name="支付宝"
             type="YinTai.ECommerce.Payment.PayEntries.Alipay.PayEntry, YinTai.ECommerce.Payment.PayEntries.Alipay"
             description=""
             isOnlinePay="true"
             isActive="true"
             payRate="0.01"
             envType ="Product"
             requestType="HttpGet"
             callbackRequestType="HttpPost"
             contentEncoding="gb2312"
             sellerCode="2088001982723688"
             sellerEmail=""
             sellerKey="xxxx"
             ></payment>

</payments>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值