集成公告、新闻发布,新闻、公告均可批量删除

This commit is contained in:
FJY
2017-11-18 20:29:56 +08:00
parent a303f56e12
commit c98fac69af
27 changed files with 1659 additions and 2 deletions

44
WebRoot/notice/add.html Normal file
View File

@@ -0,0 +1,44 @@
<!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>