head.asp

来自「ASP+SQL Server的图书馆管理系统」· ASP 代码 · 共 36 行

ASP
36
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>图书馆管理</title>
  <tr>
   <table width=710 align=center border="0" cellspacing="0" cellpadding="0">
  </tr>
 <tr>
  <td width=710 bgcolor="#FFFFCC"><div align="center"><font color="#003399" size="7" face="华文行楷"> 茌平县图书馆</font></div></td> 
 </tr>

 <table width=710 border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="20" bgcolor="#3399FF"><font color=#ffffff style="font-size: 9pt">&nbsp;&nbsp;今天是 
      <%response.write year(date)&"年"&month(date)&"月"&day(date)&"日"%>
    </font></td>
  </tr>
 </table>
 
<tr> 
<table width=710 border="0" align="center" cellpadding="0" cellspacing="0">
    <td height="20" bgcolor="#99CC99"> <font color=#333333>&nbsp;
<a href='Index.asp'><font color=black style="font-size: 9pt">主页</font></a>|&nbsp;
<a href='BookType.asp'><font color=black style="font-size: 9pt">图书类别</font></a>|&nbsp;
<a href="Booklist.asp"><font color=black style="font-size: 9pt">图书信息</font></a>|&nbsp;  
<a href='Readerlist.asp'><font color=black style="font-size: 9pt">读者信息</font></a>|&nbsp;
<a href='Add_Info.asp'><font color=black style="font-size: 9pt">图书借阅</font></a>|&nbsp;
<a href='info_check.asp'><font color=black style="font-size: 9pt">图书归还</font></a>|&nbsp;
<a href='Old.asp'><font color=black style="font-size: 9pt">借阅历史</font></a>|&nbsp;
<a href='AdminList.asp'><font color=black style="font-size: 9pt">管理员</font></a>&nbsp;

</tr>
</table>
</head>
</html>

⌨️ 快捷键说明

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