?? discuss.jsp
字號(hào):
<%@ taglib prefix="mt" uri="/WEB-INF/tech.tld" %>
<%@ page contentType="text/html; charset=gb2312" %>
<jsp:useBean id="article" scope="page" class="org.jetic.web.tech.Article" />
<jsp:setProperty name="article" property="articleID" />
<html>
<head>
<title>談?wù)摚?lt;%= article.getArticleTitle() %> -- 華源網(wǎng)校</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="STYLE.CSS" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#000000">
<mt:DiscussList articleID="<%= article.getArticleID() %>">
<tr>
<td bgcolor="#DDDDDD">
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr>
<td><b><%= discussTitle %></b></td>
</tr>
<tr>
<td align="right">
作者:<%= discussNick %>
[電子郵件]
[個(gè)人主頁(yè)]
<br>
<%= discussTime %>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="content"><%= discussContent %></td>
</tr>
</mt:DiscussList>
</table>
<form action="newdiscuss.jsp" method="post">
<input type="hidden" name="articleID" value="<%= article.getArticleID() %>">
你的姓名 * :
<input type="text" name="discussNick" size="20">
<br>
電子郵件:
<input type="text" name="discussEmail" size="40">
<br>
個(gè)人主頁(yè):
<input type="text" name="discussHomepage" size="40">
<br>
題目 * :
<input type="text" name="discussTitle" size="50">
<br>
內(nèi)容 * :
<textarea name="discussContent" cols="60" rows="5"></textarea>
<br>
<p align="center">
<input type="submit" value=" 提 交 ">
<input type="reset" value=" 取 消 ">
</p>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -