wsjyguanli.jsp

来自「一套完整的档案管理系统」· JSP 代码 · 共 54 行

JSP
54
字号
<%@ page language="java" %>
<%@ page contentType="text/html;charset=GB2312" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ include file="/share/share.jsp"%>

<html:html locale="true">
<head>
<title><bean:message key="jygl.wshjieyue.title"/></title>
<html:base/>
</head>
<body bgcolor="white">

<logic:notPresent name="org.apache.struts.action.MESSAGE" scope="application">
  <font color="red">
    ERROR:  Application resources not loaded -- check servlet container
    logs for error messages.
  </font>
</logic:notPresent>

<p align="center"><font size="5"><bean:message key="jygl.wshjieyue.title"/></font></p>

<ul>
<li><p align="center"><html:link page="/searchKwsjyList.do">网上借阅申请</html:link></p></li>
</ul>


<ul>
<li><p align="center"><html:link page="/wsjysqcl.do?action=wtjjysp">未提交的借阅申请</html:link></p></li>
</ul>

<ul>
<li><p align="center"><html:link page="/wsjysqcl.do?action=clwjysp">已处理的借阅申请</html:link></p></li>
</ul>

<% if(userInfo.hasPopedom(2)){%>
<ul>
<li><p align="center"><html:link page="/wsjysqcl.do?action=Sqcl">借阅申请处理</html:link></p></li>
</ul>
<%}%>


<% if(userInfo.hasPopedom(8)){%>
<ul>
<li><p align="center"><html:link page="/wsjysqcl.do?action=wsdf">网上答复</html:link></p></li>
</ul>
<%}%>

<p align="center"><input type="button" value="返回" onClick="javascript:location.href='<%=app_path%>jygljsp/jyguanli.jsp'"></p>
</body>

</html:html>

⌨️ 快捷键说明

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