📄 wsjyguanli.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -