?? reply.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="發 表" />
<input type="reset" value="清 除" />
<input type="button" value="返 回" />
</div>
<hr />
</form>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -