asp+的论坛列表程序---页面部分
--------------------------------------------------------------------------------
【bigeagle】 于 2000-11-13 15:38:10 加贴在 Joy ASP ↑:
1@ Page Inherits="Forum" Src="source/forum.cs" Trace="false"
1@ Register TagPrefix="Acme" TagName="Navigator" Src="acme/navigator.aspc"
1ShowHead("论坛首页");
1<form runat="server">
2<table align="center" border="0" width="720">
3<tr>
4<td align="left" width="30">
5<img id="imgNew" src="images/off.gif"/>
6</td>
7<td width="400">(<asp:label id="lblTopicCounts1" runat="server/">)
8<asp:label id="lblForumName" runat="server/">
9<br/>版主:<img height="20" id="imgOICQ" runat="server/" width="20"/>
10<asp:hyperlink id="linkMaster" runat="server/">
11</asp:hyperlink></asp:label></asp:label></td>
12<td>
13<table align="left" border="0" width="100%">
14<tr>
15<td align="left">
16<img src="images/open.gif"/>
17<a href="default.aspx">
18<span class="bigtitle">
19eMatters Board
20</span></a>
21<br/><img src="images/tline.gif"/>
22<img src="images/closed.gif"/>
23<asp:label class="title" id="lblForumName1" runat="server/">
24</asp:label></td></tr>
25</table>
26</td>
27</tr>
28</table>
29<table align="center" border="0" width="720">
30<tr>
31<td align="right">
32<asp:imagebutton border="0" id="btnPostNew" runat="server/" src="images/post.gif">
33</asp:imagebutton></td>
34</tr>
35</table>
36<acme:navigator runat="server/">
37<br/><br/>
38<table align="center" border="0" cellpadding="4" cellspacing="1" width="720">
39<tr bgcolor="#ffffff">
40<td width="600">
41共<asp:label id="lblTopicCounts" runat="server/">个主题,
42每页显示<asp:label id="lblPerPage" runat="server/">条。
43目前在页:<asp:label id="lblPosition" runat="server/">
44</asp:label></asp:label></asp:label></td>
45<td align="center" width="30">
46<asp:hyperlink id="linkFirstPage" runat="server">
47首页
48</asp:hyperlink>
49</td>
50<td align="center" width="30">
51<asp:hyperlink id="linkPrevPage" runat="server">
52前页
53</asp:hyperlink>
54<td align="center" width="30">
55<asp:hyperlink id="linkNextPage" runat="server">
56后页
57</asp:hyperlink>
58</td>
59<td align="center" width="30">
60<asp:hyperlink id="linkLastPage" runat="server">
61末页
62</asp:hyperlink>
63</td>
64</td></tr>
65</table>
66<center>
67<asp:table align="center" bgcolor="#000000" cellpadding="4" cellspacing="1" id="tblTopic" runat="server" width="720">
68<asp:tablerow bgcolor="#ffffff" valign="bottom">
69<asp:tablecell runat="server" width="30">
70</asp:tablecell>
71<asp:tablecell runat="server" width="30">
72</asp:tablecell>
73<asp:tablecell class="title" runat="server" width="350">
74主题
75</asp:tablecell>
76<asp:tablecell class="title" runat="server" width="60">
77作者
78</asp:tablecell>
79<asp:tablecell class="title" runat="server" width="40">
80回复
81</asp:tablecell>
82<asp:tablecell class="title" runat="server">
83最后回复时间
84</asp:tablecell>
85</asp:tablerow>
86</asp:table>
87</center>
88<table align="center" border="0" cellpadding="4" cellspacing="1" width="720">
89<tr bgcolor="#ffffff">
90<td width="600">
91</td>
92<td align="center" width="30">
93<asp:hyperlink id="linkFirstPage1" runat="server">
94首页
95</asp:hyperlink>
96</td>
97<td align="center" width="30">
98<asp:hyperlink id="linkPrevPage1" runat="server">
99前页
100</asp:hyperlink>
101<td align="center" width="30">
102<asp:hyperlink id="linkNextPage1" runat="server">
103后页
104</asp:hyperlink>
105</td>
106<td align="center" width="30">
107<asp:hyperlink id="linkLastPage1" runat="server">
108末页
109</asp:hyperlink>
110</td>
111</td></tr>
112</table>
113<br/><br/>
114<table align="center" border="0" width="720">
115<tr>
116<td align="right">
117<asp:dropdownlist id="selChangeForum" runat="server/">
118</asp:dropdownlist></td>
119</tr>
120</table>
121</acme:navigator></form>
1<table align="center" border="0" cellpadding="4" width="720">
2<tr valign="bottom">
3<td align="left" width="200">
4<img src="images/closedb.gif"/>
5自从您上次访问后有新贴子。
6</td>
7<td align="left" width="150">
8(<img src="images/hotclosedb.gif"/>
9回复超过10张。)
10</td>
11<td> </td>
12</tr>
13<tr valign="bottom">
14<td align="left">
15<img src="images/closed.gif"/>
16自从您上次访问后没有新贴子。
17</td>
18<td align="left">
19(<img src="images/hotclosed.gif"/>
20回复超过5张。)
21</td>
22<td> </td>
23</tr>
24<tr>
25<td align="left" colspan="3">
26<img src="images/lock.gif"/>
27关闭的主题 - 不接受回复。
28</td>
29</tr>
30<td align="center" colspan="3">
31<asp:imagebutton border="0" id="btnPostNew1" runat="server/" src="images/post.gif">
32
33</asp:imagebutton></td>
34
35</table>
1<br/>
1<br/>
1ShowBottom() ;