⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show.aspx

📁 网开商城系统网开商城系统网开商城系统网开商城系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="show.aspx.cs" Inherits="show" %>

<%@ Register Src="mycontrols/left.ascx" TagName="left" TagPrefix="uc1" %>
<%@ Register Src="mycontrols/foot.ascx" TagName="foot" TagPrefix="uc2" %>
<%@ Register Src="mycontrols/top.ascx" TagName="top" 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/in.css" rel="stylesheet" type="text/css" />
<script src="js/validator.js"></script>
</head>
<body>
    <form id="form1" runat="server"   >
        <uc3:top ID="Top1" runat="server" />
<table width="86%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td background="images/bj.jpg">&nbsp;</td>
  </tr>
</table>

<table width="86%" border="0" align="center" cellpadding="0" cellspacing="0" class="dotted">
  <tr>
    <td valign="top" style="width: 23%">
        <uc1:left ID="Left1" runat="server" />
    </td>
    <td width="100%" valign="top">
    
    <table width="100%" border="0" cellpadding="0" cellspacing="0" class=dotted>
      <tr>
        <td height="34" valign="top" style="width: 621px"><table width="98%" height="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="89%"><span class="STYLE4">
             <% if (Request.Params["type"]=="1"){ %>
              <img src="Images/hot.jpg" />
             <%} else if (Request.Params["type"]=="2")%>
             <%{ %><img src="Images/Jipin.jpg" /><%} %>
             <%else if (Request.Params["type"] == "3")
                 {%>
                 <img src="Images/Tejia.jpg" />
                <%} %>
              </span></td>
              <td width="11%"><a href="more.aspx?type=hot"></a></td>
            </tr>
        </table>
        </td>
      </tr>
      <tr>
        <td valign="top" class="table" style="height: 191px; width: 621px;">
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table  width="96%" border="0" align="center" cellpadding="5px" cellspacing="0" style="font:'宋体'; font-size:12px;">
      <tbody>
        <tr>
          <td align="center" colspan="4" height="80">
              <asp:Image ID="fileimages" runat="server" /></td>
        </tr>
        <tr bgcolor="#f6f6f6">
          <td colspan="4" align=center style="color:Gray; font-weight:bold">
              <asp:Label ID="Proname" runat="server" Text="Label"></asp:Label></td>
        </tr>
        <tr bgcolor="#f6f6f6" height="20">
          <td align="right" style="width: 198px; height: 20px">市场价:</td>
          <td style="width: 58px; height: 20px">
              <asp:Label ID="MarketPrice" runat="server" Text="Label"></asp:Label>
            元</td>
          <td style="width: 51px; height: 20px">会员价:</td>
          <td width="40%" style="height: 20px">
              <asp:Label ID="MemberPrice" runat="server" Text="Label"></asp:Label>元</td>
        </tr>
        <tr bgcolor="#f6f6f6" height="20">
          <td align="right" style="width: 198px">节 省:</td>
          <td style="width: 58px"><font color="#ff6600">
              <asp:Label ID="cha" runat="server" Text="Label"></asp:Label>
            元 </font></td>
          <td style="width: 51px">类 别:</td>
          <td><% if (Request.Params["type"]=="1"){ %>
热卖产品
  <%} else if (Request.Params["type"]=="2")%>
  <%{ %>
  精品购物
  <%} %>
  <%else if (Request.Params["type"] == "3")
                 {%>
特价展览
<%} %></td>
        </tr>
        <tr bgcolor="#f6f6f6" height="20">
          <td align="right" style="width: 198px">产品类别:</td>
          <td colspan="3"><asp:Label ID="BigClass" runat="server" Text="Label"></asp:Label></td>
        </tr> 
		  <tr bgcolor="#f6f6f6" height="20">
          <td align="right" style="width: 198px">&nbsp;</td>
          <td colspan="3">
              <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/cart.gif" Width=50 Height=19 OnClick="ImageButton1_Click" />
              </td>
        </tr>
      </tbody>
    </table>
      <table width="96%" border="0" align="center" cellpadding="3" cellspacing="2" bgcolor="#98996F">
        <tr>
          <td bgcolor="#FFFFFF" style="height: 20px">产品详细信息</td>
        </tr>
      </table>
	   <table width="100%" border="0" cellpadding="3" cellspacing="2" bgcolor="#FFFFFF" style="font-size:12px; line-height:2.0; color:gray">
        <tr>
          <td bgcolor="#FFFFFF">&nbsp;&nbsp;<asp:Label ID="Content" runat="server" Text="Label"></asp:Label></td>
        </tr>
      </table>
    </td>
   </tr>
</table>
           
            &nbsp;&nbsp;
            </td>
      </tr>
    </table>
   
    </td>
  </tr>
</table>
        <uc2:foot ID="Foot1" runat="server" />

    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -