📄 kfxtlogin.asp
字号:
<!--#include file="startup.asp"-->
<!--#include file="fn/conn.asp"-->
<%
'下面开始成员过滤,非管理员不能登陆此界面
if session("xmid")="" then
response.write"<script>alert('请您先登陆!');location.replace('mem_login.asp');</script>"
response.end
end if
%>
<html>
<head>
<title>无双客服系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="xiazai/common/style_1114.css" tppabs="http://mland.sdo.com/new/common/style_1114.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url();
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #D6F7FF;
}
body,td,th {
font-size: 12px;
}
a:link {
text-decoration: none;
color: #990033;
}
a:visited {
text-decoration: none;
color: #990033;
}
a:hover {
text-decoration: none;
color: #990033;
}
a:active {
text-decoration: none;
color: #990033;
}
.STYLE1 {
font-size: 18px;
font-weight: bold;
}
.STYLE2 {font-size: 12px}
.STYLE5 {
color: #FF0000;
line-height: 20px;
}
.STYLE6 {font-size: 18px; font-weight: bold; color: #0033FF; }
.STYLE7 {color: #0000FF}
.style21 {font-size: 14px}
-->
</style>
<link href="css.css" rel="stylesheet" type="text/css">
<link href="style/style_new.css" rel="stylesheet" type="text/css">
<table width="566" height="265" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="xiazai/images/nei_form02.gif" tppabs="http://mland.sdo.com/new/images/nei_form02.gif"><table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="510" height="31" background="xiazai/images/1206_redian.gif"><div align="center" class="title">无双魔力在线客服系统</div></td>
</tr>
</table>
<table width="90%" border="1" cellpadding="3" cellspacing="1" bordercolor="#CCCCCC">
<tr>
<td><span class="STYLE5"> 亲爱的玩家,您可以通过本客服系统使用在线服务,我们的客服人员将在后台为您处理提交的问题,您可以在提交后一定时间登陆本系统查询处理结果!</span><br>
<table width="487" height="121" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20"><div align="right">帐号 :</div></td>
<td><label><%=session("xmid")%></label></td>
</tr>
<tr>
<td height="20"><div align="right">角色1:</div></td>
<td><%=session("js1")%></td>
</tr>
<tr>
<td height="20"><div align="right">角色2:</div></td>
<td><%=session("js2")%></td>
</tr>
<tr>
<td height="20" colspan="2"><div align="center"> <span class="style21">>>>>> </span>
<input name="button2" type="button" class="button" onClick="javascript:window.location='kfxtadd.asp'" value="我要提交新的客服事件" />
<span class="style21"><<<<<</span></div></td>
</tr>
<tr>
<td width="145" height="20"><div align="right">客服事件提交记录 :</div></td>
<td width="342"> </td>
</tr>
<tr>
<td colspan="2"><%dim rs
if session("xmid")="" then
response.Write"<script>alert('用户超时!请重新登录');location.replace('mem_login.asp');</script>"
else
set rs=Server.createObject("adodb.recordset")
rs.open "select * from kefu where xmid='"&session("xmid")&"' order by 递交日期 desc",conn,1,1
%>
<table width="502" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCC66" bordercolorlight="#993300" bordercolordark="#FFFF99" bgcolor="#993300">
<TR height="24" width="100%">
<TD width="37" align="center" bgcolor="#F7D7D7">编号</TD>
<TD width="77" align="center" bgcolor="#F7D7D7">角色名</TD>
<TD width="64" align="center" bgcolor="#F7D7D7">游戏区域</TD>
<TD width="106" align="center" bgcolor="#F7D7D7">已递交事件</TD>
<TD width="119" align="center" bgcolor="#F7D7D7">递交日期</TD>
<TD width="85" align="center" bgcolor="#F7D7D7">当前处理</TD>
</TR>
<%
do while not rs.eof%>
<TR height="24" width="100%">
<TD align="center" bgcolor="#FFFFCC"><%=rs("id")%></TD>
<TD align="center" bgcolor="#FFFFCC"><%=rs("js")%></TD>
<TD align="center" bgcolor="#FFFFCC"><%=rs("qu")%></TD>
<TD align="center" bgcolor="#FFFFCC"><div align="left"><%=left(rs("事件"),6)%></div></TD>
<TD align="center" bgcolor="#FFFFCC"><%=rs("递交日期")%></TD>
<TD align="center" bgcolor="#FFFFCC"><a href="kfxtlook.asp?id=<%=rs("id")%>" target="_self">
<%if rs("state")="最终处理" then%>
<font color=red>
<%else%>
<font color=blue>
<%end if%>
<%=rs("state")%></font></a> </TD>
</TR>
<%rs.movenext
loop
rs.close%>
</table>
<%end if%></td>
</tr>
<tr>
<td height="21" colspan="2"><div align="center" class="style21">
<label>
<input type="submit" name="Submit" value="安全退出" onClick="location.replace('mem_login.asp?p=logout')">
</label>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -