admin_notice.aspx
资源名称:论坛源码.rar [点击查看]
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:1k
源码类别:
.net编程
开发平台:
C#
- <%@ Page Inherits="huang.admin_notice" Language="C#" src="cs/huang.cs" %>
- <html>
- <head>
- <title></title>
- <link href="css/css.css" rel="stylesheet" type="text/css">
- </head>
- <BODY
- leftMargin=0 topMargin=0 marginheight="10" marginwidth="10" class=bodycss>
- <form name="form1" method="post" action="admin_front.aspx?Action=notice&type=notice&id=0&Fid1=<%=Fid1%>&Fid2=<%=Fid2%>">
- <div align="center"><br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <table cellspacing="1" cellpadding="0" align=center width="95%" border=0 class=unnamed3 >
- <tr bgcolor=#E1F5F0 class=bar>
- <td ><div align="center">
- <input name="content" type="text" class="unnamed2" id="notice" size="100" maxlength="100">
- <input name="Submit" type="submit" class="btn" value="发布">
- </div></td>
- </tr>
- </table>
- <a href="admin_front.aspx?Action=release&type=release&id=0&Fid1=<%=Fid1%>&Fid2=<%=Fid2%>">删除当前通知</a><br>
- </div>
- </form>
- </body>
- </html>