📄 messagepage.jsp
字号:
<%@ page language="java" pageEncoding="GBK" contentType="text/html; charset=GBK"%>
<%@ include file="/common/taglibs.jsp"%>
<html:html>
<head>
<title>消息页面</title>
<meta http-equiv="Content-Type" Content="text/html; charset=gbk">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
</head>
<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">
<body>
<div align="center">
<table>
<tr>
<td>
<img src="<%=request.getContextPath()%>/images/logo3.gif"
align="middle" alt="<bean:message key="image.adrlogo"/>" />
</td>
</tr>
</table>
<hr>
</div>
<center>
<html:errors />
<h2>
<a href="javascript:history.go(-1)"> 返回上一页 </a>
</h2>
</center>
<%@ include file="/common/footer.jsp"%>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -