📄 forumcreate.jsp
字号:
<%@ page contentType="text/html;charset=utf-8" 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="775" 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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -