📄 e20.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<html:html >
<head>
<title>文章主题</title>
<link href="/css/base.css" rel="stylesheet" type="text/css">
<script LANGUAGE='javascript'>
function doSubmit1(start) {
document.U02E2Form.action = "/U02E20.do?method=achieve&id=${param.id}&start=" + start;
document.U02E2Form.submit();
}
</script>
</head>
<body>
<html:form action="/U02E20.do?method=achieve">
</html:form>
<table width="80%" align="center" cellpadding="1" cellspacing="1" bgcolor="#7AA1E6">
<tr>
<td align="center" bgcolor="#FFFFFF">
<span class="font_title"><bean:write name="U02E2Form" property="sblog.sbTitle"/></span>
</td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF">
<bean:write name="U02E2Form" property="sblog.sbCon"/>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center">
<html:link href="/e24.do?id=aaaa">修改</html:link>
</td>
</tr>
</table>
<br>
<logic:present name="resb">
<logic:iterate id="tf" name="resb" indexId="i">
<table width="80%" align="center" cellpadding="1" cellspacing="1" bgcolor="#7AA1E6">
<tr>
<td align="left" bgcolor="#CCCCCC">
<span class="font_title">回复文章:<bean:write name="i"/></span>
</td>
</tr>
<tr>
<td align="left" bgcolor="#FFFFFF">
<bean:write name="tf" property="reCon" filter="false"/>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" align="right">
<bean:write name="tf" property="reTime" format="yyyy-MM-dd HH-mm-ss"/> 作者:aaaa
</td>
</tr>
</table>
</logic:iterate>
</logic:present>
<logic:present name="tFileList1">
<table width="80%" align="center">
<tr>
<td height="20" align="left">
页数:
<bean:write name="tFileList1" property="currentPage" />
/
<bean:write name="tFileList1" property="totalPage" />
页 每页:
<bean:write name="tFileList1" property="range" />
总数:
<bean:write name="tFileList1" property="count" />
</td>
<td align="right">
<bean:write name="tFileList1" property="fenye" filter="false" />
</td>
</tr>
</table>
</logic:present>
<br>
<html:form action="/U02E200?method=recon&id=${param.id}" >
<table width="80%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td align="center"><span class="font_title">blog回复</span></td>
</tr>
<tr>
<td height="81" colspan="2" align="center">
内容:
<html:textarea cols="50" rows="10" property="sreblog.reCon" /><html:errors property="sreblog.reCon"/>
</td>
</tr>
<tr>
<td align="center">
<html:submit value="提交" styleClass="inputstyle2" property="" /></td>
</tr>
<br>
<tr>
<td align="center">
<html:button value="返回" styleClass="inputstyle2" onclick="window.location.href='/U02E2.do'" property=""/>
</tr>
</table>
<p> </p>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -