|
其实修改超简单:用ultraedit或editplus,找到第361行
if trim(Request.Form("delnl"))="" and int(RequestNumSafe(Request.QueryString("delinfo")))=0 then Response.Write "<form name=""qldel"" method=""post"" action=""adminpost.asp?cz=14&boardid="&boardid&"&postid="&postid&"""><table width=400 border=""0"" cellpadding=""0"" cellspacing=""0"" align=center class=table0><tr><td class=td1_title3 height=25> 请输入删除该帖的原因,内容将发给发帖用户</td></tr><tr><td><TEXTAREA rows=3 cols=55 name=""delnl""></textarea></td></tr><tr><td align=center height=30><input type=submit value='发送删除消息' id=submit1 name=submit1> <input type=button value=""无消息直接删除"" language=java****** onclick=window.********.href=""adminpost.asp?cz=14&boardid="&boardid&"&postid="&postid&"&delinfo=1"";></td></tr></table>" else if int(RequestNumSafe(Request.QueryString("delinfo")))=0 then Call SaveSms(rs("postuser"),"帖子删除消息《"&rs("subject")&"》","你的帖子因如下原因被删除:"&trim(Request.Form("delnl"))) end if
把它移动到第396行就可以了
|