📄 newsinsert.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>新闻管理界面</title>
<style type="text/css">
<!--
.STYLE1 {font-size: xx-large}
.STYLE3 {
font-size: x-large;
font-family: "新宋体";
}
-->
</style></head>
<body>
<form name="form" action="../../newInsertLogin.do" method="post">
<div align="center">
<table width="60%" border="0">
<tr>
<td colspan="2" align="center"><span class="STYLE1">发布新闻</span></td>
</tr>
<tr>
<td><span class="STYLE3">新闻标题:</span></td>
<td><input type="text" name="title" />不超过50个字符</td>
</tr>
<tr>
<td><span class="STYLE3">新闻内容:</span></td>
<td><textarea name="context" cols="50" rows="10" wrap="physical"></textarea></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input type="submit" value="发布" />
</div></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -