newreply.jsp
来自「论坛软件系统亦称电子公告板(BBS)系统」· JSP 代码 · 共 17 行
JSP
17 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?