?? success.jsp
字號:
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK"%><head>
<title><bean:message key="title.clue"/></title>
</head>
<html:html locale="true">
<link href="../images/css/default.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0" alink="#0000FF" vlink="#6666FF">
<jsp:include page="../include/uhead.htm"/>
<p align="center" style=" margin-top:inherit"> </p>
<h3><font color="red"><bean:message key="title.clue"/></font></h3><ul>
<logic:equal name="info" value="true" >
<bean:message key="operate.success"/>
</logic:equal>
</ul><hr>
<p align="center" style="margin-top:inherit"> </p>
</body>
</html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -