📄 news.asp
字号:
<%
dim user
user=request("user")
if session("ymadminok")<>"true" then '先验证是不是管理员发公告
if session(user&"news")<>"true" then '如果不是管理员发公告的话再看看是不是联盟成员发新闻
response.redirect "error.asp?errorid=1" '如果都不是的话就退出
end if
end if
%>
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>::::52CM梦工场::::52CM DREAM Work Place::::网页品点联盟</title>
<style>
a{text-decoration:none}
a{color:#000000}
td{font-size:9pt}
.stedit { background-color:#999999;BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; border-color: #333333;font-color:#ffffff;}
</style>
<script>
function winpop()
{
window.open("aboutme.htm","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=550,height=370,top=0,left=0")
}
</script>
</head>
<body topmargin=0 leftmargin=0 bgcolor="#000000">
<!--#include file="head.asp"-->
<DIV align=center>
<CENTER>
<TABLE border=0 cellPadding=0 cellSpacing=0 height=280 width=777>
<TBODY>
<TR>
<TD bgColor=#999999 height=32 width=2> </TD>
<TD bgColor=#999999 height=32
width=512> ::当前位置>>>编辑成员发布新闻</TD>
<TD bgColor=#000000 height=32 width=5><FONT color=#ffffff> </FONT></TD>
<TD bgColor=#000000 height=32 width=235><FONT color=#ffffff>-->
成员需知:</FONT></TD></TR>
<TR>
<TD bgColor=#999999 height=250 rowSpan=6 width=2></TD>
<TD bgColor=#999999 height=250 rowSpan=6 width=542 valign=top>
<TABLE border=0 cellPadding=0 cellSpacing=1 width="100%">
<TBODY>
<TR>
<TD width="100%" align=center valign=top>
<form method="post" name="news" action="savenews.asp">
<br>
<table cellspacing=0 cellpadding=5 width=250>
<tr><td bgcolor="#666666" align=center><font color=#cccccc>新闻字数请控制在35字以内</font></td></tr>
<tr><td background="pic/bg.gif" height=100 align=center>
<textarea name="txtnews" cols=25 rows=6 class="stedit"></textarea></td></tr>
<tr><td bgcolor="#666666" align=center><input type="submit" name="b1" value="确定" class="stedit"> <input type="reset" value="重来" class="stedit"></td></tr>
<input type="hidden" name="user" value=<%=user%>>
</form>
</table>
</TD></TR></TBODY></TABLE>
</TD>
<TD bgColor=#000000 height=250 rowSpan=6 width=5> </TD>
<TD bgColor=#000000 height=51 width=235><font color="#FFFFFF">成员注意:</font><font color="#999999">尊敬的站长,在你成为我们的成员之后请务必尊敬联盟,为自己成为联盟的一份子而感到自豪,以后联盟可能会有很多的活动,请您在接到我们的E-Mail后务必参加联盟的活动以支持联盟。</font></TD></TR>
<TR>
<TD bgColor=#000000 height=1 width=235>
<HR color=#999999 SIZE=2>
</TD></TR>
<TR>
<TD bgColor=#000000 height=58 width=235><font color="#FFFFFF">图标放置:</font><font color="#999999">您现在已经是本站的联盟成员,请您不要忘记在自己的首页上放上联盟的LOGO(88*31)—></font></TD></TR>
<TR>
<TD bgColor=#000000 height=13 width=235>
<HR color=#999999 SIZE=2>
</TD></TR>
<TR>
<TD bgColor=#000000 height=74 width=235><font color="#FFFFFF">成员列表:
</font><font color="#999999">因为本站服务器在教育网上,所以希望你们能将你们的缩略图的连接地址放在尽可能快的空间,以便成员的网站缩略图能正常显示!</font></TD></TR>
<TR>
<TD bgColor=#000000 height=1
width=235> </TD></TR></TBODY></TABLE></CENTER></DIV>
<div align="center">
<center>
<table width="776" valign=bottom cellspacing=0 cellpadding=0 style="border-collapse: collapse" bordercolor="#111111">
<tr><td bgcolor=#999999 width="768"><img src="pic/bottom2.gif" align="right"></td>
<td width="48" bgcolor="#000000"></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table width="776" height="45" bgcolor="#000000" cellspacing=0 cellpadding=0 style="border-collapse: collapse" bordercolor="#111111">
<tr><td align="center" align="center" width="776"><font color="#ffffff">Modification And Program By : 52CM工作室</font></td></tr>
</table>
</center>
</div>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -