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

.net编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="doarticle_reply.aspx.cs" AutoEventWireup="false" Inherits="kuangren.doarticle_reply" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <meta name="vs_showGrid" content="False">
  6. <title>狂人论坛-回复管理</title>
  7. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  8. <meta name="CODE_LANGUAGE" Content="C#">
  9. <meta name="vs_defaultClientScript" content="JavaScript">
  10. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. <LINK href="skin/dvbbs/style.css" type="text/css" rel="stylesheet">
  13. </HEAD>
  14. <body leftMargin="0" topMargin="0">
  15. <!--#include file="sitehead.aspx" -->
  16. <div align="center">
  17. <table cellSpacing="1" cellPadding="3" width="97%" align="center" bgColor="#6595d6" border="0">
  18. <tr>
  19.       <td bgColor="#F0F0F0" height="25"><IMG height="9" hspace="3" src="skin/dvbbs/images/nav_position.gif" width="9" align="absMiddle"> 
  20.         <uc1:jianinclude2 id="Jianinclude21" runat="server"></uc1:jianinclude2> 
  21.         <uc1:jianinclude3 id="Jianinclude31" runat="server"></uc1:jianinclude3> 
  22.         回复删除 </td>
  23. </tr>
  24. </table>
  25. <br>
  26.   <form name="form1" method="get" action="doarticle_reply.aspx">
  27.     <table class="table" style="BORDER-COLLAPSE: collapse" borderColor="#6595d6" cellSpacing="0"
  28. cellPadding="4" width="70%" align="center" border="1">
  29.       <tr> 
  30.         <td class="title" height="24"> <div align="center"><strong><font color="#ffffff">论坛帖子管理中心——您要进行的操作是<%=aboutype%> 
  31.             </font></strong> </div></td>
  32.       </tr>
  33.       <tr> 
  34.         <td height="24"><b>操作理由</b>: 
  35.           <select size="1" name="title">
  36.             <option value="" selected>自定义</option>
  37.             <option value="灌水">灌水</option>
  38.             <option value="广告">广告</option>
  39.             <option value="奖励">奖励</option>
  40.             <option value="好文章">好文章</option>
  41.             <option value="内容不符">内容不符</option>
  42.             <option value="重复发贴">重复发帖</option>
  43.           </select> <input type="text" size="60" name="content">
  44.           *</td>
  45.       </tr>
  46.       <tr> 
  47.         <td height="24"><b>用户操作</b>: 金钱 
  48.           <select size="1" name="domoney">
  49.             <%for( int i= 50; i>=-50; i-- )
  50. {
  51.    Response.Write( "<option value=" + i + "  >" + i + "</option>" );
  52. }
  53. %>
  54.           </select>
  55.           积分 
  56.           <select size="1" name="dofenshu">
  57.             <%for( int i= 50; i>=-50; i-- )
  58. {
  59.    Response.Write( "<option value=" + i + "  >" + i + "</option>" );
  60. }
  61. %>
  62.           </select> <input type="checkbox" value="checkbox" name="checkbox">
  63.           不对用户进行分值操作 </td>
  64.       </tr>
  65.       <input type="hidden" value="4" name="id">
  66.       <input type="hidden" name="replyid">
  67.       <input type="hidden" value="2" name="boardid">
  68.       <tr> 
  69.         <td height="24"><b>短信通知</b>: 
  70.           <input type="text" size="70" name="msg"> <input type="checkbox" value="1" name="ismsg">
  71.           使用</td>
  72.       </tr>
  73.       <tr> 
  74.         <td height="24"><b>管理说明</b>:<br>
  75.           ①请慎重使用版主的管理职能,版主所有操作将被记录 <br>
  76.           ②如果选择了短信通知,则会将删贴原因发送给用户,您也可以在短信中附上简短说明</td>
  77.       </tr>
  78.       <tr> 
  79.         <td align="center" height="24"><input type="submit" value="确认操作" name="submit">
  80.           <input name="f4_id" type="hidden" id="f4_id" value="<%=Request.QueryString["f4_id"]%>">
  81.           <input name="type" type="hidden" id="type" value="<%=Request.QueryString["type"]%>">
  82.           <input name="action" type="hidden" id="action" value="action">
  83.           <input name="f2_id" type="hidden" id="f2_id" value="<%=Request.QueryString["f2_id"]%>">
  84.         </td>
  85.       </tr>
  86.     </table>
  87.   </form>
  88. </div>
  89. <!--#include file="sitefloor.aspx" --></body>
  90. </HTML>