?? forumcreate.jsp
字號(hào):
<%@ page contentType="text/html;charset=gb2312" language="java"%>
<%@ include file="/common/taglibs.jsp"%>
<html:html>
<head>
<title>
新增論壇
</title>
</head>
<link href="images/myStyleClass.css" rel="stylesheet" type="text/css">
<body>
<%@ include file="/common/header2.jsp"%>
<html:errors />
<html:form method="post" action="/forumcreate.do">
<table width="80%" border="1" align="center">
<tr>
<td align="center" bgcolor="#00CCFF">
新增論壇
</td>
</tr>
<tr>
<td align="center">
論壇名:
<input type="text" name="forumname" size="20" maxlength="50">
<input type="submit" name="Submit" value="提交">
</td>
</tr>
</table>
</html:form>
<%@ include file="/common/footer.jsp"%>
</body>
</html:html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -