www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_c/page_user_info_show.html.asp

    <!-- #include file="page_user_header.html.asp" -->             
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<% 
If IsObject(TAG_objDicUnit) AND TAG_objDicUnit.Exists("Exist") Then 
%>
<!--html_row DataRS=TAG_objDicUnit-->
<table border="0" cellpadding="2" cellspacing="1" align="center" valign="middle" width="80%" class="list_table" style="word-break:break-all">
<tbody>
<tr  class="nav_title_tr">
	 <td  class="nav_title_td" colspan="2">
	<div class="mainNav">您的详细信息</div></td>
</tr>
<tr  width="100%">
	<td class="list_td_change" width="45%" valign="top">
	&nbsp;&nbsp;[帐号] <%=TAG_objDicUnit.Item("USER_ACCOUNT")%><br>
	&nbsp;&nbsp;[姓名] <%=TAG_objDicUnit.Item("USER_REALNAME")%><br>
	&nbsp;&nbsp;[积分] <%=TAG_objDicUnit.Item("USER_LEVEL")%>分</td>
	<td class="list_td" width="55%" valign="top" align="center"><%=TAG_objDicUnit.Item("USER_QQ_SHOW")%></td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;班级:<%=TAG_objDicUnit.Item("USER_CLASS")%></td>
	<td class="list_td" valign="top">
	&nbsp;登陆:<%=TAG_objDicUnit.Item("USER_LOGIN_COUNT")%>次</td>
</tr>
<tr  width="100%">
<td class="list_td_change" valign="top">
	&nbsp;性别:<%=TAG_objDicUnit.Item("USER_SEX")%></td>
	<td class="list_td" valign="top">
	&nbsp;职业:<%=TAG_objDicUnit.Item("USER_WORK")%></td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;QQ号:<%=TAG_objDicUnit.Item("USER_QQ")%></td>
	<td class="list_td" valign="top">
	&nbsp;相片:<%=TAG_objDicUnit.Item("USER_PHOTO")%>张,&nbsp;相片评论:<%=TAG_objDicUnit.Item("USER_REVIEW")%>条</td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;留言:<%=TAG_objDicUnit.Item("USER_BOARD")%>条</td>
	<td class="list_td" valign="top">
	&nbsp;发贴:<%=TAG_objDicUnit.Item("USER_TOPICS")%>条,&nbsp;回贴:<%=TAG_objDicUnit.Item("USER_REPLY")%>条</td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;生日:<%=TAG_objDicUnit.Item("USER_BIRTH")%></td>
	<td class="list_td" valign="top">
	&nbsp;入学年份:<%=TAG_objDicUnit.Item("USER_ENROLL")%>年</td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;邮箱:<a href="mailto:<%=TAG_objDicUnit.Item("USER_EMAIL")%>" title='发邮件'><%=TAG_objDicUnit.Item("USER_EMAIL")%></a></td>
	<td class="list_td" valign="top">
	&nbsp;毕业年份:<%=TAG_objDicUnit.Item("USER_GRAD")%>年</td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;电话:<%=TAG_objDicUnit.Item("USER_TELE")%></td>
	<td class="list_td" valign="top">
	&nbsp;注册:<%=TAG_objDicUnit.Item("USER_ADD_DATE")%></td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;ID号:<%=TAG_objDicUnit.Item("USER_ID")%></td>
	<td class="list_td_change" valign="top">
	&nbsp;最近登陆:<%=TAG_objDicUnit.Item("USER_LAST_TIME")%></td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;<a href="../sms/sms_list.asp?strPostName=ShowSmsMain" title="查看">收到短信<font color=red><%=TAG_objDicUnit.Item("USER_SMS")%>条</font>[查看]</a></td>
	<td class="list_td" valign="top">
	<font color=red>&nbsp;<%=TAG_objDicUnit.Item("USER_NEW_SMS")%>条未读</font></td>
</tr>
<tr  width="100%">
	<td class="list_td_change" valign="top">
	&nbsp;星座:<%=TAG_objDicUnit.Item("USER_CON")%></td>
	<td class="list_td" valign="top">
	&nbsp;生肖:<%=TAG_objDicUnit.Item("USER_ANIMAL")%></td>
</tr>
<tr  width="100%"> 
	<td class="list_td_change" colspan="2" >
	&nbsp;通信地址:<%=TAG_objDicUnit.Item("USER_ADDRESS")%></td>
</tr>
<tr  width="100%"> 
	<td class="list_td" colspan="2" >
	&nbsp;工作单位:<%=TAG_objDicUnit.Item("USER_WORKSHOP")%></td>
</tr>
<tr  width="100%"> 
<td class="list_td_change" colspan="2" >
	&nbsp;IP地址:<%=TAG_objDicUnit.Item("USER_LAST_IP")%></td>
</tr>
<tr  width="100%"> 
	<td class="list_td" colspan="2" >
	&nbsp;注册身份:<%=TAG_objDicUnit.Item("USER_AUTH")%></td>
</tr>
<tr  width="100%"> 
	<td class="list_td_change" colspan="2" >
	&nbsp;用户签名档:<br>
	<%=TAG_objDicUnit.Item("USER_SIGN")%>
	</td>
</tr>
</tbody>
</table>
<!--/html_row-->

<% 
If IsObject(TAG_objDicUnit) Then
	Set TAG_objDicUnit = Nothing 
End If
End If
%>
<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->