📄 product.aspx
字号:
<asp:CheckBoxList ID="cblPro_Designation" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="0" Selected="True">普通</asp:ListItem>
<asp:ListItem Value="1">团购</asp:ListItem>
<asp:ListItem Value="2">拍卖</asp:ListItem>
<asp:ListItem Value="3">点卡</asp:ListItem>
<asp:ListItem Value="4">批发</asp:ListItem>
</asp:CheckBoxList>
</td>
</tr>
<tr>
<td class="leftColumn">
商品查看次数:
</td>
<td class="middleColumn">
<asp:TextBox ID="txtPro_onClicks" Text="0" runat="server" Width="100px"></asp:TextBox>
<div class="Description">
默认查看次数为0,为了使您了解该商品真正的顾客满意度,建议不要修改</div>
</td>
</tr>
<tr>
<td class="leftColumn">
商品是否允许评论:
</td>
<td class="middleColumn">
<asp:RadioButtonList ID="rblPro_IsAllowComment" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="1" Text="允许" Selected="True"></asp:ListItem>
<asp:ListItem Value="0" Text="不允许"></asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">
商品成本价:
</td>
<td class="middleColumn">
<asp:TextBox ID="txtPro_CostPrice" runat="server" Width="100px"></asp:TextBox>
<div id="txtPro_CostPriceDiv" class="Description">
</div>
<div class="Description">
输入之后,后台可以统计商品销售利润,如果不需要统计则可以不填写此项,-1表示未填写</div>
</td>
</tr>
<tr>
<td class="leftColumn">
在指定时间点自动上架和下架:
</td>
<td class="middleColumn">
<asp:RadioButtonList runat="server" ID="rblPro_IsAuto" RepeatDirection="Horizontal">
<asp:ListItem Value="0" Selected="True">否</asp:ListItem>
<asp:ListItem Value="1">是</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td class="leftColumn">
商品自动上架时间:
</td>
<td class="middleColumn">
<cc1:DatePicker ID="txtPro_AutoUp" runat="server" txtWidth="70" />
<div class="Description">
如果您选择了商品自动上架和下架,那么本商品会在此时间之后自动上架</div>
</td>
</tr>
<tr>
<td class="leftColumn">
商品自动下架时间:
</td>
<td class="middleColumn">
<cc1:DatePicker ID="txtPro_AutoDown" runat="server" txtWidth="70" />
<div class="Description">
如果您选择了商品自动上架和下架,那么本商品会在此时间之后自动下架</div>
</td>
</tr>
</table>
<!--介绍及图片-->
<table id='Pro2' border='0' bordercolor='#EEEEEE' bgcolor='#d1d1d1' cellpadding='2' cellspacing='1' width='100%' align='center' style='border: solid 1px #BEBEBE' class='table90' >
<tr>
<td class="leftColumn">
上传商品详细图:
</td>
<td class="middleColumn">
<asp:FileUpload ID="fuPro_MarkPic" runat="server" />
<asp:CheckBox ID="cbBreviary" runat="server" onclick="chengeBreviary();" />自动生成缩略图
<%--<input type="checkbox" id="cbBreviary" onclick="chengeBreviary();" />自动生成缩略图--%>
</td>
</tr>
<tr>
<td class="leftColumn">
上传商品缩略图:
</td>
<td class="middleColumn">
<asp:FileUpload ID="fuPro_SmallImages" runat="server" />
</td>
</tr>
<tr>
<td class="leftColumn">
商品简介:
</td>
<td class="middleColumn">
<asp:TextBox ID="txtPro_Description" runat="server" TextMode="MultiLine" onblur="changeDescription()"
MaxLength="1500" Height="100px" Width="323px"></asp:TextBox>
<div class="Description">
请填写商品简介,不大于1500字</div>
</td>
</tr>
<tr>
<td class="leftColumn" colspan="2" style="text-align: left">
详细介绍:
</td>
</tr>
<tr>
<td class="fullTd" colspan="2">
<FCKeditorV2:FCKeditor ID="txtPro_Content" runat="server">
</FCKeditorV2:FCKeditor>
</td>
</tr>
</table>
<!--商品相册-->
<table id='Pro3' border='0' bordercolor='#EEEEEE' bgcolor='#d1d1d1' cellpadding='2' cellspacing='1' width='100%' align='center' style='border: solid 1px #BEBEBE' class='table90' >
<tr>
<td colspan="3" class="fullTd">
上传商品相册:
<input onclick="addFile()" type="button" value="增加" />
<div id="MyFile">
</div>
<input id="File1" type="file" name="File" runat="server" />描述:<input type="text"
name="description" maxlength="200" />
</td>
</tr>
</table>
<!-- 扩展属性-->
<table id='pro4' border='0' bordercolor='#EEEEEE' bgcolor='#d1d1d1' cellpadding='2' cellspacing='1' width='100%' align='center' style='border: solid 1px #BEBEBE' class='table90' >
<tr>
<td colspan="3" class="fullTd">
<div id="divPro_PValues" class="Description">
<%=pro_Pro_PValues%></div>
</td>
</tr>
</table>
<!-- 相关商品-->
<table id='pro5' border='0' bordercolor='#EEEEEE' bgcolor='#d1d1d1' cellpadding='2' cellspacing='1' width='100%' align='center' style='border: solid 1px #BEBEBE' class='table90' >
<tr>
<td class="fullTd" colspan="3">
搜索商品的关联商品:
<input type="text" id="txtPro_RelatingProID" />
<input type="button" value="搜索商品" onclick="CheckPro(document.all.txtPro_RelatingProID.value);" />
<div class="Description">
在前台商品的详细页上将显示您当前所添加的关联商品,建议不多于10个</div>
</td>
</tr>
<tr>
<td style="width: 40%; text-align: right">
<div class="Description" id="divPro_RelatingProID">
<select size="14" id="selPro_RelatingProID" style="width: 98%">
</select>
</div>
</td>
<td style="width: 20%; text-align: center; vertical-align: super">
<input type="button" style="width: 60%" value=">>>" onclick="AddAllItem('selPro_RelatingProID','selPro_RelatingProIDSelect');" />
<br />
<br />
<br />
<input type="button" style="width: 60%" value=">" onclick="AddItem('selPro_RelatingProID','selPro_RelatingProIDSelect');" />
<br />
<br />
<br />
<input type="button" style="width: 60%" value="<<<" onclick="DelAllItem('selPro_RelatingProIDSelect');" />
<br />
<br />
<br />
<input type="button" style="width: 60%" value="<" onclick="DelItem('selPro_RelatingProIDSelect');" />
</td>
<td style="width: 40%; text-align: left">
<div class="Description" id="divPro_RelatingProIDSelected">
<%=Pro_RelatingProID%>
</div>
</td>
</tr>
</table>
<!-- 相关文章-->
<table id='pro6' border='0' bordercolor='#EEEEEE' bgcolor='#d1d1d1' cellpadding='2' cellspacing='1' width='100%' align='center' style='border: solid 1px #BEBEBE' class='table90' >
<tr>
<td class="fullTd" colspan="3">
搜索商品的关联文章:<input type="text" name="txtPro_RelatingArtID" id="txtPro_RelatingArtID" /> <input
type="button" value="搜索文章" onclick="CheckArticle(document.all.txtPro_RelatingArtID.value);" />
<div class="Description">
在前台商品的详细页上将显示您当前所添加的关联文章,建议不多于10篇</div>
</td>
</tr>
<tr>
<td style="width: 40%; text-align: right">
<div class="Description" id="divPro_RelatingArtID">
<select size="14" style="width: 98%">
</select>
</div>
</td>
<td style="width: 20%; text-align: center; vertical-align: super">
<input type="button" style="width: 60%" value=">>>" onclick="AddAllItem('selPro_RelatingArtID','selPro_RelatingArtIDSelect');" />
<br />
<br />
<br />
<input type="button" style="width: 60%" value=">" onclick="AddItem('selPro_RelatingArtID','selPro_RelatingArtIDSelect');" />
<br />
<br />
<br />
<input type="button" style="width: 60%" value="<<<" onclick="DelAllItem('selPro_RelatingArtIDSelect');" />
<br />
<br />
<br />
<input type="button" style="width: 60%" value="<" onclick="DelItem('selPro_RelatingArtIDSelect');" />
</td>
<td style="width: 40%; text-align: left">
<div class="Description" id="divPro_RelatingArtIDSelect">
<%=Pro_RelatingArtID%>
</div>
</td>
</tr>
</table>
<!-- 搜索优化-->
<table id='pro7' border='0' bordercolor='#EEEEEE' bgcolor='#d1d1d1' cellpadding='2' cellspacing='1' width='100%' align='center' style='border: solid 1px #BEBEBE' class='table90' >
<tr>
<td class="leftColumn">
meta_title:
</td>
<td class="middleColumn">
<asp:TextBox ID="txtPro_MetaTitle" runat="server" MaxLength="150" Width="90%"></asp:TextBox>
<div class="Description">
用于在商品详细页详细页的页头上进行显示的标题信息(有助于SEO优化),不多于150字</div>
</td>
<td class="rightColumn">
</td>
</tr>
<tr>
<td class="leftColumn">
meta_keywords:
</td>
<td class="middleColumn">
<asp:TextBox ID="txtPro_MetaKeywords" runat="server" MaxLength="100" Width="90%"></asp:TextBox>
<div class="Description">
用于在商品详细页详细页的页头上进行显示的关键字(有助于SEO优化),不多于100字</div>
</td>
<td class="rightColumn">
</td>
</tr>
<tr>
<td class="leftColumn">
meta_description:
</td>
<td class="middleColumn">
<asp:TextBox ID="txtPro_MetaDescription" runat="server" TextMode="MultiLine" Height="60px"
MaxLength="250" Width="90%"></asp:TextBox>
<div class="Description">
用于在商品详细页详细页的页头上进行显示的描述信息(有助于SEO优化),不多于250字</div>
</td>
<td class="rightColumn">
</td>
</tr>
</table>
<!-- 提交操作-->
<table width="100%" cellpadding="1" cellspacing="1" class="hy" bgcolor="#FFFFFF">
<tr>
<td class="bottomRow">
<div align="center">
<%--<asp:Button ID="btnAdd" runat="server" Text="提 交" OnClick="btnAdd_Click"></asp:Button>--%>
<input id="Buttonss" type="button" value="<%=commandName %>" onclick="javascript:remind();" />
</div>
</td>
</tr>
<tr>
<td style="display: none">
<div align="center">
<asp:Button ID="btnAdd" runat="server" Text="提 交" OnClick="btnAdd_Click"></asp:Button>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
var url = window.location.href;
if (url.indexOf("?ID=")!=-1)
{
//checkProperty("<%=proClass_ID %>");
document.getElementById("MainContent").style.display="";
document.getElementById("proCate").style.display="none";
change_pro(0);
}
</script>
<script type="text/javascript">
//商品的销售方式
ChangetrPro_IntegralPrice("<%=saleType %>");
</script>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -