📄 product.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="uBottom" Src="uBottom.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Page language="c#" Codebehind="Product.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co4.Product" %>
<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 onLoad="MM_preloadImages('images/index_p1_2.gif','images/index_p2_2.gif','images/index_p3_2.gif','images/index_p4_2.gif')">
<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
<TABLE cellSpacing="0" cellPadding="0" width="763" align="center" border="0">
<TBODY>
<TR>
<TD vAlign="top" width="5" background="img/left_ying.gif"><IMG height="2" src="img/left_ying.gif" width="5"></TD>
<TD vAlign="top" align="center" bgColor="#ffffff">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD vAlign="top" align="center" width="217" bgColor="#f0f0f0">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD bgColor="#ffffff" height="1"><IMG height="1" src="img/dat.gif" width="1"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD bgColor="#ffffff" height="1"><IMG height="1" src="img/dat.gif" width="1"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD height="62" align="center" vAlign="top"><uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD bgColor="#ffffff" height="1"><IMG height="1" src="img/dat.gif" width="1"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<TR>
<TD bgColor="#ffffff" height="1"><IMG height="1" src="img/dat.gif" width="1"></TD>
</TR>
</TBODY>
</TABLE>
</TD>
<TD width="1" bgColor="#d0d0d0"><IMG height="1" src="img/dat.gif" width="1"></TD>
<TD vAlign="top" align="center">
<TABLE height="67" cellSpacing="0" cellPadding="0" width="100%" background="img/index_product_bg.gif"
border="0">
<TBODY>
<TR align="center">
<TD width="29%" height="29" class="px12"><strong>产品展示</strong></TD>
<TD width="71%"> </TD>
</TR>
<TR vAlign="top" align="center">
<TD height="27" colspan="2"><IMG height="38" src="img/index_mean.gif" width="534"></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="534" border="0">
<TBODY>
<TR>
<TD width="534" height="56"><table width="516" height="16" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="506"><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="140" 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"> <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>
<p style="LINE-HEIGHT:180%"></p>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE class="text1" cellSpacing="0" cellPadding="5" width="100%" border="0">
<TBODY>
<TR>
<TD align="center" width="160"> </TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing="0" cellPadding="5" width="100%" border="0">
<TBODY>
<TR>
<TD align="center"> </TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
<TD vAlign="top" width="6" background="img/right_ying.gif"><IMG height="2" src="img/right_ying.gif" width="6"></TD>
</TR>
</TBODY>
</TABLE>
<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -