📄 head.asp
字号:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
background-color: #636363;
}
-->
</style>
<table width="772" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="11" height="110" rowspan="3" background="../Image/LeftMargin.gif"></td>
<td width="750" height="63" colspan="6"><img src="../Image/Top.png" width="750" height="63"></td>
<td width="11" height="110" rowspan="3" background="../Image/RightMargin.gif"></td>
</tr>
<tr>
<td width="88" height="34" align="center" background="../Image/ButtonUp.gif" bgcolor="#FFFFFF" onMouseOver="this.background='../Image/ButtonDown.gif'" onMouseOut="this.background='../Image/ButtonUp.gif'"><a href="Admin_Expert.asp" class="Link" onFocus="this.className='LinkBold'" onblur="this.className='Link'">专家管理</a></td>
<td width="88" height="34" align="center" background="../Image/ButtonUp.gif" bgcolor="#FFFFFF" onMouseOver="this.background='../Image/ButtonDown.gif'" onMouseOut="this.background='../Image/ButtonUp.gif'"><a href="Admin_UserList.asp" class="Link" onFocus="this.className='LinkBold'" onblur="this.className='Link'">用户管理</a></td>
<td width="88" height="34" align="center" background="../Image/ButtonUp.gif" bgcolor="#FFFFFF" onMouseOver="this.background='../Image/ButtonDown.gif'" onMouseOut="this.background='../Image/ButtonUp.gif'"><a href="Admin_Registers.asp" class="Link" onFocus="this.className='LinkBold'" onblur="this.className='Link'">预约管理</a></td>
<td width="88" height="34" align="center" background="../Image/ButtonUp.gif" bgcolor="#FFFFFF" onMouseOver="this.background='../Image/ButtonDown.gif'" onMouseOut="this.background='../Image/ButtonUp.gif'"><a href="Admin_System.asp" class="Link" onFocus="this.className='LinkBold'" onblur="this.className='Link'">系统管理</a></td>
<td width="310" align="center" background="../Image/ButtonBG.gif" bgcolor="#FFFFFF">管理员:<%=Session("AdminName")%></td>
<td width="88" align='center' background="../Image/ButtonBG.gif" bgcolor="#FFFFFF"><a href="Admin_LogOut.asp"><img src="../Image/Exit.gif" width="66" height="21" border="0"></a></td>
</tr>
<tr>
<td width="750" height="13" colspan="6" background="../Image/SeparatorBG.gif"></td>
</tr>
</table>
<script language=javascript>
function ConfirmOper(str)
{
if(confirm(str))
return true;
else
return false;
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -