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
71</asp:tablecell>
72<asp:tablecell runat="server" width="30">
73
74</asp:tablecell>
75<asp:tablecell class="title" runat="server" width="350">
76主题
77</asp:tablecell>
78<asp:tablecell class="title" runat="server" width="60">
79作者
80</asp:tablecell>
81<asp:tablecell class="title" runat="server" width="40">
82回复
83</asp:tablecell>
84<asp:tablecell class="title" runat="server">
85最后回复时间
86</asp:tablecell>
87</asp:tablerow>
88</asp:table>
89</center>
90<table align="center" border="0" cellpadding="4" cellspacing="1" width="720">
91<tr bgcolor="#ffffff">
92<td width="600">
93
94</td>
95<td align="center" width="30">
96<asp:hyperlink id="linkFirstPage1" runat="server">
97首页
98</asp:hyperlink>
99</td>
100<td align="center" width="30">
101<asp:hyperlink id="linkPrevPage1" runat="server">
102前页
103</asp:hyperlink>
104<td align="center" width="30">
105<asp:hyperlink id="linkNextPage1" runat="server">
106后页
107</asp:hyperlink>
108</td>
109<td align="center" width="30">
110<asp:hyperlink id="linkLastPage1" runat="server">
111末页
112</asp:hyperlink>
113</td>
114</td></tr>
115</table>
116<br/><br/>
117<table align="center" border="0" width="720">
118<tr>
119<td align="right">
120<asp:dropdownlist id="selChangeForum" runat="server/">
121</asp:dropdownlist></td>
122</tr>
123</table>
124</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() ;