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

📄 母版2.master

📁 人事管理系统
💻 MASTER
字号:
<%@ Master Language="VB" CodeFile="母版2.master.vb" Inherits="母版2" %>

<!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 runat="server">
    <title>无标题页</title>
    
     <STYLE> 

<!-- 

  .menu {background-color:green;width:120; color: white; text-align: center;font-size:12pt;font-weight:bolder } 

  .submenu {position:absolute;background-color:#99ff66;width:130; font-size:12pt} 

--> 

</STYLE> 
<SCRIPT>
 var cm=null;
  document.onclick = new Function(show(null)) 
function getPos(el,sProp) 
     {var iPos = 0
       while (el!=null) 
   {iPos+=el['offset' + sProp]
             el = el.offsetParent}
       return iPos} 
function show(el,m) 
        {  if (m) {m.style.display='' ;
               m.style.pixelLeft = getPos(el,'Left')
               m.style.pixelTop = getPos(el,'Top') + el.offsetHeight} 
       if ((m!=cm) && (cm)) cm.style.display='none'; cm=m } 
function nonshow(m) 
        {  m.style.display='none' } 
</SCRIPT> 
 </head>  
<body style="font-size: 12pt" >
    <form id="form1" runat="server">
<div align =center >
        <br />
        <table width =90% >
        <tr>
        <td>
        
        <table border="0" cellpadding="0" cellspacing="0" width =100%>
           <tr  >
           <td colspan =6 style="height: 175px; background-image: url(image/1.jpg); width: 100%;" align =left>
                    <strong><span style="font-size: 48pt; font-family: 华文新魏">人事管理系统</span></strong>
           </td>
           </tr>
 <tr>
 <td width =100% >
 </td> 
 </tr>
 <tr>
 <td width =100% style="height: 19px" align=left>
 <table style=" left:52px; position :absolute ; top:103px" width =100%>
     <tr>
   <td ID="d1" onmouseover="show(this,ds1);" class="menu" style="font-size: 12pt; height: 10px;"><a  href ="员工.aspx" target=_self>首页</a></td> 
   <td ID="d2" onmouseover="show(this,ds2);" class="menu" style="font-size: 12pt; height: 10px;">人事档案</td>
   <td ID="d3" onmouseover="show(this,ds3);" class="menu"   style="font-size: 12pt; height: 10px;">工资管理</td> 
   <td ID="d4" onmouseover="show(this,ds4);" class="menu" style="font-size: 12pt; height: 10px;">考勤管理</td> 
   <td ID="d5" onmouseover="show(this,ds5);" class="menu" style="font-size: 12pt; height: 10px;"><a href ="留言板.aspx" target=_self>留言版</a></td> 
   <td ID="d6" onmouseover="show(this,ds6);" class="menu" style="font-size: 12pt; height: 10px;"><a href ="default.aspx">退出系统</a></td> 
</tr>
</table> 

</td>
</tr>
</table>
<DIV ID="ds1" CLASS="submenu" STYLE="display:none; left: 163px; top: 233px; width: 0px; height:0px;" > </DIV> 

<DIV ID="ds2" CLASS="submenu" STYLE="display:none; left: 163px; top: 233px; width: 133px; height:30px;" > 
  <BR><A HREF="员工基本信息.aspx" target=_self ><span style="font-size: 14pt">员工基本信息</span></A> 
   <BR><A HREF="员工学历信息.aspx" target=_self><span style="font-size: 14pt">员工学历信息</span></A>
   <BR>  
</DIV> 
<DIV ID="ds3" CLASS="submenu" STYLE="display:none; left: 318px; top: 232px; width: 133px; height :15px"> 
  <BR><A HREF="员工工资信息.aspx" target=_self><span style="font-size: 14pt">员工工资信息</span> </A> 
    <BR>  
</DIV> 
<DIV ID="ds4" CLASS="submenu" STYLE="display:none; left: 478px; top: 233px; width: 133px; height: 15px;"> 
  <BR><A HREF="员工考勤信息.aspx" target=_self><span style="font-size: 14pt">员工考勤信息</span> </A> 
    <BR>  

</DIV>
<DIV ID="ds5" CLASS="submenu" STYLE="display:none; left: 163px; top: 233px; width: 0px; height:0px;" > </DIV> 
<DIV ID="ds6" CLASS="submenu" STYLE="display:none; left: 163px; top: 233px; width: 0px; height:0px;" > </DIV> 

  <table  width =100%>
        <tr> 
            <td colspan =6 style="background-color: #99ff66">
        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
        </asp:contentplaceholder>
                <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/db1.mdb"
                    SelectCommand="SELECT [员工号] FROM [员工学历信息表]"></asp:AccessDataSource>
            </td>
            
            </tr>
            <tr>
            <td colspan=6 style="height: 37px; width: 100%;" bgcolor="#99ff66">
                    <span style="color: #0000ff; text-decoration: underline">关于我们</span> - <a href="http://www.dabaoku.com/lianxi.htm">
                        联系我们</a> - <a href="http://www.dabaoku.com/youqing.htm">友情链接</a>
                    <br />
                    <span style="font-size: 9pt; color: #333333; font-family: Verdana">信息管理学院 © CopyRight
                        2002-2003</span></td>
            
        
            </tr>
        </table>
        </td>
        </tr>
        </table>
     </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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