baderrorcontent.jsp

来自「the musiccollection struts 1 application」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ include file="taglibs.jsp" %>
<fmt:setBundle basename="ApplicationResources" />
<table>
<tr>
	<td align="center" colspan="2" style="font-family: 'MS Reference Sans Serif', 'Verdana Ref', sans-serif;font-size: 18px;color:red;">
		<fmt:message key="error.RuntimeException"/>
	</td>
</tr>
<tr>
	<td width="55" align="left">
		<img  src="images/annoy.gif" name="annoy" width="54" height="54" border="0">
	</td>
	<td>
	<html:link page="/logoff.do">
		<fmt:message key="goto.logoff"/>
	</html:link>
	</td>
</tr>
</table>

⌨️ 快捷键说明

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