JAVAEE-based-parking-manage.../tingchechang/WebContent/admin/zixun_add.jsp

48 lines
1.5 KiB
Plaintext

<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<title>Insert title here</title>
<link href="../css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="985" height="548" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td valign="top" background="../image/RIGHT.jpg"><table
width="985" height="50" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>&nbsp;</td>
</tr>
</table>
<form id="form1" name="form1" method="post"
action="zixun_add_chuli.jsp">
<table width="493" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" colspan="2" align="center">公告添加</td>
</tr>
<tr>
<td width="40">&nbsp;</td>
<td width="945" height="25">公告名称: <input name="Gg_titile"
type="text" id="Gg_titile" /></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="25">公告内容: <textarea name="Gg_neirong" cols="40"
rows="3" id="Gg_neirong"></textarea></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="35">&nbsp; &nbsp; <input type="submit"
name="Submit" value="添加" /> &nbsp;&nbsp; <input type="reset"
name="Submit2" value="重置" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>