admin_notice.aspx
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:1k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Inherits="huang.admin_notice" Language="C#" src="cs/huang.cs" %>
  2. <html>
  3. <head>
  4. <title></title>
  5. <link href="css/css.css" rel="stylesheet" type="text/css">
  6. </head>
  7. <BODY 
  8.  leftMargin=0 topMargin=0 marginheight="10" marginwidth="10" class=bodycss>
  9. <form name="form1" method="post" action="admin_front.aspx?Action=notice&type=notice&id=0&Fid1=<%=Fid1%>&Fid2=<%=Fid2%>">
  10.   <div align="center"><br>
  11.     <br>
  12.     <br>
  13.     <br>
  14.     <br>
  15.     <br>
  16.     <br>
  17. <table cellspacing="1" cellpadding="0" align=center   width="95%"  border=0 class=unnamed3 >
  18. <tr bgcolor=#E1F5F0 class=bar>
  19.         <td  ><div align="center">
  20.             <input name="content" type="text" class="unnamed2" id="notice" size="100" maxlength="100">
  21.             <input name="Submit" type="submit" class="btn" value="发布">
  22.           </div></td>
  23.       </tr>
  24. </table>
  25.     <a href="admin_front.aspx?Action=release&type=release&id=0&Fid1=<%=Fid1%>&Fid2=<%=Fid2%>">删除当前通知</a><br>
  26.   </div>
  27. </form>
  28. </body>
  29. </html>