asp+的論壇下文程序---頁(yè)面局部
發(fā)表時(shí)間:2023-08-08 來(lái)源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]asp+的論壇列表程序---頁(yè)面部分 --------------------------------------------------------------------------------...
asp+的論壇列表程序---頁(yè)面部分
--------------------------------------------------------------------------------
【bigeagle】 于 2000-11-13 15:38:10 加貼在 Joy ASP ↑:
<%@ Page Inherits="Forum" Src="source/forum.cs" Trace="false"%>
<%@ Register TagPrefix="Acme" TagName="Navigator" Src="acme/navigator.aspc" %>
<!--#include file="include/publicproc.inc"-->
<%ShowHead("論壇首頁(yè)");%>
<form runat=server>
<table width=720 align=center border=0>
<tr>
<td width=30 align=left>
<img ID="imgNew" src="http://edu.chinaz.com/Get/Program/Net/images/off.gif">
</td>
<td width=400>(<asp:Label ID="lblTopicCounts1" runat=server/>)
<asp:Label ID = "lblForumName" runat=server/>
<br>版主:<img id="imgOICQ" width=20 height=20 runat=server/>
<asp:HyperLink ID="linkMaster" runat=server/>
</td>
<td>
<table width=100% border=0 align=left>
<tr>
<td align=left>
<img src = 'images/open.gif'>
<a href='default.aspx'>
<span class=bigtitle>
eMatters Board
</span></a>
<br><img src='http://edu.chinaz.com/Get/Program/Net/images/tline.gif'>
<img src = 'http://edu.chinaz.com/Get/Program/Net/images/closed.gif'>
<asp:Label id="lblForumName1" class=title runat=server/>
</td></tr>
</table>
</td>
</tr>
</table>
<table width=720 align=center border=0>
<tr>
<td align=right>
<asp:imagebutton id="btnPostNew" src = 'images/post.gif' border=0 runat=server/>
</td>
</tr>
</table>
<Acme:Navigator runat=server/>
<br><br>
<table width=720 border=0 cellspacing=1 cellpadding=4 align=center>
<tr bgcolor=#ffffff>
<td width=600>
共<asp:Label id="lblTopicCounts" runat=server/>個(gè)主題,
每頁(yè)顯示<asp:Label ID="lblPerPage" runat=server/>條。
目前在頁(yè):<asp:Label id="lblPosition" runat=server/>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkFirstPage" runat=server>
首頁(yè)
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkPrevPage" runat=server>
前頁(yè)
</asp:HyperLink>
<td width=30 align=center>
<asp:HyperLink id="linkNextPage" runat=server>
后頁(yè)
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkLastPage" runat=server>
末頁(yè)
</asp:HyperLink>
</td>
</tr>
</table>
<center>
<asp:table id="tblTopic" width=720 cellpadding=4 cellspacing=1 bgcolor=#000000 align=center runat=server>
<asp:TableRow bgcolor=#ffffff valign=bottom>
<asp:TableCell width=30 runat=server>
</asp:TableCell>
<asp:TableCell width=30 runat=server>
</asp:TableCell>
<asp:TableCell class=title width=350 runat=server>
主題
</asp:TableCell>
<asp:TableCell width=60 class=title runat=server>
作者
</asp:TableCell>
<asp:TableCell width=40 class=title runat=server>
回復(fù)
</asp:TableCell>
<asp:TableCell class=title runat=server>
最后回復(fù)時(shí)間
</asp:TableCell>
</asp:TableRow>
</asp:table>
</center>
<table width=720 border=0 cellspacing=1 cellpadding=4 align=center>
<tr bgcolor=#ffffff>
<td width=600>
</TD>
<td width=30 align=center>
<asp:HyperLink id="linkFirstPage1" runat=server>
首頁(yè)
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkPrevPage1" runat=server>
前頁(yè)
</asp:HyperLink>
<td width=30 align=center>
<asp:HyperLink id="linkNextPage1" runat=server>
后頁(yè)
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkLastPage1" runat=server>
末頁(yè)
</asp:HyperLink>
</td>
</tr>
</table>
<br><br>
<table width=720 align=center border=0>
<tr>
<td align=right>
<asp:DropDownList id="selChangeForum" runat=server/>
</td>
</tr>
</table>
</form>
<table width=720 border=0 cellpadding=4 align=center>
<tr valign=bottom>
<td width=200 align=left>
<img src='http://edu.chinaz.com/Get/Program/Net/images/closedb.gif'>
自從您上次訪問(wèn)后有新貼子。
</td>
<td align=left width=150>
(<img src='http://edu.chinaz.com/Get/Program/Net/images/hotclosedb.gif'>
回復(fù)超過(guò)10張。)
</td>
<td> </td>
</tr>
<tr valign=bottom>
<td align=left>
<img src='http://edu.chinaz.com/Get/Program/Net/images/closed.gif'>
自從您上次訪問(wèn)后沒(méi)有新貼子。
</td>
<td align=left>
(<img src='http://edu.chinaz.com/Get/Program/Net/images/hotclosed.gif'>
回復(fù)超過(guò)5張。)
</td>
<td> </td>
</tr>
<tr>
<td colspan=3 align=left>
<img src='http://edu.chinaz.com/Get/Program/Net/images/lock.gif'>
關(guān)閉的主題 - 不接受回復(fù)。
</td>
</tr>
<td colspan=3 align=center>
<asp:imagebutton id="btnPostNew1" src = 'images/post.gif' border=0 runat=server/>
</a>
</td>
</tr>
</table><br><br>
<%ShowBottom() ;%>