| <%=htmlencode(cname)%>查询个人资料 |
| <%=htmlencode(username)%>的资料(登陆社区<%=rs("logins")%>次) |
<% if TitleFlag and rs("title")<>"" then %>
| 头 衔: |
<%= rs("title") %> |
<% end if %>
<% if GroupFlag then %>
| 门 派: |
<%= rs("usergroup") %> |
| 财 产: |
<%= rs("userWealth") %> |
| 经验值: |
<%= rs("userEP") %> |
| 魅力值: |
<%= rs("userCP") %> |
<% end if %>
| 性 别: |
<%if rs("sex")=0 then
response.write("靓妹")
else
response.write("酷哥")
end if
%>
|
| 发表文章数: |
<%=rs("article")%> |
| E_Mail: |
<%if trim(rs("useremail"))<>"" then%>
"><%=htmlencode(rs("useremail"))%>
<%end if%>
|
| OICQ: |
<%if rs("oicq")<>"" then%>
<%=htmlencode(rs("oicq"))%>
<%end if%>
|
| 主 页: |
<%if trim(rs("homepage"))<>"" then%>
"
target="_blank"><%=htmlencode(rs("homepage"))%>
<%end if%>
|
| 签 名: |
<%if rs("sign")<>"" then%>
<%=ubbcode(rs("sign"))%>
<%end if%>
|
| 社区等级: |
<%=grade(rs("userclass"))%> |
| 给他留言 |