📄 kfxtlook.asp
字号:
<!--#include file="startup.asp"-->
<!--#include file="fn/conn.asp"-->
<%
'下面开始成员过滤,非管理员不能登陆此界面
if session("xmid")="" then
response.write"<script>alert('请您先登陆!');history.go(-1);</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">
<style type="text/css">
<!--
.STYLE22 {color: #FF0000}
-->
</style>
<%dim rs
set rs=Server.createObject("adodb.recordset")
if trim(request("p"))="sub" then
rs.open "select * from kefu where id="&request("id")&"",conn,3,3
rs("补充说明")=request("补充说明")
rs.update
rs.close
response.write"<script>location.replace('kfxtlook.asp?id="&request("id")&"');</script>"
end if%>
<%if IsSafeStr(request("id")) then%>
<% if session("xmid")="" then
response.Write"<script>alert('用户超时!请重新登录');location.replace('kfxtlogin.asp');</script>"
else
rs.open "select * from kefu where id="&request("id")&"",conn,1,1 %>
<%
if rs.Eof then
response.Write"<script>alert('没有这个事件!');location.replace('kfxtlogin.asp');</script>"
response.end
end if
%>
<%
if rs("xmid")<>session("xmid") then
response.Write"<script>alert('此事件不是您提交的内容!');location.replace('kfxtlogin.asp');</script>"
response.end
end if
%>
<link href="style/style_new.css" rel="stylesheet" type="text/css">
<form name="form1" action="kfxtlook.asp?p=sub" method="post">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="nei_skybg01">
<tr>
<td class="nei_skybg02"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" id=iid><table width="566" height="265" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="192" 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="0" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td><span class="STYLE5"> 亲爱的玩家,您可以通过本客服系统使用在线服务,我们的客服人员将在后台为您处理提交的问题,您可以在提交后一定时间登陆本系统查询处理结果!</span><br>
<table width="487" height="531" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#333300">
<tr>
<td height="20" bgcolor="#D6F7FF"><div align="right">帐号 :</div></td>
<td bgcolor="#D6F7FF"><label><%=session("xmid")%></label></td>
</tr>
<tr>
<td height="20" colspan="2" bgcolor="#D6F7FF"><div align="center">
<span class="style21">>>>>></span><span class="STYLE7">客服问题处理结果查询</span><span class="style21"><<<<<</span></div></td>
</tr>
<tr>
<td width="126" height="20" bgcolor="#D6F7FF"><div align="right">相关游戏角色名称:</div></td>
<td width="355" bgcolor="#D6F7FF"><%=rs("js")%>
<input name="id" type="hidden" id="id" value="<%=rs("id")%>"></td>
</tr>
<tr>
<td height="20" bgcolor="#D6F7FF"><div align="right">所在游戏区域:</div></td>
<td bgcolor="#D6F7FF"><%=rs("qu")%></td>
</tr>
<tr>
<td height="20" bgcolor="#D6F7FF"><div align="right">提交问题类型:</div></td>
<td bgcolor="#D6F7FF"><%=rs("leixing")%></td>
</tr>
<tr>
<td height="20" bgcolor="#D6F7FF"><div align="right">当前事件状态:</div></td>
<td bgcolor="#D6F7FF" class="STYLE5"><%=rs("state")%> </td>
</tr>
<tr>
<td height="20" bgcolor="#D6F7FF"><div align="right">详细事件描述:</div></td>
<td height="150" bgcolor="#D6F7FF"><%=rs("事件")%></td>
</tr>
<tr>
<td height="20" bgcolor="#D6F7FF"><div align="right">处理结果答复:</div></td>
<td height="120" bgcolor="#D6F7FF"><%=rs("处理结果")%></td>
</tr>
<tr>
<td height="20" bgcolor="#D6F7FF"><div align="right">
<p>补充说明:</p>
</div></td>
<td height="120" bgcolor="#D6F7FF"><%if rs("state")="最终处理" then%>
<%=rs("补充说明")%>
<%else%>
<%if rs("补充说明")<>"" then%>
<%=rs("补充说明")%>
<%else%>
<textarea name="补充说明" cols="40" rows="8" id="补充说明" ><%=rs("补充说明")%></textarea>
<%end if%>
<%end if%>
<span class="red"><br>
</span><span class="STYLE5">(如事件状态不是“最终结果”,玩家可以增加“补充说明”,但补充说明只能增加一次,且不得修改!建议玩家在有客服人员回复您的问题后再补充说明您的问题,如果一次“补充说明”不能处理问题,您可能需要重新提交事件。)</span> </td>
</tr>
<tr>
<td height="21" colspan="2" bgcolor="#D6F7FF"><div align="center" class="style21">
<div align="center">
<%if rs("state")="最终处理" then%>
<input type="button" name="Submit2" value="返回" onClick="location.replace('kfxtlogin.asp')">
<%else%>
<%if rs("补充说明")<>"" then%>
<input type="button" name="Submit2" value="返回" onClick="location.replace('kfxtlogin.asp')">
<%else%>
<input type="submit" name="Submit" value="提交">
<input type="button" name="Submit2" value="返回" onClick="location.replace('kfxtlogin.asp')">
<%end if%>
<%end if%></div>
</div></td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</form>
<%
end if
end if
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -