📄 userinfo.asp
字号:
<!--#include file="const.asp"-->
<!--#include file="articleconn.asp"-->
<%
session("userName")=request.querystring("username")
username=session("userName")
sql="Select * from admin Where username='"&username&"'"
set rs=conn.execute(sql)
%>
<html>
<head>
<title><%=fly_user%>-<%=username%>的个人档案</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:hover {color: #ff00ff;text-decoration:underline}
-->
</style>
<style type="text/css">
<!--
body {font-size:9pt}
td {font-size:9pt}
-->
</style>
</head>
<body bgcolor="#ffffff" text="#000000" leftmargin="0" topmargin="0" background="images/home_00.gif">
<center>
<table width="760" border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><img src="images/zz.jpg" width="350" height="120"></td>
<td width="195"><img src="images/wenji_05.gif" width="195" height="113"><img src="images/wenji_09.gif"></td>
</tr>
</table>
<table width="760" border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0">
<tr>
<td height="161" rowspan="3" align="center" class="f" >
<TABLE class="f" cellSpacing=0 cellPadding=5 width="70%"
align=center border=0>
<TBODY>
<%if username<>"" then%>
<TR>
<TD width=82 align="left">笔 名:</TD>
<TD width=282><%=rs("username")%></TD></TR>
<TR>
<TD align="left">性 别:</TD>
<TD><%=rs("sex")%></TD></TR>
<TR>
<TD align="left">电子邮件:</TD>
<TD><a href="mailto:<%=RS("email")%>?subject=来自寂寞东安文学网的交流邮件"><%=rs("email")%></a></TD></TR>
<TR>
<TD align="left">原创封号:</TD>
<TD><%
if rs("amount")>= 0 and rs("amount")<10 then response.write("文学青年")
if rs("amount")>=10 and rs("amount")<20 then response.write("初级写手")
if rs("amount")>=20 and rs("amount")<40 then response.write("文学才子")
if rs("amount")>=40 and rs("amount")<80 then response.write("职业作家")
if rs("amount")>=80 and rs("amount")<160 then response.write("文学家")
if rs("amount")>=160 then response.write("文学大师")
%> </TD></TR>
<TR>
<TD align="left">地 址:</TD>
<TD><%=rs("addr")%></TD></TR>
<TR>
<TD align="left">Oicq:</TD>
<TD><%=rs("oicq")%></TD></TR>
<TR>
<TD align="left">发表文章:</TD>
<TD><%=rs("amount")%></TD></TR>
<TR>
<TD align="left">注册日期:</TD>
<TD><%=rs("date")%> </TD></TR>
<TR>
<TD vAlign=top height=75 align="left">作者签名:</TD>
<TD vAlign=top><%=rs("infor")%></TD></TR></TBODY><%end if%></TABLE></td>
<td width="102" height="79"><img src="images/wenji_12.gif" width="102" height="107"></td>
</tr>
<tr>
<td width="102" height="100"><TABLE cellSpacing=1 cellPadding=1 width="100%" border=0 class="f" >
<TBODY>
<TR>
<TD width="15%"><IMG height=16 src="images/icon_book.gif"
width=16></TD>
<TD width="85%"><a href=wj.asp?userName=<%=Username%>><FONT color=#ff0000>作者文集</FONT></a></TD></TR>
</TBODY></TABLE></td>
</tr>
<tr>
<td width="102" height="161" valign="top" align="center"><img src="images/wenji_13.gif" width="57" height="68"></td>
</tr>
</table>
</center>
<!--#include file="mai.htm"-->
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -