📄 product.aspx
字号:
<%@ Page language="c#" Codebehind="Product.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co9.Product" %>
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uBottom" Src="uBottom.ascx" %>
<HTML>
<HEAD>
<title>
<%=OrgName%>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../resume.css" type="text/css" rel="stylesheet">
</HEAD>
<body leftmargin="0" topmargin="0" bgcolor="#333333">
<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
<TABLE WIDTH="778" BORDER="0" align="center" CELLPADDING="0" CELLSPACING="0" background="img/bg.jpg"
class="bg">
<TR>
<TD width="210" align="center" valign="top">
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td align="center"><uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft></td>
</tr>
</table>
</TD>
<TD width="568" align="center" valign="top">
<table width="94%" border="0" cellspacing="0" cellpadding="0" align="center" class="text">
<tr>
<td class="px12"> <font color="#FFCC00"><b>产品展示</b><font color="#FFCC00"></td>
</tr>
<tr>
<td>
<form id="Form1" method="post" runat="server">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0" class="px12">
<TR>
<TD align="center">
<asp:DataList id="DataList1" runat="server" Width="100%" RepeatDirection="Horizontal" RepeatColumns="3"
CellPadding="10">
<ItemTemplate>
<TABLE align="center" width="130" border="0" cellspacing="0" cellpadding="5" style="border:1px #999999 solid" class="px12">
<TR>
<td align="center" bgcolor="#FFFFFF" height=90> <a href="/ProductView.aspx?Sid=<%# DataBinder.Eval(Container.DataItem,"Sid") %>" target=_blank> <img src="<%# DataBinder.Eval(Container.DataItem,"pic") %>" width="80" border="0"> </a> </TD>
</TR>
<TR>
<td bgcolor="#efefef" style="border-top:1px #999999 solid" align="center" class="px12b"> <strong> <%# DataBinder.Eval(Container.DataItem,"cpname") %></strong> </TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:DataList></TD>
</TR>
<tr>
<td align="center">
<asp:label id="lab_pageInfo" runat="server"></asp:label>
<asp:linkbutton id="lbtn_first" runat="server" CommandName="first">首页</asp:linkbutton>
<asp:linkbutton id="lbtn_next" runat="server" CommandName="next">下页</asp:linkbutton>
<asp:linkbutton id="lbtn_pre" runat="server" CommandName="pre">上页</asp:linkbutton>
<asp:linkbutton id="lbtn_last" runat="server" CommandName="last">末页</asp:linkbutton>
转到第
<asp:dropdownlist id="drp_PageJumping" runat="server" CssClass="scrollButton" AutoPostBack="True"></asp:dropdownlist>
页
</td>
</tr>
</TABLE>
</form>
</td>
</tr>
</table>
</TD>
</TR>
</TABLE>
<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -