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

📄 outsidelend_info.jsp

📁 一个完整的办公资源管理系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>外借登记信息</title>
<link href="../../style/styles.css" rel="STYLESHEET" type="text/css">

</head>

<body class="body0">
<div align="center">
	<table class="table_path">
		<tr>
			
      <td >您当前的位置:<a href="#"><span class="txtpath">档案管理</span></a> &gt; <a href="#"><span class="txtpath">借阅管理</span></a> 
        &gt; 外借信息</td>
		    <td align="right" >
	      <script language=JavaScript>
										 today=new Date();
										 function initArray(){
										 this.length=initArray.arguments.length
										 for(var i=0;i<this.length;i++)
										 this[i+1]=initArray.arguments[i]  }
										 var d=new initArray(
											 " 星期日",
											 " 星期一",
											 " 星期二",
											 " 星期三",
											 " 星期四",
											 " 星期五",
											 " 星期六");
												document.write(
											 "",
											 today.getYear(),"年",
											 today.getMonth()+1,"月",
											 today.getDate(),"日 ",
											d[today.getDay()+1],
											 "" ); 
									</script></td>
		</tr>
	</table>
	
		
  <table cellspacing=1 cellpadding=2 class="table2">
    <tr> 
      <th width="25%" scope="row">单位</th>
      <td width="75%" class="tr_s" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_s'">陕西省档案馆</td>
    </tr>
    <tr> 
      <th scope="row">介绍信编号</th>
      <td class="tr_d" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_d'">2006介字[10]号</td>
    </tr>
    <tr> 
      <th scope="row">姓名</th>
      <td class="tr_s" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_s'">某某</td>
    </tr>
    <tr> 
      <th scope="row">联系电话</th>
      <td class="tr_d" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_d'">123654</td>
    </tr>
    <tr> 
      <th scope="row">所借文件文号</th>
      <td class="tr_s" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_s'">陕办字[18]号</td>
    </tr>
    <tr> 
      <th scope="row">密级</th>
      <td class="tr_d" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_d'">无</td>
    </tr>
    <tr> 
      <th scope="row">办理人</th>
      <td class="tr_s" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_s'">某某</td>
    </tr>
    <tr> 
      <th scope="row">借阅时间</th>
      <td class="tr_d" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_d'">2006-04-01</td>
    </tr>
    <tr> 
      <th scope="row">应还档时间</th>
      <td class="tr_s" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_s'">2006-04-09</td>
    </tr>
    <tr> 
      <th scope="row">查档事由</th>
      <td class="tr_d" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_d'">业务</td>
    </tr>
    <tr> 
      <th scope="row">档案科意见</th>
      <td class="tr_s" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_s'">同意</td>
    </tr>
    <tr> 
      <th scope="row">主管处长意见</th>
      <td class="tr_d" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_d'">同意</td>
    </tr>
    <tr> 
      <th scope="row">主管厅领导意见</th>
      <td class="tr_s" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_s'">同意</td>
    </tr>
    <tr> 
      <th scope="row">备注</th>
      <td class="tr_d" onMouseOver="this.className='tr_o'" onMouseOut="this.className='tr_d'">同意</td>
    </tr>
  </table>
  <table width="100%" border="0" cellpadding="0" cellspacing="0" class="table0">
          <tr>
            <td>
              <div align="center">
    <input name="close" type="button" class=btn_mouseout onMouseDown="this.className='btn_mousedown'" onMouseUp="this.className='btn_mouseup'" onMouseOver="this.className='btn_mouseover'" onMouseOut="this.className='btn_mouseout'" value="关闭" onClick="javascript:window.close()">
              </div></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table>
        </div>
</body>
</html>

⌨️ 快捷键说明

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