- <%@ page language="java" contentType="text/html;charset=UTF-8"
- errorPage="err.jsp" %>
- <%@ include file="./GVinc/gvImport.jsp" %>
- <jsp:useBean id="cci" scope="page" class="com.gamvan.club.classed.ClubClassInfo"/>
- <jsp:useBean id="ctc" scope="page" class="com.gamvan.club.topic.ClubTopicCollection"/>
- <%
- int userID = ParamUtils.getIntParameter(request,"userID");
- boolean isUser=false;
- %>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title><%=clubName%> 用户注册信息</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link href="./GVimgs/favicon.ico" rel="Bookmark">
- <link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <link href="./GVinc/main.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <DIV id="waitDiv" style="LEFT: 40%; VISIBILITY: hidden; POSITION: absolute; TOP: 20%; TEXT-ALIGN: center">
- <TABLE cellPadding=6 border=0>
- <TBODY><TR><TD align=middle>
- <IMG src="GVimgs/loading.gif" alt="请稍候..." width="30" height="30">
- <BR>
- <FONT color="red">数据载入中,请稍候...</FONT></TD></TR></TBODY></TABLE></DIV>
- <script language="javascript" type="text/javascript" src="GVscript/GVtopCode.js"></script>
- <script language="javascript" type="text/javascript" src="GVscriptInc/topBar.js"></script>
- <script language="javascript" type="text/javascript" src="GVscript/GVshowMenu.js"></script>
- <SCRIPT language="javascript">
- gv_showWait('waitDiv', 1);
- prtie('<%=clubName%>>>用户 的注册信息');
- </SCRIPT>
- <%
- if(!isPass(gvUserGradeTxt,11)){
- out.print(errs(1,"您的级别("+ gvUserGradeName +")无权查看用户注册信息!"));
- out.close();
- if(true) return;
- }
- cuc.setUserID(userID);
- cui = cuc.userInfo();
- if(cui==null){
- out.print(errs(3,"您查找的用户资料不存在或已被删除!"));
- out.close();
- if(true) return;
- }
- if(cui.getUserIsDel()){
- out.print(errs(7,"您查找的用户已被管理员删除!"));
- out.close();
- if(true) return;
- }
- %>
- <table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" class="tab">
- <tr class="tab1">
- <td>
- <strong>您的位置</strong>>><a href="default.jsp" target="_parent">社区首页</a>>><a href="main.jsp">进站画面</a>>>
- 用户注册信息
- </td>
- </tr>
- </table>
- <table width="99%" border="0" align="center" cellpadding="4" cellspacing="1" class="tab">
- <tr>
- <td width="120" class="tab1"><strong>ID </strong></td>
- <td class="bg2">
- <club:users type="userName" idIs="<%=userID%>" value="<%=cui.getUserName()%>"/>
- </td>
- <td width="80" class="tab1"><strong>信誉</strong></td>
- <td width="160" class="bg2">
- <club:users type="userCredit" value="<%=String.valueOf(cui.getUserCredit())%>"/>
- </td>
- </tr>
- <tr>
- <td class="tab1"><strong>性别</strong></td>
- <td class="bg2">
- <club:users type="userSex" value="<%=String.valueOf(cui.getUserSex())%>"/>
- </td>
- <td class="tab1"><strong>积分</strong></td>
- <td class="bg2">
- <club:users type="userMark" value="<%=String.valueOf(cui.getUserMark())%>"/>
- </td>
- </tr>
- <tr>
- <td class="tab1"><strong>电子邮件(Email)</strong></td>
- <td class="bg2">
- <club:users type="userEmail" value="<%=cui.getUserEmail()%>" idIs="<%=cui.getUserEmailOpen()%>" bea="<%=false%>"/>
- </td>
- <td class="tab1"><strong>金币</strong></td>
- <td class="bg2">
- <club:users type="userMoney" value="<%=String.valueOf(cui.getUserMoney())%>"/>
- </td>
- </tr>
- <tr>
- <td width="120" class="tab1"><strong>笔名</strong></td>
- <td class="bg2">
- <club:users type="userName2" value="<%=cui.getUserName2()%>"/>
- </td>
- <td class="tab1"><strong>发表主题</strong></td>
- <td class="bg2">
- <club:users type="userTopicCount" value="<%=String.valueOf(cui.getUserTopicCount())%>"/>
- </td>
- </tr>
- <tr>
- <td class="tab1"><strong>生日</strong></td>
- <td class="bg2">
- <club:users type="userBirthday" value="<%=cui.getUserBirthday()%>"/>
- </td>
- <td class="tab1"><strong>发表回复</strong></td>
- <td class="bg2">
- <club:users type="userReCount" value="<%=String.valueOf(cui.getUserReCount())%>"/>
- </td>
- </tr>
- <tr>
- <td class="tab1"><strong>个人主页</strong></td>
- <td class="bg2">
- <club:users type="userWeb" value="<%=cui.getUserWeb()%>" url="1"/>
- </td>
- <td class="tab1"><strong>注册日期</strong></td>
- <td class="bg2">
- <club:users type="userRegTime" value="<%=cui.getUserRegTime()%>"/>
- </td>
- </tr>
- <tr>
- <td class="tab1"><strong>QQ</strong></td>
- <td class="bg2">
- <club:users type="userQQ" value="<%=cui.getUserQQ()%>"/>
- </td>
- <td class="tab1"><strong>登陆</strong></td>
- <td class="bg2">
- <club:users type="userLoginTimes" value="<%=String.valueOf(cui.getUserLoginTimes())%>"/>
- 次
- </td>
- </tr>
- <tr>
- <td class="tab1"><strong>所在地区</strong></td>
- <td class="bg2">
- <club:users type="userArea" value="<%=cui.getUserArea()%>"/>
- </td>
- <td class="tab1"><strong>最后登陆</strong></td>
- <td class="bg2">
- <club:users type="userLastTime" value="<%=cui.getUserLastTime()%>"/>
- </td>
- </tr>
- <tr>
- <td class="tab1"><strong>所在城市</strong></td>
- <td class="bg2">
- <club:users type="userCity" value="<%=cui.getUserCity()%>"/>
- </td>
- <td class="tab1"> </td>
- <td class="bg2"> </td>
- </tr>
- <tr>
- <td class="tab1"><strong>职业</strong></td>
- <td class="bg2">
- <club:users type="userWork" value="<%=cui.getUserWork()%>"/>
- </td>
- <td class="tab1"> </td>
- <td class="bg2"> </td>
- </tr>
- <tr>
- <td class="tab1"><strong>个人签名</strong></td>
- <td class="bg2">
- <club:users type="userPen" value="<%=cui.getUserPen()%>"/>
- </td>
- <td class="tab1"> </td>
- <td class="bg2"> </td>
- </tr>
- <tr>
- <td class="tab1"><strong>自我介绍</strong></td>
- <td class="bg2">
- <club:users type="userIntro" value="<%=cui.getUserIntro()%>"/>
- </td>
- <td class="tab1"><strong>头像</strong></td>
- <td class="bg2">
- <club:users type="userPic" value="<%=cui.getUserPic()%>" bea="true"/>
- </td>
- </tr>
- </table>
- <table width="99%" border="0" align="center" cellpadding="4" cellspacing="1" class="tab">
- <tr class="tr">
- <td width="50%" height="25">
- <strong><club:users type="userName" idIs="<%=userID%>" value="<%=cui.getUserName()%>"/>
- 最近发表的主题: </strong></td>
- <td>
- <strong><club:users type="userName" idIs="<%=userID%>" value="<%=cui.getUserName()%>"/>
- 最近发表的回复:
- </strong></td>
- </tr>
- <tr class="tab3">
- <td height="25" valign="top">
- <%
- //int totalPage = 0; // 总页数
- ctc.setTopicLayer((short)0);
- ctc.setUserID(userID);
- //totalPage = ctc.myTopicCount();
- String tUrl = "clubPage.jsp?ccStyle=0";
- ClubClassItem ccit = null;
- %>
- <c:forEach var="t" items="<%=ctc.myTopicList(1,10)%>">
- <span style="float:right">
- <club:topic type="img_listType" idIs="${t.topicType}" value="${t.topicTypeNum}"/>
- <club:topic type="topicAddTime" value="${t.topicAddTime}"/>
- </span>
- <club:topic type="img_listMood" value="${t.topicMood}"/> <c:if test="${t.topicLayer>0}" >
- <club:topic type="topic" url="<%=tUrl%>" ccID="${t.ccID}" idIs="${t.topicID}" value="${t.topic}" bea="<%=true%>"/>
- </c:if>
- <c:if test="${t.topicLayer==0}" >
- <club:topic type="topic" property="_blank" url="<%=tUrl%>" ccID="${t.ccID}" idIs="${t.topicID}" value="${t.topic}" bea="<%=true%>"/>
- </c:if>
- <br>
- </c:forEach>
- </td>
- <td valign="top"><%
- //int totalPage = 0; // 总页数
- ctc.setTopicLayer((short)1);
- ctc.setUserID(userID);
- //totalPage = ctc.myTopicCount();
- tUrl = "clubPage.jsp?ccStyle=1";
- ccit = null;
- %><c:forEach var="t" items="<%=ctc.myTopicList(1,10)%>">
- <span style="float:right">
- <club:topic type="img_listType" idIs="${t.topicType}" value="${t.topicTypeNum}"/>
- <club:topic type="topicAddTime" value="${t.topicAddTime}"/>
- </span>
- <club:topic type="img_listMood" value="${t.topicMood}"/> <c:if test="${t.topicLayer>0}" >
- <club:topic property="_blank" type="topic" url="<%=tUrl%>" ccID="${t.ccID}" idIs="${t.topicID}" linkId="${t.topicReID}" value="${t.topic}" bea="<%=true%>"/> </c:if> <c:if test="${t.topicLayer==0}" > <club:topic type="topic" url="<%=tUrl%>" ccID="${t.ccID}" idIs="${t.topicID}" value="${t.topic}" bea="<%=true%>"/> </c:if> <br>
- </c:forEach></td>
- </tr>
- </table>
- <%@ include file="GVinc/gvOnlineArea.jsp" %>
- <%=Gfoot()%>
- </body>
- </html>