📄 websitepro.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Admin/Masterpage/Page.Master" CodeBehind="WebsitePro.aspx.cs" Inherits="YXShop.Web.Admin.WebsiteInstall.WebsitePro" %>
<%@ Register src="../Control/SelectProduct.ascx" tagname="SelectProduct" tagprefix="uc1" %>
<%@ Register Assembly="DatePicker" Namespace="CustomControls" TagPrefix="cc1" %>
<asp:Content ID="Contenthaed" runat="server" ContentPlaceHolderID="head">
<script src="../JS/Calendar.js" type="text/jscript"></script>
<script src="../JS/CheckDataFunction.js" type="text/jscript"></script>
</asp:Content>
<asp:Content ID="Contenttitel" runat="server" ContentPlaceHolderID="ContentPlaceTitle">
商店参数配置
</asp:Content>
<asp:Content ID="Contentmian" runat="server" ContentPlaceHolderID="ContentPlaceHolderMain">
<table width="100%" border="0" cellspacing="1" cellpadding="1" class="hy" bgcolor="#5D8FB2">
<tr>
<td width="12%" class="leftColumn">是否允许游客购买商品:</td>
<td width="84%">
<asp:RadioButtonList ID="gmsp" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="1"></asp:ListItem>
<asp:ListItem Text="否" Value="0" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td width="12%" class="leftColumn">默认商品税率优惠类型:</td>
<td width="84%">
<asp:RadioButtonList ID="yhlx" runat="server" RepeatDirection="Vertical"
Width="100%">
<asp:ListItem Text="含税,不开发票时有税率优惠" Value="1001"></asp:ListItem>
<asp:ListItem Text="含税,不开发票时没有税率优惠" Value="1002" Selected="True"></asp:ListItem>
<asp:ListItem Text="不含税,不开发票时需要加收税费" Value="1011"></asp:ListItem>
<asp:ListItem Text="不含税,不开发票时不需要加收税费" Value="1012"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">是否允许会员自主对定<br />
单支付部分金额:</td>
<td>
<asp:RadioButtonList ID="bfje" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="1"></asp:ListItem>
<asp:ListItem Text="否" Value="0" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">是否启用优惠券功能:</td>
<td>
<asp:RadioButtonList ID="yhjgn" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="1"></asp:ListItem>
<asp:ListItem Text="否" Value="0" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">是否自动生成缩略图:</td>
<td>
<asp:RadioButtonList ID="syt" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="1"></asp:ListItem>
<asp:ListItem Text="否" Value="0" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">是否给商品图片添水印:</td>
<td>
<asp:RadioButtonList ID="tsyssy" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="是" Value="1"></asp:ListItem>
<asp:ListItem Text="否" Value="0" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">图片水印还是水字水印:</td>
<td>
<asp:RadioButtonList ID="tsyss" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Text="水字水印" Value="1"></asp:ListItem>
<asp:ListItem Text="图片水印" Value="0" Selected="True"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">订单商品种类数量限制:</td>
<td>
<asp:TextBox ID="txtxz" runat="server" Width="25%"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator1" runat="server"
ControlToValidate="txtxz" ErrorMessage="请输入整数" Operator="DataTypeCheck"
Type="Integer"></asp:CompareValidator>
</td>
</tr>
<tr>
<td class="leftColumn">默认税率设置:</td>
<td>
<asp:TextBox ID="txtsz" runat="server" Width="25%"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1"
runat="server" ControlToValidate="txtsz" ErrorMessage=" * 该字段必须是数字!"
ValidationExpression="^(-?\d+)(\.\d+)?$"></asp:RegularExpressionValidator>
</td>
</tr>
<tr>
<td class="leftColumn">定单号前缀:</td>
<td>
<asp:TextBox ID="txtqz" runat="server" Width="25%"></asp:TextBox>
</td>
</tr>
<tr>
<td class="leftColumn">我的联系电话:</td>
<td>
<asp:TextBox ID="txtdh" runat="server" MaxLength="15" Width="25%"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="txtdh"
ErrorMessage=" * 联系电话格式错误!"
ValidationExpression="(\(\d{3}\)|\d{3}-)?\d{8}"></asp:RegularExpressionValidator>
</td>
</tr>
<tr>
<td class="leftColumn">我所在地区的邮政编码:</td>
<td>
<asp:TextBox ID="txtbm" runat="server" MaxLength="10" Width="25%"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="txtbm"
ErrorMessage=" * 邮政编码格式错误!"
ValidationExpression="^\d{6}(,\d{6})*$"></asp:RegularExpressionValidator>
</td>
</tr>
<tr>
<td class="leftColumn">我的所在地:</td>
<td>
<asp:TextBox ID="txtszd" runat="server" MaxLength="50" Width="75%"></asp:TextBox>
</td>
</tr>
<tr
<td>
<td class="leftColumn">水印文字:</td>
<td>
<asp:TextBox ID="txtwz" runat="server" Width="75%" MaxLength="50"></asp:TextBox>
</td>
</tr>
<tr>
<td> </td>
<td align ="center">
<asp:Button ID="Button1" runat="server" Text="提交"
Width="131px" onclick="Button1_Click" />
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -