Files
VANTEN/WebRoot/news/add.html

46 lines
909 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-CN">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta name="viewport"
content="width=100%; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
</head>
<style>
h1 {
text-align: center;
}
.content {
height: 70px;
}
.center {
width: 500px;
height: 200px;
margin: auto;
}
</style>
<body>
<form method="post" action="add.jsp">
<h1>新闻发布</h1>
<div class="center">
<font>新闻题目</font><input name="t1" size="20" type="text"
style="width: 317px; " /> <br /> <br />
<p>新闻内容</p>
<textarea rows="20" name='t2' cols="60"></textarea>
<br /> <br /> <font>新闻来源</font><input name="t3" size="10"
type="text" style="width: 290px; " /> <br /> <br /> <input
type="submit" class="btcss2" value="增加" />
</div>
</form>
</body>
</head>
</HTML>