ReaderMasterPage.Master
上传用户:gooyliu
上传日期:2018-09-29
资源大小:5816k
文件大小:5k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="ReaderMasterPage.master.cs" Inherits="Web.Reader.ReaderMasterPage" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head id="Head1" runat="server">
  5.     <title>无标题页</title>
  6.     <script src="../JS/Morning_JS.js" type="text/javascript"></script>
  7.     <link href="../CSS/CSS.css" rel="stylesheet" type="text/css" />     
  8. </head>
  9. <body>
  10.     <form id="form1" runat="server">
  11.     
  12.     
  13.          <table border="1" cellpadding="0" cellspacing="0" height="100%" width="100%" borderColor="#2c6ed5">
  14.       
  15.           <tr>
  16.                 <td style="height:1px;" colspan="3">
  17.                     <img src="../Images/BackGround_Top0.gif" style="border: 0px; left: 3px; position: relative; top: 2px;" title="" width ="100%"/>
  18.                 </td>
  19.            </tr>
  20.           <tr style="background: url(../Images/lineS.jpg) repeat-x;">
  21.             <td style="height:29px;" colspan="2">
  22. &nbsp;欢迎您:<asp:Label ID="labUser" runat="server" Text="Label" Width="43px" style="z-index: 100; left: 63px; position: absolute; top: 107px"></asp:Label>&nbsp;&nbsp;
  23.            </td>    
  24.            <td style="height: 29px"> <script type="text/javascript">getDate();</script>
  25.             <span id="ShowTime"> 
  26.                <asp:Button  ID ="btnSearch" Text ="查询" runat="server" 
  27.                    OnClick="btnSearch_Click" 
  28.                    style=" position: absolute; top: 105px; left: 878px;" /></span>
  29.             </td> 
  30.             <td align ="right" style="height: 29px" > </td>        
  31.         </tr>
  32.         <tr>
  33.             <td  style="width: 120px; height: 477px;" align="center" valign="top" >
  34.                
  35.                 <table cellpadding="0" cellspacing="0" border="0"  bordercolor="#cccccc"  width="100%">
  36.                     <tr>
  37.                         <td >
  38.                           <a href="updateInfo.aspx" target="frameLoginMain">我的基本信息</a>
  39.                           
  40.                          </td>
  41.                     </tr>
  42.                     
  43.                     
  44.                     <tr>
  45.                          <td>
  46.                          <a href="../Reader/BorrowInfo.aspx" target="frameLoginMain">书刊借阅信息</a>
  47.                          </td>
  48.                     </tr>
  49.                     
  50.                     <tr>
  51.                          <td style="height: 25px">
  52.                             <a href="borrowHistory.aspx" target="frameLoginMain">借阅历史信息</a>
  53.                          </td>
  54.                     </tr>
  55.                     
  56.                     <%--<tr>
  57.                          <td>
  58.                             <a href="../Reader/Reservation.aspx" target="frameLoginMain">书刊预约信息</a>  
  59.                          </td>
  60.                     </tr>--%>
  61.                       <tr>
  62.                          <td>
  63.                             <a href="../Reader/Reservation.aspx" target="frameLoginMain">图书搜索</a>  
  64.                          </td>
  65.                     </tr>
  66.                     
  67.                     <tr>
  68.                          <td >
  69.                              <a href="ModifyPassword.aspx" target="frameLoginMain" >修改密码</a>
  70.                          </td>
  71.                     </tr>
  72.                     
  73.                     <tr>
  74.                          <td>
  75.                              <a href="../login.aspx" target="frameLoginMain">注销我的登录</a>
  76.                          </td>
  77.                     </tr>
  78.                     
  79.                      
  80.                 </table>         
  81.                 
  82.                 
  83.                 
  84.                 
  85.                 
  86.              </td>   
  87.                 
  88.                 
  89.                 
  90.                 
  91.                        
  92.               <td  style="background: url(../Images/line.gif) repeat-y; height: 477px;"> 
  93.             </td> 
  94.               
  95.             <td  valign="top" align="left" width="960px" style="height: 477px">
  96.             
  97.            
  98.             <table cellpadding="0" cellspacing="0" border="1"  bordercolor="#cccccc"  width="100%" >
  99.                 <tr >
  100.                     <td >
  101.                         &nbsp;<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
  102.                         </asp:contentplaceholder>
  103.                         
  104.                     
  105.                     </td>
  106.                 </tr>  
  107.             </table>         
  108.               
  109.             </td>
  110.         </tr>
  111.         </table>     
  112.      </form>
  113. </body>
  114. </html>