📄 buttom.asp
字号:
<HTML>
<HEAD>
<meta http-equiv=content-type content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="common/style.css">
<TITLE>图书管理系统</TITLE>
<style>
BODY{
font-family:verdana,arial,helvetica;
margin:0;
}
td {
font-family:Tahoma,Verdana, Arial;
font-size:11px;
}
A:link, A:active,A:visited
{
color: #FFFFFF;
text-decoration: none;
padding-left:6px;
padding-right:6px;
}
A:hover
{
color: #FF3300;
text-decoration: none;
padding-left:6px;
padding-right:6px;
}
.STYLE1 {color: #CCCCCC}
</style>
</HEAD>
<BODY TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" BGCOLOR="#336699" TEXT="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" width="163" nowrap>当前用户:<%=session("username")%></td>
<td width="604"> <nobr id="barlink" >
<%if session("isadmin")="admin" then%>
<a href="usermanage.asp" target="fraRightFrame">用户管理</a>
| <a href="foldermanage.asp" target="fraRightFrame">分类管理</a>
| <a href="bookguanli.asp" target="fraRightFrame">图书管理</a>
| <a href="bookin.asp" target="fraRightFrame">新书入库</a>
| <a href="jieyuelog.asp" target="fraRightFrame">借阅管理</a> |
<%end if%>
<a href="logout.asp" target="_parent">注销登录</a></td>
<td width="228" height="20" align="right" nowrap>登录时间<%=Now()%></td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -