/admin/tx_gl.asp代码页
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
<%response.buffer=true%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.inc"-->
<!--#include file="cnscu_sb.asp"-->
<wml><%
'====================================================================
' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
' 程序制作:横云			  掌上校园收倾心整理收集于互联网,感谢你的支持!
' 升级时间: 2008-2-5  		主页地址:HTTP://wap.cnscu.cn
' E-Mail: cnscu@126.com   	客服QQ:554904632 QQ群:30493504 QQ群2:46659883
'====================================================================
%> <head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
</head>
<card id="main" title="管理头像" >
<p>
<%id=usb(request("id"))
cz=usb(request("cz"))
set rs=Server.CreateObject("ADODB.Recordset")
rspl="select * from lttx where id="&id
rs.open rspl,conn,1,2
if rs.eof then 
response.write("没有该头像!<a href='http://wap.cnscu.cn'>掌上校园</a>收集整理cnscu.cn!")
else
if rs("lb")=1 then sslb="男性头像"
if rs("lb")=2 then sslb="女性头像"
if rs("lb")=3 then sslb="保密头像"
if rs("lb")>3 or rs("lb")<1 then sslb="未知类别"
%>
所属类别:<%=sslb%><br/>
头像编号:<%=usb(rs("id"))%><br/>
头像说明:<%=usb(rs("sm"))%><br/>
出售价格:<%=usb(rs("jq"))%><br/>
----------<br/>
<img src="<%=usb(rs("tou"))%>" alt="加载效果"/><br/>
----------<br/>
<a href="sc_tx.asp?sb=<%=sb%>&amp;id=<%=id%>">删除该头像</a>
<%end if%>
<br/>==========<br/>
<a href="txgl.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回头像管理</a><br/>
<a href="sq.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回社区管理</a><br/>
<a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
<a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
报时:<%=time%>
</p>
</card>
</wml>
字母检索
回到顶部