⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reply.jsp

📁 一个bbs论坛系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" import="com.lovo.po.PublishPO" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'reply.jsp' starting page</title>
    
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
	<link rel="stylesheet" rev="stylesheet" href="css/block.css" />
	<style type="text/css">
	/*<![CDATA[*/
	#title{
		position: relative;
		left: 30%;
	}
	input {
		margin-left: 15px;
		margin-top: 10px;
	}
	/*]]>*/
	</style>

  </head>
  
  <body>
   	<div id="rightWraper">
		<div class="text">
			<div>回复文章</div><hr size="1" />
			<form action="servlet/ReplyDO?publishId=${param.publishId}" method="post" enctype="form/multipart">
					<div id="title">文章主题:<span id="replyTitle" name="replyTitle">${param.publishTitle}</span></div>
					<div style="margin:20px 10px;">
						<textarea id="replyContext" name="replyContext" cols="80" rows="10">回复内容</textarea><br />
						<input name="fabiao" type="submit" value="发&nbsp;表" />
						<input type="reset" value="清&nbsp;除" />
						<input type="button" value="返&nbsp;回" />
					</div>
				<hr />
				</form>
		</div>
  </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -