📄 user.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="sub/config.asp"-->
<!--#include file="sub/conn.asp"-->
<!--#include file="sub/inc.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=SiteName%>--设计会员</title>
<link href="img/dex.css" rel="stylesheet" type="text/css" />
<link href="img/dex2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--TOP-->
<!--#include file="top.asp"-->
<!--TOP END-->
<div id="box"><div id="boxleft">
<div id="userlogin">
<% '当用户在线不显示登录表单
if session("userlogin")="" then
call userlogin()
else
dim userid,rs,sql
userid = Session("id")
set rs=server.createobject("adodb.recordset") '创建纪录集
sql="select * from ax_user where id="&userid&" " '查找用户信息
rs.open sql,cn,1,2
%>
<table width="175" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" colspan="2">尊敬的<%=rs("name")%>您好!</td>
</tr>
<tr>
<td height="10" colspan="2"></td>
</tr>
<tr>
<td width="90" height="20" class="xuxian"><a href="userinfo.asp">信息修改</a></td>
<td height="20" class="xuxian" ><a href="userunion.asp">登记工作室</a></td>
</tr>
<tr>
<td height="20" class="xuxian"><a href="gbook.asp">在线留言</a></td>
<td height="20" class="xuxian"><a href="upworks.asp">上传作品</a></td>
</tr>
<tr>
<td height="20" class="xuxian"><a href="link.asp">友情链接</a></td>
<td height="20" class="xuxian"><a href="userout.asp">安全退出</a></td>
</tr>
<tr>
<td height="20" class="xuxian"> </td>
<td height="20" class="xuxian"> </td>
</tr>
</table>
<% end if%>
</div>
<!--会员登陆结束-->
<div id="wsearch">
<% call websearch() %>
</div></div>
<!--全站搜索结束-->
<div id="boxright">
<div id="unions" align="left">
<b>本站会员享有的权力:</b>
<p> </p>
<p>(1)基本信息修改</p>
<p>(2)免费登记工作室,可在主页显示</p>
<p>(3)上传作品展示</p>
</div>
</div>
</div>
<!--#include file="bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -