當前位置:開發者網絡 >> 技術教程 >> ASP教程 >> ASP應用 >> 內容
精彩推薦
分類最新教程
分類熱點教程
    
asp+的論壇列表程序---頁面部分
作者:未知
日期:2004-08-25
人氣:
投稿:xiaxia(轉貼)
來源:未知
字體:
收藏:加入瀏覽器收藏
以下正文:
【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("論壇首頁");%>

<form runat=server>

<table width=720 align=center border=0>
<tr>
<td width=30 align=left>
<img ID="imgNew" src="images/off.gif">
</td>
<td width=400>(<asp:Label ID="lblTopicCounts1" runat=server/>)
<asp:Label ID = "lblForumName" runat=server/>

版主:<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>

<img src='images/tline.gif'>
<img src = '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/>




<table width=720 border=0 cellspacing=1 cellpadding=4 align=center>
<tr bgcolor=#ffffff>
<td width=600>
共<asp:Label id="lblTopicCounts" runat=server/>個主題,
每頁顯示<asp:Label ID="lblPerPage" runat=server/>條。
目前在頁:<asp:Label id="lblPosition" runat=server/>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkFirstPage" runat=server>
首頁
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkPrevPage" runat=server>
前頁
</asp:HyperLink>
<td width=30 align=center>
<asp:HyperLink id="linkNextPage" runat=server>
後頁
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkLastPage" runat=server>
末頁
</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>
回復
</asp:TableCell>
<asp:TableCell class=title runat=server>
最後回復時間
</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>
首頁
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkPrevPage1" runat=server>
前頁
</asp:HyperLink>
<td width=30 align=center>
<asp:HyperLink id="linkNextPage1" runat=server>
後頁
</asp:HyperLink>
</td>
<td width=30 align=center>
<asp:HyperLink id="linkLastPage1" runat=server>
末頁
</asp:HyperLink>
</td>
</tr>
</table>





<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='images/closedb.gif'>
自從您上次訪問後有新貼子。
</td>
<td align=left width=150>
(<img src='images/hotclosedb.gif'>
回復超過10張。)
</td>
<td> </td>
</tr>
<tr valign=bottom>
<td align=left>
<img src='images/closed.gif'>
自從您上次訪問後沒有新貼子。
</td>
<td align=left>
(<img src='images/hotclosed.gif'>
回復超過5張。)
</td>
<td> </td>
</tr>
<tr>
<td colspan=3 align=left>
<img src='images/lock.gif'>
關閉的主題 - 不接受回復。
</td>
</tr>
<td colspan=3 align=center>
<asp:imagebutton id="btnPostNew1" src = 'images/post.gif' border=0 runat=server/>
</a>
</td>
</tr>
</table>



<%ShowBottom() ;%>
相關文章: