?? top.asp
字號:
<HTML>
<HEAD>
<meta http-equiv=content-type content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="common/style.css">
<script language="JavaScript" src="common/script.js"></script>
<TITLE>圖書管理系統(tǒng)</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;
}
</style>
</HEAD>
<!--#include file="conn.asp"-->
<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="386" nowrap>
<%
Set rs=conn.execute("select sum(ceshu) from ebook")
zongji=rs(0)
Set rs=conn.execute("select sum(yijie) from ebook ")
yijie=rs(0)
Set rs=conn.execute("select count(*) from booklog")
jiyueshu=rs(0)
Set rs=Conn.execute("Select Count(*) From ebook")
alltotal=rs(0)
rs.close
set rs=nothing
response.Write "圖書統(tǒng)計:共有圖書<font color=red>"&zongji&"</font>冊["&alltotal&"種]; 借出"&yijie&"冊;共借閱"&jiyueshu&"次"
%>
</td>
<td width="381"> <nobr id="barlink" > <a href="/" target="_top">首頁</a>
| <a href="hotbook.asp" target="fraRightFrame">借閱排行</a>
| <a href="newbook.asp" target="fraRightFrame">新到圖書</a>
| <a href="jieyue.asp" target="fraRightFrame">我要借書</a>
| <a href="huanshu.asp" target="fraRightFrame">我要還書</a>
| <a href="http://www.wangyeba.com" target="fraRightFrame">技術支持</a>
| <a href="http://www.yuanma5.com" target="fraRightFrame">源碼網(wǎng)</a>
| </td>
<td width="228" height="20" align="right" nowrap><script language="JavaScript" type="text/javascript" src="common/Date.js"></script>
</td>
</tr>
</table>
<SCRIPT LANGUAGE="JavaScript">
<!--
getstatus();
//-->
</SCRIPT>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -