📄 forumlastpostview.jsp
字号:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ page contentType="text/html; charset=UTF-8" %>
<html>
<head>
<title>java</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="<html:rewrite page="/jivejdon.css"/>" type="text/css">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
</head>
<body >
<logic:notEmpty name="forumForm" property="forumState">
<logic:notEmpty name="forumForm" property="forumState.lastPost">
<bean:define id="forumMessage" name="forumForm" property="forumState.lastPost"/>
<logic:notEmpty name="forumMessage">
<table bgcolor="#cccccc"
cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<table bgcolor="#cccccc" cellpadding="6" cellspacing="1" border="0" width="100%">
<tr bgcolor="#FFFFEC">
<td width="1%" rowspan="2" valign="top">
</td>
<td >
<table width="100%" cellpadding="1" cellspacing="1">
<tr>
<td width="97%">
<bean:write name="forumMessage" property="messageVO.subject"/>
</td>
<td width="1%" nowrap="nowrap">
<span class="smallgray">
<bean:write name="forumMessage" property="creationDate" />
</span>
</td>
<td width="1%" nowrap="nowrap" align="center">
</td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FFFFEC">
<td width="99%" colspan="4" valign="top">
<table width="100%" border="0" cellspacing="2" cellpadding="2" style='TABLE-LAYOUT: fixed'>
<tr>
<td style='word-WRAP: break-word'>
<span class="tpc_content">
<bean:write name="forumMessage" property="messageVO.body" filter="false"/>
</span>
</td></tr>
</table>
</td>
</tr>
</table>
</td></tr>
</table>
</logic:notEmpty>
</logic:notEmpty>
</logic:notEmpty>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -