📄 reply.jsp
字号:
<%@page contentType="text/html; charset=GBK"%>
<%@page import="java.util.*"%>
<%@page import="java.text.*"%>
<%@page import="anni.gbook.*"%>
<%@page import="anni.tools.*"%>
<%@ include file="config.jsp" %>
<%session.setAttribute("pass",pass);%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><%=gbname%></title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="style.css" rel=stylesheet>
</head>
<body bgcolor='#ffffff'>
<center>
<p>
<span style="font-size:16px;color:#b50000"><%=gbname%>::回复留言</span>
<hr size=1 color=gray>
<table cellpadding='4' cellspacing='0' border='0' width='60%' align='center' class="write">
<tr bgcolor="white">
<td>
<form action="board.do" method="post">
<input type="hidden" name="method" value="reply">
<!--form action="service" method="post">
<input type="hidden" name="method" value="BoardAction">
<input type="hidden" name="action" value="reply"-->
<input type="hidden" name="id" value="<%=request.getAttribute("id")%>">
回复密码:<input type="password" name="inpass" ><br>
<p>回复内容:<textarea name="reply" cols=50 rows=6 ><%=request.getAttribute("reply")%></textarea></p>
<%
String html = (String)request.getAttribute("html");
if(html != null)
{
%>
使用HTML格式回复: 否<input type="radio" name="html" value="yes"> 是<input type="radio" name="html" value="no" checked>
<%
}
else
{
%>
使用HTML格式回复: 否<input type="radio" name="html" value="yes" checked> 是<input type="radio" name="html" value="no" >
<%
}
%>
<br><br>
<center><input type="submit" value="回复"> <input type="reset" value="清空"></center>
</form>
</td>
</tr>
</table>
</p>
<p><%@include file="copyright.jsp"%></p>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -