📄 admin_message.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("login")<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您还未登陆或者超时,请重登陆!');"&"window.location.href = '../'"&" </script>"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css.css" type="text/css">
<title>网站公告修改</title>
<base target="_self">
<style>
<!--
.tableBorder
{
border: 1px #6595D6 solid;
background-color: #FFFFFF;
}
TD{
font-family:宋体; font-size: 12px; line-height: 15px;
}
td.txlRow
{
background-color:#DEE5FA;
}
-->
</style>
</head>
<body bgcolor="#CAD7F7" style="text-align: center">
<table border="0" width="605" cellspacing="0" cellpadding="0" height="394">
<tr>
<td height="24" background="images/admin_bg_1.gif" width="603" colspan="2" style="border-left: 1px solid #000000; border-right: 1px solid #000000; border-top: 1px solid #000000; border-bottom-width: 1px" align="center">
<font color="#FFFFFF"><b>用户短信管理</b></font></td>
</tr>
<form method="POST" name="form1" action="admin_sendmessages_db.asp">
<tr bgcolor="#F7F7F7">
<td height="32" align="center" bgcolor="#F0F0F0" style="border-bottom:2px solid #FFFFFF; border-left:1px solid #000000; ">
<b>主 题:</b></td>
<td align="left" bgcolor="#F0F0F0" style="border-bottom:2px solid #FFFFFF; border-right:1px solid #000000; "> <input type="text" name="title" size="44" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"></td>
</tr>
<tr bgcolor="#F7F7F7">
<td height="39" align="center" bgcolor="#F0F0F0" style="border-bottom:2px solid #FFFFFF; border-left:1px solid #000000; border-right-width: 1px; border-top-width: 1px">
<p align="center"><b>收件人:</b></td>
<td align="left" bgcolor="#F0F0F0" style="border-bottom:2px solid #FFFFFF; border-right:1px solid #000000; border-left-width: 1px; border-top-width: 1px; ">
<select size="1" name="class" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px">
<option selected value="all">所有注册用户</option>
<option value="in">所有个人用户</option>
<option value="en">所有企业用户</option>
<option value="vip">所有高级用户</option>
<option value="notvip">所有普通用户</option>
<option value="vipin">所有高级个人用户</option>
<option value="notvipin">所有普通个人用户</option>
<option value="vipen">所有高级企业用户</option>
<option value="notvipen">所有普通企业用户</option>
</select></td>
</tr>
<tr>
<td height="171" align="center" bgcolor="#F0F0F0" style="border-left: 1px solid #000000; border-right-width: 1px; border-top-width: 1px">
<b>内 容:</b><p>(<font color="#FF0000"><a target="_blank" href="../ubbhelp.asp"><font color="#FF0000"><u>ubb</u></font></a></font>支持)</td>
<td align="left" bgcolor="#F0F0F0" style="border-right:1px solid #000000; border-left-width: 1px; border-top-width: 1px; border-bottom-width:1px">
<textarea rows="15" name="content" cols="70" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"></textarea></td>
</tr>
<tr bgcolor="#F7F7F7">
<td height="40" bgcolor="#F0F0F0" width="72" style="border-left: 1px solid #000000; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px" align="center">
</td>
<td height="40" bgcolor="#F0F0F0" width="531" style="border-right: 1px solid #000000; border-top-width: 1px; border-bottom-width: 1px">
<p align="center"><input type="submit" value="发送" name="B1">
<input type="reset" value="重置" name="B2"></td>
</tr>
</form>
<tr>
<td height="23" colspan="2" width="603" bgcolor="#F0F0F0" style="border-left: 1px solid #000000; border-right: 1px solid #000000; border-top-width: 1px; border-bottom: 1px solid #000000">
</td>
</tr>
<tr>
<td height="39" colspan="2" width="603" bgcolor="#F0F0F0" style="border-left: 1px solid #000000; border-right: 1px solid #000000; border-top-width: 1px; border-bottom: 1px solid #000000">
<form method="POST" action="admin_del_message.asp">
<p>批量删除用户指定日期内短消息(默认为删除已读信息):</p>
<select size="1" name="delDate" style="font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px">
<option value="7" selected>一个星期前</option>
<option value="30">一个月前</option>
<option value="60">两个月前</option>
<option value="180">半年前</option>
<option value="all">所有信息</option>
</select> <input type="checkbox" value="yes" name="isread" style="font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px">包括未读信息
<input type="submit" value="删 除" name="Submit" style="font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 15px">
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -