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

.net编程

开发平台:

C#

  1. <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="OperatorMasterPage.Master.cs" Inherits="Web.SysOperator.Site1" %>
  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.           <tr>
  15.                 <td style="height:1px;" colspan="3">
  16.                     <img src="../Images/BackGround_Top0.gif" style="border: 0px; left: 3px; position: relative; top: 2px;" title="" width ="100%"/>
  17.                 </td>
  18.            </tr>
  19.           <tr style="background: url(../Images/lineS.jpg) repeat-x;">
  20.             <td style="height:1px;" colspan="2">
  21. &nbsp;欢迎您:<asp:Label ID="labUser" runat="server" Text="Label" 
  22.                     
  23.                     style="z-index: 100; left: 51px; position: absolute; top: 108px; height: 12px; width: 40px;"></asp:Label>&nbsp;&nbsp;
  24.            </td>    
  25.            <td> <script type="text/javascript">getDate();</script>
  26.             <span id="ShowTime"></span>
  27.               
  28.             </td> 
  29.             <td align ="right" > &nbsp;</td>        
  30.         </tr>
  31.         <tr>
  32.             <td  style="width: 120px; height: 477px;" align="center" valign="top" >
  33.                
  34.                 <table cellpadding="0" cellspacing="0" border="0"  bordercolor="#cccccc"  width="100%">
  35.                     <tr>
  36.                         <td >
  37.                           <a href="OptInfo.aspx" target="frameLoginMain">我的基本信息</a>
  38.                           
  39.                          </td>
  40.                     </tr>
  41.                     
  42.                     
  43.                     <tr>
  44.                          <td>
  45.                          <a href="ReturnBook.aspx" target="frameLoginMain" >还书操作</a>
  46.                          </td>
  47.                     </tr>
  48.                     
  49.                     <tr>
  50.                          <td style="height: 25px">
  51.                             <a href="LendBook.aspx" target="frameLoginMain">借书操作</a>
  52.                          </td>
  53.                     </tr>
  54.                     
  55.                     <tr>
  56.                          <td>
  57.                              <a href="QueryBorrowInfo.aspx" target="frameLoginMain">查询当前借阅</a>
  58.                          </td>
  59.                     </tr>
  60.                      <tr>
  61.                          <td>
  62.                              <a href="QueryBorrowHistory.aspx" target="frameLoginMain">查询历史借阅</a>
  63.                          </td>
  64.                     </tr>
  65.                    
  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.              </td>      
  85.                 
  86.                 
  87.                        
  88.             <td  style="background: url(../Images/line.gif) repeat-y; height: 477px;"> 
  89.             </td> 
  90.               
  91.             <td  valign="top" align="left" width="960px" style="height: 477px">
  92.             
  93.            
  94.             <table cellpadding="0" cellspacing="0" border="1"  bordercolor="#cccccc"  width="100%" >
  95.                 <tr >
  96.                     <td >
  97.                         &nbsp;<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
  98.                         </asp:contentplaceholder>
  99.                         
  100.                     
  101.                     </td>
  102.                 </tr>  
  103.             </table>         
  104.               
  105.             </td>
  106.         </tr>
  107.         </table>  
  108.     
  109.     
  110.     
  111.     
  112.     
  113.     
  114.     
  115.       
  116.    
  117.     </form>
  118. </body>
  119. </html>