📄 search.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="search.aspx.cs" Inherits="search" %>
<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc1" %>
<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc2" %>
<%@ Register Src="bottom.ascx" TagName="bottom" TagPrefix="uc3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>电子商务网站</title>
<link href="css/StyleSheet.css" rel="StyleSheet" type="text/css"/>
<link href="css/StyleSheet.css" rel="StyleSheet" type="text/css" />
<link href="css/StyleSheet.css" rel="StyleSheet" type="text/css" />
<link href="css/StyleSheet.css" rel="StyleSheet" type="text/css" />
</head>
<body style="margin-top: 0px; padding-top: 0px">
<form id="form1" runat="server" class="css/StyleSheet.css">
<div>
<table style="width: 630px; border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid;" align="center" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td colspan="3" align="center" style="width: 0px; height: 172px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;">
<uc1:top ID="Top1" runat="server"/></td>
</tr>
<tr>
<td style="height: 605px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; width: 163px; padding-top: 0px;" valign="top">
<uc2:left ID="Left1" runat="server" />
</td>
<td style="height: 500px; width: 517px;" align="left">
<table border="0" style="font-size: 12px; width: 480px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 505px; height: 61px; background-image: url(image/KCM/NET电子商务网站首页_13.gif);">
</td>
</tr>
<tr>
<td style="width: 505px; height: 41px; background-image: url(image/KCM/NET电子商务网站首页_18.gif);" align="right">
<asp:DataList ID="DataList1" runat="server" Height="96px"
RepeatColumns="2" Width="1px">
<ItemTemplate>
<table border="0" style="width: 225px; height: 1px;">
<tr>
<td rowspan="5" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;">
<asp:Image ID="Image1" runat="server" Height="98px" Width="106px"
ImageUrl='<%# DataBinder.Eval(Container.DataItem,"picture") %>' /> </td>
<td align="center" style="width: 270px">
<%# DataBinder.Eval(Container.DataItem,"goodsname") %></td>
</tr>
<tr>
<td style="width: 270px; color: #ff3300; text-decoration: underline line-through" align="center">
原价:<%# DataBinder.Eval(Container.DataItem,"price") %></td>
</tr>
<tr>
<td style="width: 270px; height: 23px;" align="center">
现价:<%# DataBinder.Eval(Container.DataItem, "nowprice")%></td>
</tr>
<tr>
<td style="width: 270px; height: 23px;">
<%# DataBinder.Eval(Container.DataItem,"introduce") %></td>
</tr>
<tr>
<td style="width: 270px; height: 28px;" align="center">
<asp:LinkButton ID="LinkButton2" runat="server" CommandName="select">购物</asp:LinkButton></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></td>
</tr>
<tr>
<td align="right" style="width: 505px; height: 31px;">
</td>
</tr>
<tr>
<td align="right" ;
height: 42px">
</td>
</tr>
<tr>
<td style="width: 505px; height: 211px" valign="top">
</td>
</tr>
<tr>
<td align="right" style="width: 495px; height: 54px">
</td>
</tr>
</table>
</td>
<td style="width: 90px; height: 605px;" valign="top">
<table style="width: 99px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;" border="0">
<tr>
<td style="height: 32px; background-image: url(image/KCM/NET电子商务网站首页_14.gif); width: 255px;">
</td>
</tr>
<tr>
<td style="width: 255px">
<asp:Image ID="Image3" runat="server" Height="73px" Width="135px" ImageUrl="~/image/KCM/ad1.jpg" /><br />
<asp:Image ID="Image2" runat="server" ImageUrl="~/image/KCM/ad3.jpg" Height="68px" Width="134px" /><br />
<asp:Image ID="Image5" runat="server" ImageUrl="~/image/KCM/ad4.jpg" Height="66px" Width="133px" /><br />
<asp:Image ID="Image4" runat="server" ImageUrl="~/image/KCM/ad2.jpg" Height="65px" Width="134px" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" align="center">
<uc3:bottom ID="Bottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -