📄 searchresult.aspx
字号:
<TR>
<TD noWrap align="right">用户名</TD>
<TD>
<asp:TextBox id="txtName" Runat="server" Width="107" CssClass="inputstyle"></asp:TextBox></TD>
</TR>
<TR>
<TD noWrap align="right">密码</TD>
<TD>
<asp:TextBox id="txtPassword" Runat="server" Width="107" CssClass="inputstyle" TextMode="Password"></asp:TextBox></TD>
</TR>
<TR align="center">
<TD colSpan="2"><A href="Register.aspx">注册 </A><A href="GetPassword.aspx">忘记密码</A>?
<asp:Button id="btnLogin" Runat="server" CssClass="inputstyle" Text="登录"></asp:Button></TD>
</TR>
</TABLE>
</TD>
</TR>
</asp:panel><asp:panel id="pnlOut" Runat="server">
<TR>
<TD vAlign="top" height="40">
<TABLE class="p9black" height="44" cellSpacing="0" cellPadding="1" width="196" border="0">
<TR>
<TD width="8"></TD>
<TD><IMG src="images/default/items.gif"></TD>
<TD><A href="MemberCenter.aspx">会员中心</A></TD>
<TD width="8"></TD>
<TD><IMG src="images/default/items.gif"></TD>
<TD><A href="loginOut.aspx">退出登录</A></TD>
</TR>
</TABLE>
</TD>
</TR>
</asp:panel></TBODY></TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
<BR> <!-- 人气排行 --> </TD> <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="right" -->
<TD vAlign="top" width="571">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD align="center">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD width="571" bgColor="#da5390" height="27">
<TABLE class="p9white" cellSpacing="0" cellPadding="0" width="546" align="center" border="0">
<TBODY>
<TR class="p9white">
<TD width="405">关键字
<asp:textbox id="txtKey" Runat="server" CssClass="inputstyle"></asp:textbox>起始价
<asp:textbox id="txtStart" Runat="server" CssClass="inputstyle" Width="60"></asp:textbox>结束价
<asp:textbox id="txtEnd" Runat="server" CssClass="inputstyle" Width="60"></asp:textbox></TD>
<TD width="78"><asp:imagebutton id="igbSearch" Runat="server" border="0" ImageUrl="images/default/search-1.gif"></asp:imagebutton></TD>
<TD width="63"><A href="Search.aspx"><FONT color="#ffffff">高级搜索</FONT></A>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
<BR>
<!-- change(start) -->
<TABLE cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD background="images/default/newgoods-bg.gif" height="33"><IMG height="14" src="images/default/items.gif" width="16"><SPAN class="p12co">
搜索结果</SPAN></TD>
</TR>
<TR>
<TD align="center">
<cc1:dispage id="DisPage1" runat="server" BorderColor="#FFFFC0" PageGroup="3" TitleState="All"
Width="100%" Height="316px" BackColor="Transparent" PageTitleColor="White" ForeColor="Black"
BorderStyle="None" BorderWidth="1px" TitleBorderColor="Gainsboro" TitleBorderWidth="1px"
PageTitleBorder="None" PageTitleStyle="border-collapse: collapse; border-left-width: 1; border-right-width: 1; border-top-style: solid; border-top-width: 1; border-bottom-style: solid; border-bottom-width: 1"
PageSize="6">
<DataTemplate>
<asp:datalist id="dlProduct" Runat="server" RepeatColumns="2">
<ItemTemplate>
<TABLE cellSpacing="0" cellPadding="0" width="270" align="center" border="0">
<TR>
<TD>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0" height="150">
<TR>
<TD class="dotY" vAlign="top" align="center" width="150">
<TABLE height="0" width="80" border="0">
<TR>
<TD></TD>
</TR>
</TABLE>
<TABLE height="90" width="0" align="left" border="0">
<TR>
<TD></TD>
</TR>
</TABLE>
<%# GetThumbMark(DataBinder.Eval(Container.DataItem, "IsThumbMark").ToString()) %>
<A onclick="NewWindow(this.href,'opwd',''760','590','no','center');return false" onfocus="this.blur()" href='Detail.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'>
<IMG height="90" src='Upload/Products/<%# DataBinder.Eval(Container.DataItem, "ThumbnailImg") %>' width="72" border="0"></A></TD>
<TD vAlign="top">
<TABLE height="57" cellSpacing="0" cellPadding="2" width="100%" border="0">
<TR>
<TD class="p14red" height="11"><A class="NameLink" onclick="NewWindow(this.href,'opwd',''760','590','no','center');return false" onfocus="this.blur()" href='Detail.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><%# DataBinder.Eval(Container.DataItem, "ProductName") %></A>
<br>
(详情点击图片)
</TD>
</TR>
<TR>
<TD class="p9black" vAlign="top">
<TABLE class="p9v" cellSpacing="0" cellPadding="0" width="97%" border="0">
<TR>
<TD class="p9navyblue" width="69%">市场价:<SPAN class="p9navyblue"><%# DataBinder.Eval(Container.DataItem, "MarketPrice","{0:f}") %></SPAN><BR>
</TD>
</TR>
<TR>
<TD class="p9navyblue" width="69%">
<SPAN class="p9orange"><%# GetArrange(DataBinder.Eval(Container.DataItem, "CategoryID").ToString()) %><%# DataBinder.Eval(Container.DataItem, "MemberPrice","{0:f}") %></SPAN></TD>
</TR>
<%# GetWholeSalePrice(DataBinder.Eval(Container.DataItem, "WholeSalePrice","{0:f}").ToString()) %>
<TR>
<TD align="right">
<TABLE cellSpacing="0" cellPadding="2" border="0">
<TR>
<TD class="p9orange"><A href="javascript:temp=window.open('ShoppingCart.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>','shopcat','width=700,height=670,scrollbars=yes');temp.focus()">
<IMG alt="购买" src="images/default/buy.gif" border="0"></A>
</TD>
<TD class="p9orange"><A onclick="NewWindow(this.href,'opwd',''760','590','no','center');return false" onfocus="this.blur()" href='Detail.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="详细" src="images/default/details.gif" border="0"></A>
</TD>
<TD class="p9orange"><A href='Collect.aspx?ProductID=<%# DataBinder.Eval(Container.DataItem, "ProductID") %>'><IMG alt="收藏" src="images/default/fav.gif" border="0"></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE height="4" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD class="dotX"><IMG height="2" src="images/default/spacer.gif" width="34"></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:datalist>
</DataTemplate>
</cc1:dispage>
</TD>
</TR>
</TABLE>
<!-- change(end)--><BR>
</TD> <!-- InstanceEndEditable --></TR>
</TBODY>
</TABLE>
<TABLE class="border-l-r" cellSpacing="0" cellPadding="0" width="780" align="center" border="0">
<TBODY>
<TR>
<TD bgColor="#ffb60c"><IMG height="4" src="images/default/spacer.gif" width="1"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE class="border-l-r" cellSpacing="0" cellPadding="0" width="780" align="center" border="0">
<TBODY>
<TR>
<TD class="p9black" align="center" height="34"><A href="Help.aspx">常见问题</A> | <A href="Help.aspx?ID=5">
安全交易</A> | <A href="Help.aspx?ID=6">购买流程</A> | <A href="Help.aspx?ID=7">如何付款</A>
| <A href="Help.aspx?ID=8">联系我们 </A>
</TD>
</TR>
<TR>
<TD class="p9v" align="center" height="35">
<P><asp:label id="lbCopyRight" Runat="server"></asp:label></P>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="778" align="center" border="0">
<TBODY>
<TR>
<TD vAlign="top" height="35"><IMG height="26" src="images/default/bottom.gif" width="780"></TD>
</TR>
</TBODY>
</TABLE>
<P> </P>
<P> </P>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -