📄 annouce_xiugai.asp
字号:
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:2643148 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
%>
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<link href=left.css rel=stylesheet>
<body background="../images/index_bj.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
if request("action")="gonggaoxiugai" then
if (session("qx")>3 or session("qx")=0) then
response.write "<script >alert('您不能进入此页面');history.back();</script>"
else
%>
<%
t=request("id")
sql="select * from annouce where id="&t
rs.open sql,cn,1,1
title=rs("title")
text=rs("text")
zuozhe=rs("zuozhe")
ftime=rs("time")
id=rs("id")
%>
<center>
<table background=../images/loginIn2.gif width=100%><tr>
<td align=center><img src=images/ggxg.GIF><br><b><font color=yellow>
</font>
</td></tr></table>
<form action=annouce_do.asp?action=update method=post name=frm>
<table border=0 width=100%>
<tr><td width=8% align=center class=td2><font color=yellow>标题</td><td align=center class=td2><input type=text size=100 class=bbox name=title value=<%=title%> background="../images/NavBG.gif"></td></tr>
<tr><td colspan=2 align=center class=td1 bgcolor=#ffeeee>
<font color=yellow><b>发布者 :</b><input type=hidden size=10 name=zuozhe class=bbox value=<%=zuozhe%>></font><%=zuozhe%>
<b><font color=yellow>发布时间:</font></b><input type=text size=30 class=bbox value=<%=ftime%> name=time>
</td></tr>
<tr><td align=center class=td2><font color=yellow>请输入内容</td>
<td align=center class=td2>
<!--#include file="ubb.asp"--><!--#include file=ubb1.asp-->
<textarea name=text rows=15 cols=80><%=replace(replace(text,"<br>","")," ","")%></textarea></td></tr>
<tr><td align=center background="../images/loginLine.gif" colspan=2 align=right><input type=hidden value=<%=id%> name=id><input type=submit class=ibox value=确定修改> <input type=reset class=ibox> <input type=button class=ibox value=返回 onclick='javascript:history.back();'> </font></td></tr>
</table>
</form>
</p>
<%end if%>
<%end if%>
<%
if request("action")="taskxiugai" then
if session("qx")>=3 then
response.write "对不起,您没有操作权限!"
else
%>
<%
t=request("id")
sql="select * from task where id="&t
rs.open sql,cn,1,1
title=rs("title")
text=rs("text")
zuozhe=rs("zuozhe")
ftime=rs("time")
id=rs("id")
%>
<center>
<p align=center>修改任务设置
<form action=annouce_do.asp?action=taskupdate&id=<%=id%> method=post name=frm>
<table border=0 width=80%>
<tr><td align=center bgcolor=#ffeeee width=20%><font color=blue>标题</td><td align=center bgcolor=#ffaa00 =3><input type=text size=100 class=bbox name=title value=<%=title%>></td></tr>
<tr><td colspan=2 align=center background="../images/NavBG.gif" bgcolor=#ffeeee><font color=blue>发布者 :<input type=text size=10 name=zuozhe class=bbox value=<%=zuozhe%> >发布时间<input type=text size=30 class=bbox value=<%=ftime%> name=time></td></tr>
<tr><td align=center bgcolor=#eeeeee><font color=blue>请输入内容</td><td align=center bgcolor=#ffeeee>
<!--#include file="ubb.asp"--><!--#include file=ubb1.asp-->
<textarea name=text rows=15 cols=80><%=replace(replace(text,"<br>","")," ","")%></textarea></td></tr>
<tr><td align=center bgcolor=#ffeeee colspan=2 align=right> <input type=submit class=ibox value=确定修改><input type=reset class=ibox></font></td></tr>
</table>
</form>
</p>
<%end if%>
<%end if%>
<br>
<br>
<br>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -