45 lines
853 B
HTML
45 lines
853 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">
|
|
|
|
<title>公告</title>
|
|
<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">
|
|
<br />
|
|
|
|
<p>公告内容</p>
|
|
<textarea name="a3" rows="8" name='t2' cols="20"
|
|
" style="width: 375px; "></textarea>
|
|
<br /> <br /> <font>公告作者</font><input name="a4" size="10"
|
|
type="text" style="width: 299px; " /> <br /> <input type="submit"
|
|
class="btcss2" value="增加" />
|
|
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</head>
|
|
</html>
|