QALLInfo.aspx
上传用户:tjxpgg
上传日期:2017-05-14
资源大小:2244k
文件大小:6k
源码类别:

SilverLight

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="QALLInfo.aspx.cs" Inherits="Default2" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head id="Head1" runat="server">
  5. <title>无标题文档</title>
  6. <style type="text/css">
  7.    .top
  8.    {
  9.      
  10.  
  11.   height:200px;
  12.    }
  13.    .main
  14.    {
  15.   
  16.   
  17.    
  18.    }
  19.    .font
  20.    {
  21.   
  22.    
  23.    height:90px;
  24.    clear:both;
  25.    text-align:center;
  26.      
  27.    }
  28.    .left
  29.    {
  30.    float:left;
  31.    width:180px;
  32.    height:600px;
  33.    padding:0px 0px 20px
  34.    }
  35.    .right
  36.    {
  37.    
  38.    
  39.   
  40.    }
  41. </style>
  42. <script language="javascript">
  43. function openPage(obj)
  44. {
  45.      window.open("QALLInfo.aspx?id="+obj,"","height=500,width=500,scrollbars=1 ");
  46. }
  47. </script>
  48.     <link href="css/mycss.css" rel="stylesheet" type="text/css" />
  49.     <link href="css/mycss.css" rel="stylesheet" type="text/css" />
  50. </head>
  51. <body style="background-image:url('Images/di-souye.gif'); margin:0px 50px 0px 50px">
  52.   
  53.    <form id="form1" runat="server">
  54. <div class="top">top
  55.     <div style="z-index: 101; left: 222px; width: 87px; position: absolute; top: 97px;
  56.         height: 28px; border:1px solid #000000"><a href="zhuye.aspx" style="font-size:17px;background-color:White">首             页</a>
  57.         <div style="z-index: 101; left: 104px; width: 87px; position: absolute; top: 0px;
  58.             height: 28px; border:1px solid #000000"><a href="Default.aspx" style="font-size:17px;background-color:White">我的购物车</a>
  59.             <div style="z-index: 101; left: 96px; width: 87px; position: absolute; top: -1px;
  60.                 height: 28px; border:1px solid #000000"><a href="Default.aspx" style="font-size:17px;background-color:White">用户登陆</a>
  61.                 <div style="z-index: 101; left: 99px; width: 87px; position: absolute; top: -2px;
  62.                     height: 28px; border:1px solid #000000"><a href="Admin/AdminLogin.aspx" style="font-size:17px;background-color:White">管理员登陆</a>
  63.                 </div>
  64.             </div>
  65.         </div>
  66.     </div>
  67. </div>
  68. <div class="main">
  69. <div class="left" style="text-align:center">
  70.     <br />
  71.     <br />
  72.     <asp:TreeView ID="TreeView1" runat="server" ImageSet="Arrows">
  73.         <ParentNodeStyle Font-Bold="False" />
  74.         <HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
  75.         <SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
  76.             VerticalPadding="0px" />
  77.         <NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
  78.             NodeSpacing="0px" VerticalPadding="0px" />
  79.     </asp:TreeView>
  80.     
  81.     
  82.    
  83. </div>
  84. <div class="right">
  85.     &nbsp;<br />
  86.     <br />
  87.     <asp:DetailsView ID="DetailsView1" runat="server" Height="50px" Width="736px" AutoGenerateRows="False" CellPadding="3" BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px">
  88.             <Fields>
  89.                 <asp:TemplateField HeaderText="图片">
  90.                     <ItemTemplate>
  91.                         <img src='<%# "Image/BookCovers/"+Eval("isbn")+".jpg" %>' style="width: 193px; height: 248px" />
  92.                     </ItemTemplate>
  93.                 </asp:TemplateField>
  94.                 <asp:BoundField DataField="title" HeaderText="标题" />
  95.                 <asp:BoundField DataField="author" HeaderText="作者" />
  96.                 <asp:BoundField DataField="PublishDate" HeaderText="出版日期" />
  97.                 <asp:BoundField DataField="WordsCount" HeaderText="字数" />
  98.                 <asp:BoundField DataField="ContentDescription" HeaderText="书本简介" />
  99.                 <asp:BoundField DataField="AurhorDescription" HeaderText="作者简介" />
  100.                 <asp:BoundField DataField="toc" HeaderText="章节简介" HtmlEncode="False" />
  101.                 <asp:BoundField DataField="UnitPrice" HeaderText="售价" />
  102.             </Fields>
  103.             <FooterStyle BackColor="White" ForeColor="#000066" />
  104.             <RowStyle ForeColor="#000066" />
  105.             <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" />
  106.             <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
  107.         <EditRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" />
  108.         </asp:DetailsView>
  109.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  110.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  111.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  112.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  113.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  114.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
  115.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  116.         &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="Label1" runat="server" Text="数量:"></asp:Label><asp:TextBox ID="TextBox1" Width="40px" runat="server"></asp:TextBox><asp:Button ID="Button2" runat="server" Text="放入购物车" />&nbsp; &nbsp;
  117.         &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input id="Button3" type="button" value="关闭窗体" onclick="javascript:window.close()"/>
  118.         &nbsp;
  119.     <br />
  120.     <br />
  121.     <br />
  122.     <br />
  123.     <br />
  124.     </div>
  125. </div>
  126. <div class="font">
  127. <hr  size="2px" color="#00FF00" />
  128.       &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a class="bottom" href="#">公司简介</a> &nbsp; &nbsp; <a class="bottom" href="#">诚征英才</a>
  129.     &nbsp;&nbsp; <a class="bottom" href="#">网站联盟</a> &nbsp;&nbsp; <a class="bottom" href="#">
  130.         店中店招商</a> &nbsp;&nbsp; <a class="bottom" href="#">交易条款</a>
  131.     <div class="bcopyright">
  132.         Copyright (C)北大青鸟 2007-2010, All Rights Reserved<img align="absMiddle" hspace="4"
  133.             src="Images/validate.gif" />
  134.         <span style="font-size: 13px; color: #000000">京ICP证666666号</span>
  135.     </div>
  136. </div>
  137. </form>
  138. </body>
  139. </html>
  140.