📄 discuss.jsp
字号:
<%@ 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>谈论:<%= article.getArticleTitle() %> -- 华源网校</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 %>
[电子邮件]
[个人主页]
<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>
个人主页:
<input type="text" name="discussHomepage" size="40">
<br>
题目 * :
<input type="text" name="discussTitle" size="50">
<br>
内容 * :
<textarea name="discussContent" cols="60" rows="5"></textarea>
<br>
<p align="center">
<input type="submit" value=" 提 交 ">
<input type="reset" value=" 取 消 ">
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -