📄 newreply.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8" contentType="text/vnd.wap.wml; charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%
String encodIndex = response.encodeURL("index.jsp");
%>
<jsp:include page="header.jsp"></jsp:include>
<p>内容:<input type="text" name="message" value="" format="M*m" /><br />
<anchor title="提交">提交
<go method="post" href="<%=encodIndex %>?action=post&do=reply&fid=${valueObject.fid }&tid=${valueObject.tid }&sid=${valueObject.sid }">
<postfield name="subject" value="$(subject)" />
<postfield name="message" value="$(message)" />
<postfield name="formhash" value="${valueObject.formhash }" />
</go></anchor><br /><br />
<a href="<%=encodIndex %>?action=thread&tid=${valueObject.tid }">返回主题</a><br />
<a href="<%=encodIndex %>?action=forum&fid=${valueObject.fid }">返回版块</a></p>
<jsp:include page="footer.jsp"></jsp:include>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -