📄 jyguanli.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.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.title"/></font></p>
<% if(userInfo.hasPopedom(2)){%>
<ul>
<li><p align="center"><html:link page="/searchKJywjList.do"><bean:message key="jygl.jydj.title"/></html:link> </p></li>
</ul>
<ul>
<li><p align="center"><html:link page="/searchform.do?action=Search"><bean:message key="jygl.jxchaxun.title"/></html:link></p></li>
</ul>
<%}%>
<ul>
<li><p align="center"><html:link page="/JyglWsjy.do"><bean:message key="jygl.wshjieyue.title"/></html:link></p></li>
</ul>
</body>
<p align="center"><input type="button" value="返回" onClick="javascript:location.href='../newwelcome.jsp'"></p>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -