?? page_user_my_review_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="93%" border="0" cellpadding="2" cellspacing="1" align="center" valign="middle">
<form name="vbfrom" id="vbform" action="" method="post">
<tr class="list_title_tr">
<td class="list_title_td" width="5%" align="center">ID</td>
<td class="list_title_td" width="30%" align="center">標題</td>
<td class="list_title_td" width="15%" align="center">類型</td>
<td class="list_title_td" width="15%" align="center">人氣</td>
<td class="list_title_td" align="center">上傳者</td>
<td class="list_title_td" align="center">上傳時間</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"><%=i+1%></td>
<%
Dim strImgUrl : strImgUrl = GetAlbumFileUrlLogic(GBL_objPubDB.objPubRS("ALBUM_IMG_FILE"),GBL_objPubDB.objPubRS("ALBUM_STATUS"))
%>
<td ><a target="_blank" title="點擊查看圖片" href="<%=strImgUrl%>"><%=TAG_objRS("ALBUM_TITLE")%></a></td>
<td ><%=TAG_objRS("ALBUM_TYPE")%></td>
<td class="list_td_change" align="center"><%=TAG_objRS("ALBUM_HITS")%></td>
<td ><span style="cursor:hand" title="查看用戶信息" onclick="window.open('../address/address_userinfo_pop.asp?intUserId=<%=TAG_objRS("ALBUM_OWNER_ID")%>','','left=5,top=5,width=450,height=410,scrollbars=yes,status=yes');"><%=TAG_objRS("USER_REALNAME")%></span></td>
<td ><%=TAG_objRS("ALBUM_ADD_TIME")%></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" -->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -