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

.net编程

开发平台:

C#

  1. <%@ Master Language="C#" AutoEventWireup="true" CodeFile="ReaderMasterPage.master.cs" Inherits="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 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/logo.jpg" 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"> <asp:Button  ID ="btnSearch" Text ="查询" runat="server" OnClick="btnSearch_Click" style=" position: absolute; top: 105px; left: 802px;" /></span>
  26.             </td> 
  27.             <td align ="right" style="height: 29px" > </td>        
  28.         </tr>
  29.         <tr>
  30.             <td  style="width: 120px; height: 477px;" align="center" valign="top" >
  31.                
  32.                 <table cellpadding="0" cellspacing="0" border="0"  bordercolor="#cccccc"  width="100%">
  33.                     <tr>
  34.                         <td >
  35.                           <a href="../Reader/BorrowInfo.aspx" target="frameLoginMain">我的基本信息</a>
  36.                           
  37.                          </td>
  38.                     </tr>
  39.                     
  40.                     
  41.                     <tr>
  42.                          <td>
  43.                          <a href="../Reader/BorrowInfo.aspx" target="frameLoginMain">书刊借阅信息</a>
  44.                          </td>
  45.                     </tr>
  46.                     
  47.                     <tr>
  48.                          <td style="height: 25px">
  49.                             <a href="../Reader/borrowHistory.aspx" target="frameLoginMain">借阅历史信息</a>
  50.                          </td>
  51.                     </tr>
  52.                     
  53.                     <tr>
  54.                          <td>
  55.                             <a href="../Reader/Reservation.aspx" target="frameLoginMain">书刊预约信息</a>  
  56.                          </td>
  57.                     </tr>
  58.                     
  59.                     <tr>
  60.                          <td>
  61.                              <a href="../Reader/Default2.aspx" target="frameLoginMain">修改密码</a>
  62.                          </td>
  63.                     </tr>
  64.                     
  65.                     <tr>
  66.                          <td></td>
  67.                     </tr>
  68.                     
  69.                      
  70.                 </table>         
  71.                 
  72.                 
  73.                 
  74.                 
  75.                 
  76.              </td>   
  77.                 
  78.                 
  79.                 
  80.                 
  81.                        
  82.               <td  style="background: url(../Images/line.gif) repeat-y; height: 477px;"> 
  83.             </td> 
  84.               
  85.             <td  valign="top" align="left" width="960px" style="height: 477px">
  86.             
  87.            
  88.             <table cellpadding="0" cellspacing="0" border="1"  bordercolor="#cccccc"  width="100%" >
  89.                 <tr >
  90.                     <td >
  91.                         &nbsp;<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
  92.                         </asp:contentplaceholder>
  93.                         
  94.                     
  95.                     </td>
  96.                 </tr>  
  97.             </table>         
  98.               
  99.             </td>
  100.         </tr>
  101.         </table>  
  102.     
  103.     
  104.     
  105.     
  106.     
  107.     
  108.     
  109.       
  110.    
  111.     </form>
  112. </body>
  113. </html>