doarticle_reply.aspx
资源名称:论坛源码.rar [点击查看]
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:4k
源码类别:
.net编程
开发平台:
C#
- <%@ Page language="c#" Codebehind="doarticle_reply.aspx.cs" AutoEventWireup="false" Inherits="kuangren.doarticle_reply" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <HTML>
- <HEAD>
- <meta name="vs_showGrid" content="False">
- <title>狂人论坛-回复管理</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <LINK href="skin/dvbbs/style.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body leftMargin="0" topMargin="0">
- <!--#include file="sitehead.aspx" -->
- <div align="center">
- <table cellSpacing="1" cellPadding="3" width="97%" align="center" bgColor="#6595d6" border="0">
- <tr>
- <td bgColor="#F0F0F0" height="25"><IMG height="9" hspace="3" src="skin/dvbbs/images/nav_position.gif" width="9" align="absMiddle">
- <uc1:jianinclude2 id="Jianinclude21" runat="server"></uc1:jianinclude2>
- <uc1:jianinclude3 id="Jianinclude31" runat="server"></uc1:jianinclude3>
- 回复删除 </td>
- </tr>
- </table>
- <br>
- <form name="form1" method="get" action="doarticle_reply.aspx">
- <table class="table" style="BORDER-COLLAPSE: collapse" borderColor="#6595d6" cellSpacing="0"
- cellPadding="4" width="70%" align="center" border="1">
- <tr>
- <td class="title" height="24"> <div align="center"><strong><font color="#ffffff">论坛帖子管理中心——您要进行的操作是<%=aboutype%>
- </font></strong> </div></td>
- </tr>
- <tr>
- <td height="24"><b>操作理由</b>:
- <select size="1" name="title">
- <option value="" selected>自定义</option>
- <option value="灌水">灌水</option>
- <option value="广告">广告</option>
- <option value="奖励">奖励</option>
- <option value="好文章">好文章</option>
- <option value="内容不符">内容不符</option>
- <option value="重复发贴">重复发帖</option>
- </select> <input type="text" size="60" name="content">
- *</td>
- </tr>
- <tr>
- <td height="24"><b>用户操作</b>: 金钱
- <select size="1" name="domoney">
- <%for( int i= 50; i>=-50; i-- )
- {
- Response.Write( "<option value=" + i + " >" + i + "</option>" );
- }
- %>
- </select>
- 积分
- <select size="1" name="dofenshu">
- <%for( int i= 50; i>=-50; i-- )
- {
- Response.Write( "<option value=" + i + " >" + i + "</option>" );
- }
- %>
- </select> <input type="checkbox" value="checkbox" name="checkbox">
- 不对用户进行分值操作 </td>
- </tr>
- <input type="hidden" value="4" name="id">
- <input type="hidden" name="replyid">
- <input type="hidden" value="2" name="boardid">
- <tr>
- <td height="24"><b>短信通知</b>:
- <input type="text" size="70" name="msg"> <input type="checkbox" value="1" name="ismsg">
- 使用</td>
- </tr>
- <tr>
- <td height="24"><b>管理说明</b>:<br>
- ①请慎重使用版主的管理职能,版主所有操作将被记录 <br>
- ②如果选择了短信通知,则会将删贴原因发送给用户,您也可以在短信中附上简短说明</td>
- </tr>
- <tr>
- <td align="center" height="24"><input type="submit" value="确认操作" name="submit">
- <input name="f4_id" type="hidden" id="f4_id" value="<%=Request.QueryString["f4_id"]%>">
- <input name="type" type="hidden" id="type" value="<%=Request.QueryString["type"]%>">
- <input name="action" type="hidden" id="action" value="action">
- <input name="f2_id" type="hidden" id="f2_id" value="<%=Request.QueryString["f2_id"]%>">
- </td>
- </tr>
- </table>
- </form>
- </div>
- <!--#include file="sitefloor.aspx" --></body>
- </HTML>