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

    <!-- #include file="page_user_header.html.asp" -->             
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>
<table border="0" cellpadding="0" cellspacing="0" align="center" valign="middle" width="93%"  style="word-break:break-all">
	<tr  class="nav_title_tr">
		<td  class="nav_title_td" colspan="2">
		<div class="mainNav">我发表的贴吧帖子</div></td>
	</tr>
</table>
<table class="list_table" width="97%" border="0" cellpadding="2" cellspacing="1" align="center" valign="middle">
	<form name="vbfrom" id="vbform" action="user_my_topic_del.asp" method="post">
		<tr class="list_title_tr">
			<td  class="list_title_td" width="5%" align="center">ID</td>
			<td  class="list_title_td" width="42%" align="center"><%=MakeOrder("TOPICS_TITLE","主题",TAG_strOrderUrl)%></td>
			<td  class="list_title_td" width="12%" align="center"><%=MakeOrder("FORUM_NAME","版面",TAG_strOrderUrl)%></td>
			<td  class="list_title_td" width="12%" align="center"><%=MakeOrder("TOPICS_HITS","回复/人气",TAG_strOrderUrl)%></td>
			<td class="list_title_td" ><%=MakeOrder("TOPICS_LAST_POST","最后更新|更新者",TAG_strOrderUrl)%></td>   			
		</tr>
		<% 
If IsObject(TAG_objRS) Then 
Dim i : i = 0 
Do While Not TAG_objRS.Eof %>

		<tr onmouseover="BgChange(this,'odd')" onmouseout="BgChange(this,'even')" class="even">
			<td class="list_td_change"><img src="../images/ico/<%=GetTopicLeftIcoLogic(TAG_objRS("TOPICS_STATUS"),TAG_objRS("TOPICS_REPLY_FORBID"),TAG_objRS("TOPICS_REPLIES"),TAG_objRS("TOPICS_HITS"))%>" border="0" align="absmiddle"/></td>
			<td  ><a href="../forum/forum_show.asp?TopicsId=<%=TAG_objRS("TOPICS_ID")%>&ForumId=<%=TAG_objRS("TOPICS_FORUM_ID")%>" title="查看帖子" target=_blank><%=TAG_objRS("TOPICS_TITLE")%></a></td>
			<td class="list_td_change" align="center"><a href="../forum/forum_list.asp?ForumId=<%=TAG_objRS("TOPICS_FORUM_ID")%>" title="进入该版面" target="_blank"><%=TAG_objRS("FORUM_NAME")%></a></td>
			<td align="center"><%=TAG_objRS("TOPICS_REPLIES")%>/<%=TAG_objRS("TOPICS_HITS")%></td>
			<td class="list_td_change"><%=TAG_objRS("TOPICS_LAST_POST")%>|<%=TAG_objRS("TOPICS_LAST_POSTER")%></td>		 
		</tr>		
		
<% 
	i = i + 1 
	If i >= TAG_intPerPage Then  Exit Do 
	TAG_objRS.MoveNext
Loop
If IsObject(TAG_objRS) Then

	TAG_objRS.Close() 
	Set TAG_objRS = Nothing 
End If
End If
%>	
<input type="hidden" name="intPageNow" value="<%=TAG_intPageNow%>"  />
</form>
	<tr  class="list_title_tr"> 
		<td colspan=9><%=TAG_strPageNav%></td>
	</tr>
</tbody>
</table>

<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->