📄 product_modify.aspx
字号:
<%@ Page language="c#" Codebehind="product_modify.aspx.cs" AutoEventWireup="false" Inherits="B2Bsite.product_modify" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>友思B2B拍宝网(.Net开源版) v0.4 Beta -- 商品资料修改</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style>
</style>
</HEAD>
<body MS_POSITIONING="GridLayout">
<FORM id="Form3" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="FONT-SIZE: 10pt; Z-INDEX: 101; COLOR: #000000; POSITION: absolute; BORDER-COLLAPSE: collapse"
borderColor="lightblue" width="100%" border="1">
<TR>
<TD style="COLOR: #006699; HEIGHT: 32px" bgColor="#99ccff" colSpan="2">商品信息维护
<%=back%>
</TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">所属店铺:</TD>
<TD style="HEIGHT: 28px">
<asp:label id="Label1" runat="server"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">产品名:</TD>
<TD style="HEIGHT: 28px">
<asp:label id="Label2" runat="server"></asp:label></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 31px" align="right">商品单价:</TD>
<TD style="HEIGHT: 31px">
<asp:textbox id="TextBox3" runat="server" Width="88px"></asp:textbox>元
<asp:RegularExpressionValidator id="RegularExpressionValidator1" runat="server" ErrorMessage="[请输入正确单价]" ControlToValidate="TextBox3"
ValidationExpression="^[0-9]+(.[0-9]{0,2})?$"></asp:RegularExpressionValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">库存量:</TD>
<TD style="HEIGHT: 31px">
<asp:textbox id="TextBox4" runat="server"></asp:textbox>
<asp:RegularExpressionValidator id="RegularExpressionValidator2" runat="server" ErrorMessage="[库存量只能为正整数]" ControlToValidate="TextBox4"
ValidationExpression="^[0-9]*$"></asp:RegularExpressionValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 30px" align="right">平邮邮费:</TD>
<TD style="HEIGHT: 30px">
<asp:textbox id="TextBox5" runat="server"></asp:textbox>元
<asp:RegularExpressionValidator id="RegularExpressionValidator3" runat="server" ErrorMessage="[请输入正确邮费]" ControlToValidate="TextBox5"
ValidationExpression="^[0-9]+(.[0-9]{0,2})"></asp:RegularExpressionValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">快递邮费:</TD>
<TD style="HEIGHT: 31px">
<asp:textbox id="TextBox6" runat="server"></asp:textbox>元
<asp:RegularExpressionValidator id="RegularExpressionValidator4" runat="server" ErrorMessage="[请输入正确邮费]" ControlToValidate="TextBox6"
ValidationExpression="^[0-9]+(.[0-9]{0,2})"></asp:RegularExpressionValidator></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">商品图片:</TD>
<TD style="HEIGHT: 33px">
<div align="left"> <INPUT type="file" onpropertychange="document.all.myimg.src='file:///'+this.value" id="uploadFile"
runat="server" name="uploadFile"></div>
[最好使用200*200的图片]<br>
<div align="left"> <IMG id="myimg" height="100" src="images\showimg.gif" width="100" border="0" runat=server></div>
</TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 142px" align="right">商品详细:</TD>
<TD style="COLOR: #ff0066; HEIGHT: 142px">
<asp:textbox id="TextBox2" runat="server" Width="338px" Height="128px" MaxLength="500" Rows="8"
TextMode="MultiLine"></asp:textbox>(500字以内)</TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">商品状态:</TD>
<TD style="HEIGHT: 32px">
<asp:radiobutton id="RadioButton18" runat="server" GroupName="ProductState" Text="库存" Visible="True"></asp:radiobutton>
<asp:radiobutton id="RadioButton17" runat="server" GroupName="ProductState" Text="已上架" Visible="True"></asp:radiobutton></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">有无保修:</TD>
<TD style="HEIGHT: 32px">
<asp:radiobutton id="RadioButton16" runat="server" GroupName="ProductRepair" Text="有" Visible="True"></asp:radiobutton>
<asp:radiobutton id="RadioButton15" runat="server" GroupName="ProductRepair" Text="无" Visible="True"></asp:radiobutton></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">有无发票:</TD>
<TD style="HEIGHT: 32px">
<asp:radiobutton id="RadioButton14" runat="server" GroupName="ProductInvoice" Text="有" Visible="True"></asp:radiobutton>
<asp:radiobutton id="RadioButton13" runat="server" GroupName="ProductInvoice" Text="无" Visible="True"></asp:radiobutton></TD>
</TR>
<TR>
<TD style="WIDTH: 133px; HEIGHT: 32px" align="right">付款方式:</TD>
<TD style="HEIGHT: 32px">
<asp:radiobutton id="RadioButton12" runat="server" GroupName="ProductPayment" Text="款到发货" Visible="True"></asp:radiobutton><asp:radiobutton id="RadioButton11" runat="server" GroupName="ProductPayment" Text="货到付款" Visible="True"></asp:radiobutton><asp:radiobutton id="RadioButton10" runat="server" GroupName="ProductPayment" Text="见商品描述" Visible="True"></asp:radiobutton></TD>
</TR>
<TR>
<TD style="WIDTH: 133px"></TD>
<TD>
<asp:button id="Button1" runat="server" Text="保 存"></asp:button>
<INPUT id="Reset1" type="reset" value="重 置" name="Reset1" runat="server"></TD>
</TR>
</TABLE>
</FONT>
</FORM>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -