?? admin_showduanxin.asp
字號:
<!--#include file="../conn.asp"-->
<!-- #include file="session.asp" -->
<!--#include file="../inc/config.asp"--><%
id=CheckSql(request("id"))
CheckSqlnum(id)
id=int(id)
set rsub=server.createobject("adodb.recordset")
if IsSqlDataBase = 2 then
sqlub="select custom,nickname,dateandtime,content from siti_duanxin where id="&id&""
else
sqlub="select custom,nickname,dateandtime,content from [siti_duanxin] where id="&id&""
end if
rsub.open sqlub,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=SiteName%> - 瀏覽短信</title>
<link rel="stylesheet" href="../css/main.css" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style3 {color: #FFFF00}
.style4 {color: #CC0000}
-->
</style>
<style type="text/css">
<!--
TABLE { BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 2px}
BODY {font-family:Sans Serif, Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;font-size:12px;MARGIN: 10;color: #000000;}
textarea,input,object,SELECT {
font-size:12px;font-family:Sans Serif, Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;vertical-align:middle;padding:1px;color:black;background-color:#FFFFFF;border:1px solid #B7C0C7;margin:2px;
}
TD { BORDER-RIGHT: 1px; BORDER-TOP: 0px; FONT-SIZE: 9pt; COLOR: #000000;}
.head:td{color: #FFFFFF;}
.f_one {background: #FFFFFF;PADDING-BOTTOM: 5px;PADDING-top: 8px;PADDING-left: 5px;PADDING-right: 8px;line-height:150%;}
.f_two {background: #FBFBFC;PADDING-BOTTOM: 5px;PADDING-top: 8px;PADDING-left: 5px;PADDING-right: 8px;line-height:150%;}
.t_one {background: #FFFFFF;PADDING-BOTTOM: 10px;PADDING-top: 10px;PADDING-left: 12px;PADDING-right: 8px;line-height:150%;}
.t_two {background: #FFFFFF;PADDING-BOTTOM: 5px;PADDING-top: 8px;PADDING-left: 5px;PADDING-right: 8px;line-height:150%;}
.r_one {background: #Ffffff;PADDING-BOTTOM: 5px;PADDING-top: 8px;PADDING-left: 5px;PADDING-right: 8px;line-height:150%;}
.r_two {background: #F3f4f5;PADDING-BOTTOM: 5px;PADDING-top: 8px;PADDING-left: 5px;PADDING-right: 8px;line-height:150%;}
.table { color:#000000;}
.head { color: #FFFFFF;padding: 4px;background:#163856 url('../Template/jdmb/thead.gif');font-weight:bold;BORDER: 1px solid #ffffff}
input {
font-size:12px;font-family:Sans Serif, Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;vertical-align:middle;padding:1px;color:black;background-color:#FFFFFF;border:1px solid #B7C0C7;margin:2px;
}
-->
</style>
</head>
<body>
<table width="500" height="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr>
<td width="100%" height="300" valign="top" bgcolor="#E0E1E3">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="45" valign="bottom" bgcolor="#1685C7" align="center" class="head">
<span class="style1">查看 <b><%=rsub("custom")%></b></span>
<span class="style1">發給 <b><%if rsub("nickname")<>"" then%><%=rsub("nickname")%><%else%>所有會員<%end if%></b></span>
<span class="style1">的短信</span>
<hr width="96%" size="1" color="#FFFFFF"></td>
</tr>
</table>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="25" align="center">日期:<%=rsub("dateandtime")%> </td>
</tr>
</table>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="250" align="left" valign="top"><%=rsub("content")%></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" cellspacing="1" bgcolor="#000000">
<tr>
<td height="30" align="center" bgcolor="#1685C7" class="head"><a href="#" onclick="javascript:window.close()">
<font color="#FFFFFF">關閉窗口</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center"><%SiteCopyright="Powered By <a title='終點小說連載系統' href='http://www.cnend.net/'>CnEndWeb</a> "
SiteCopyright=SiteCopyright&"<script language='javascript' src='js/gb.js'></script>"
%><%=SiteCopyright%></p>
</body>
</html>
<%
rsub.close
set rsub=nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -