📄 list.asp
字号:
<!--#include file="conn.asp"-->
<%
dim sql
dim rs
sql="select * from server where id="&request("id")
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
%>
<head><title>申请内容</title>
<link href="yes2.css" rel="stylesheet" type="text/css">
</head>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="150" align="left"></td>
<td width="350" align="right">
<a href="add.asp" title=""></a>
<%if session("username")="" then%>
<a href="login.asp" title="不必尝试"></a>
<%else%>
<a href="logout.asp">退出管理</a>
<%end if%>
<a href="server.asp">返回目录</a>
</td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td><div align="right"> </td>
</tr>
</table>
<table width="500" height="22" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#d8f0F8">
<tr>
<td width="500" align="center">序号: <font color=#ff0088><%=RS("id")%></font> 支付内容</td>
</tr>
</table>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td><div align="right"> </td>
</tr>
</table>
<table width="500" height="3" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="50" align="center">用户名:</td>
<td width="450" align="left"><%=RS("question")%> <%=RS("keyword")%>申请日期:<%=RS("questiontime")%> 来自[ <%=RS("ip")%> ]</td>
</tr>
</table>
<%if rs("content")<>"" then%>
<table width="500" height="3" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="500" align="center">
<font color=#ff0088>------申请已经支付------</font></td>
</tr>
</table>
<table width="500" height="3" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="500" align="left">时间:
<font color=#0080ff><%=RS("answertime")%></font></td>
</tr>
</table>
<table width="500" height="30" border="0" align="center" cellpadding="0" cellspacing="0" style="table-layout:fixed;word-break:break-all">
<tr>
<td width="500" align="left" style="table-layout:fixed;word-break:break-all">明细:<%=RS("content")%></td>
</tr>
</table>
<%else%>
<p align="center"><font color=#ff0088>申请正在处理中 ...</font></p>
<%end if%>
<!--#include file="d.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -