?? 母版1.master
字號:
?<%@ Master Language="VB" CodeFile="母版1.master.vb" Inherits="MasterPage" %>
<!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>無標(biāo)題頁</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:14pt}
-->
</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 >
<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: 華文新魏">人事管理系統(tǒng)</span></strong>
</td>
</tr>
<tr>
<td width =100% >
</td>
</tr>
<tr>
<td width =100% style="height:19px" align=left>
<table align=left style=" position:absolute;top:84px; left: 50px;" 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">退出系統(tǒng)</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: 161px; top: 214px; width: 130px; height:10px;" >
<BR><A HREF="管理基本信息.aspx" target=_self ><span style="font-size: 14pt">管理基本信息</span></A>
<BR><A HREF="管理學(xué)歷信息.aspx" target=_self><span style="font-size: 14pt">管理學(xué)歷信息</span></A>
<BR>
</DIV>
<DIV ID="ds3" CLASS="submenu" STYLE="display:none; left: 317px; top: 213px; width: 130px; height :10px">
<BR><A HREF="管理工資信息.aspx" target=_self><span style="font-size: 14pt">管理工資信息</span> </A>
<BR>
</DIV>
<DIV ID="ds4" CLASS="submenu" STYLE="display:none; left: 476px; top: 213px; width: 130px; height: 10px;">
<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>
</td>
</tr>
<tr>
<td colspan =6 style="background-color: #99ff66" width= 80%>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</td>
</tr>
<tr>
<td colspan=6 style="height: 37px; width: 100%;" bgcolor="#99ff66">
<span style="color: #0000ff; text-decoration: underline">關(guān)于我們</span> - <a href="http://www.dabaoku.com/lianxi.htm">
聯(lián)系我們</a> - <a href="http://www.dabaoku.com/youqing.htm">友情鏈接</a>
<br />
<span style="font-size: 9pt; color: #333333; font-family: Verdana">信息管理學(xué)院 ? CopyRight
2002-2003</span></td>
</tr>
</table>
<br />
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -