⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 library.jsp

📁 这是一个法律事务所系统源码
💻 JSP
字号:
<%--
模块名称:律所公告
模块功能:公告显示
版    本:V1.0
著 作 人:沈文炎 谢永刚
著作日期:2001-09-29
该模块所需的文件:BulletionAmend.jsp 
使用说明:
主要技术说明:
参考文献:法律事务设计书
修改历史:= = = = = = = = = = = = = = = = = = = = = = = = = =
	修改日期:
	修 改 人:
	修改理由:
	修改出处:
	= = = = = = = = = = = = = = = = = = = = = = = = = =

--%>
<%@ page contentType= "text/html; charset=gb2312" %>
<html>
<head>
<title>图 书 管 理</title>
<%@ include file="../inc/config.jsp" %>
</head>

<body class=page>
<table width="98%" align="center" cellspacing="0" border="0" cellpadding="0">
  <tr> 
    <td>&nbsp;</td>
    <td align="center" width="108" height="30" background="../images/title_bg.gif"> 
      <script language=JavaScript>
document.write("<span class=\"title\">"+document.title+"</span>");
</script>
    </td>
  </tr>
</table>
<table width="98%" background="../images/line.gif" border="0" cellspacing="0" cellpadding="0" height="12" align="center">
  <tr> 
    <td>&nbsp;</td>
  </tr>
</table>
<table width="100%">
  <tr> 
    <td align="center"><img src="../images/error.gif" width="181" height="200"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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