📄 repeat.jsp
字号:
<%@ page import="javax.servlet.http.*" %>
<jsp:useBean id="Manager" scope="page" class="gbook.Manager"/>
<jsp:useBean id="handle" scope="request" class="gbook.Handle" />
<%@ include file = "config.jsp" %>
<%
Manager.GoToLogin(response,session,"admin_login.jsp");
%>
<html>
<head>
<title>回复留言</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle"><font color="#0000FF"><b>你正在回复 <%=request.getParameterValues("name")[0]%> 的留言</b></font></td>
</tr>
</table>
<br>
<form name="form1" method="post" action="DWOperation.jsp?action=rep">
<input type="hidden" name=id value="<%= request.getParameterValues("id")[0]%>">
<table width="778" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#000000">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr bgcolor="#00CCFF">
<td colspan="2">[<a href="javascript:history.back();">返回</a>] </td>
</tr>
<tr>
<td bgcolor="eeeeee" width="23%">回复:</td>
<td bgcolor="eeeeee" width="77%" class="css">
<textarea name="content" cols="38" rows="9"></textarea>
</td>
</tr>
<tr>
<td bgcolor="eeeeee" width="23%"> </td>
<td bgcolor="eeeeee" width="77%">
<input type="submit" name="Submit" value="send">
<input type="reset" name="Submit2" value="Reset">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<p class="css"> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -