📄 index.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPage.master" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" Title="User Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="FartherMain" Runat="Server">
<table cellpadding=0 cellspacing=0 style=" font-size: 9pt; font-family: 宋体;width :542px; vertical-align :top ; border-top-style: none; border-right-style: none; border-left-style: none; text-align: left; border-bottom-style: none; height: 495px;" >
<tr align="left">
<td align="left"colspan="0" rowspan="0" style="vertical-align: top;
width: 573px; height: 26px; text-align: left">
<table style="font-size: 9pt; font-family: 宋体; width: 665px; height: 160px;" cellpadding=0 cellspacing=0>
<tr>
<td align="left" style="vertical-align: top; width: 570px;
height: 174px; text-align: left">
<asp:Image ID="Image1" runat="server" ImageUrl="~/indeximage/2.bmp" Width="700px" Height="200px" /></td>
</tr>
</table>
</td>
</tr>
<tr align="left">
<td align="left" colspan="0" rowspan="0" style="vertical-align: top; width: 573px;
height: 1px; text-align: left">
<asp:Image ID="Image2" runat="server" Height="35px" ImageUrl="~/Images/commendlabel.gif"
Width="700px" /></td>
</tr>
<tr>
<td style="width :573px; height: 125px;" align="left" >
<asp:DataList ID="DLrefinement" DataKeyField ="GoodsID" runat="server" RepeatColumns="4" RepeatDirection="Horizontal" OnItemCommand="DLrefinement_ItemCommand" Height="150px" Width="700px" CaptionAlign="Bottom" CellPadding="0" HorizontalAlign="Center" BorderStyle="Dotted">
<ItemTemplate><table align="left" cellpadding=0 cellspacing=0 style=" width :170px; height:180px;" border="0" >
<tr align =center valign =bottom style =" width :135px; height:65px;font-size: 9pt; font-family: 宋体;" >
<td colspan="2" align="center" style="height: 65px">
<table border="1" cellpadding="0" cellspacing="0" style="width: 163px; height: 32px">
<tr>
<td colspan="3" style="height: 32px">
<asp:Image ID="imageRefine" runat="server" ImageUrl =<%#DataBinder.Eval(Container.DataItem,"GoodsUrl")%>/></td>
</tr>
</table>
</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td colspan="2" align="center">
<%#DataBinder.Eval(Container.DataItem, "GoodsName")%>
</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td align="right">
市场价格</td>
<td align="right" style="width: 55px">
<%#GetMKPStr(DataBinder.Eval(Container.DataItem, "MarketPrice").ToString())%>
¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td align="right">
会员价格</td>
<td align="right" style="width: 55px">
<%#GetMBPStr(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>
¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td colspan="2" align="center" style="height: 11px">
<asp:ImageButton ID="ImageButton2" runat="server" CommandName="detailSee" ImageUrl="~/Images/detailkey.gif" />
<asp:ImageButton ID="ImageButton1" runat="server" CommandName="buyGoods" ImageUrl="~/Images/buykey.gif" /></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
<tr>
<td align="left" style="width: 573px; height: 125px">
<asp:Image ID="Image3" runat="server" Height="115px" ImageUrl="~/indeximage/indeximgmycatalog_text1.gif"
Width="696px" /></td>
</tr>
<tr>
<td align="left" style="width: 573px; height: 125px">
<asp:DataList ID="DLHot" runat="server" DataKeyField ="GoodsID" RepeatColumns="4" RepeatDirection="Horizontal" OnItemCommand="DLHot_ItemCommand" Height="150px" Width="700px" BorderStyle="Dotted">
<ItemTemplate>
<table align="left" cellpadding=0 cellspacing=0 style=" width :170px; height:180px;" >
<tr align =center valign =bottom style =" width :135px; height:65px;font-size: 9pt; font-family: 宋体;" >
<td colspan="2" align="center">
<table border="1" cellpadding="0" cellspacing="0" style="width: 163px; height: 32px">
<tr>
<td colspan="3">
<asp:Image ID="imageHot" runat="server" ImageUrl =<%#DataBinder.Eval(Container.DataItem,"GoodsUrl")%>/></td>
</tr>
</table>
</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td colspan="2" align="center">
<%#DataBinder.Eval(Container.DataItem, "GoodsName")%>
</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td align="right">
市场价格</td>
<td align="right" style="width: 55px">
<%#GetMKPStr(DataBinder.Eval(Container.DataItem, "MarketPrice").ToString())%>
¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td align="right">
会员价格</td>
<td align="right" style="width: 55px">
<%#GetMBPStr(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>
¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td colspan="2" align="center">
<asp:ImageButton ID="ImageButton3" runat="server" CommandName="detailSee" ImageUrl="~/Images/detailkey.gif" />
<asp:ImageButton ID="ImageButton4" runat="server" CommandName="buyGoods" ImageUrl="~/Images/buykey.gif" /></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
<tr>
<td align="left" style="width: 573px; height: 125px">
<asp:Image ID="Image4" runat="server" ImageUrl="~/indeximage/indeximgcustom_img04.gif"
Width="696px" /></td>
</tr>
<tr>
<td align="left" style="width: 573px; height: 125px">
<asp:DataList ID="DLDiscount" runat="server" DataKeyField ="GoodsID" RepeatColumns="4" RepeatDirection="Horizontal" OnItemCommand="DLDiscount_ItemCommand" Width="700px" Height="150px" BorderStyle="Dotted">
<ItemTemplate><table align="left" cellpadding=0 cellspacing=0 style=" width :170px; height:180px;" >
<tr align =center valign =bottom style =" width :135px; height:65px;font-size: 9pt; font-family: 宋体;" >
<td colspan="2" align="center">
<table border="1" cellpadding="0" cellspacing="0" style="width: 163px; height: 32px">
<tr>
<td colspan="3">
<asp:Image ID="imageDiscount" runat="server" ImageUrl =<%#DataBinder.Eval(Container.DataItem,"GoodsUrl")%>/></td>
</tr>
</table>
</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td colspan="2" align="center">
<%#DataBinder.Eval(Container.DataItem, "GoodsName")%>
</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td align="right">
市场价格</td>
<td align="right" style="width: 55px">
<%#GetMKPStr(DataBinder.Eval(Container.DataItem, "MarketPrice").ToString())%>
¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td align="right">
会员价格</td>
<td align="right" style="width: 55px">
<%#GetMBPStr(DataBinder.Eval(Container.DataItem, "MemberPrice").ToString())%>
¥</td>
</tr>
<tr align =center valign =bottom style =" width :135px; height:11px;font-size: 9pt; font-family: 宋体;">
<td colspan="2" align="center">
<asp:ImageButton ID="ImageButton5" runat="server" CommandName="detailSee" ImageUrl="~/Images/detailkey.gif" />
<asp:ImageButton ID="ImageButton6" runat="server" CommandName="buyGoods" ImageUrl="~/Images/buykey.gif" /></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
<tr>
<td align="left" style="width: 573px; height: 125px">
<asp:Image ID="Image5" runat="server" ImageUrl="~/Images/10.jpg" Width=700 /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -