📄 showforum.aspx
字号:
<%@ Page language="c#" Codebehind="ShowForum.aspx.cs" AutoEventWireup="false" Inherits="BSNetExam.ExamForum.ShowForum" %>
<HTML>
<HEAD>
<title>论坛列表信息</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script language="javascript" src="../CSS/NORightMouse.js"></script>
<LINK href="../CSS/STYLE.CSS" type="text/css" rel="stylesheet">
</HEAD>
<body style="OVERFLOW-Y: hidden; OVERFLOW-X: hidden" leftMargin="0" topMargin="0" rightMargin="0"
MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
<TR>
<td><br>
</td>
<td><br>
</td>
<td><br>
</td>
</TR>
<tr>
<td vAlign="top" align="left" width="9" height="1"><IMG height="1" src="../image/mmleft.gif" width="9" border="0"></td>
<td vAlign="top" align="left" bgColor="#000000" height="1"><IMG height="1" src="../image/mmshim.gif" border="0"></td>
<td vAlign="top" align="left" width="8" height="1"><IMG height="1" src="../image/mmright.gif" width="8"></td>
</tr>
<tr>
<td vAlign="top" align="left" width="9" height="8"><IMG height="8" src="../image/mmtopleft.gif" width="9"></td>
<td vAlign="top" align="left" height="8"><IMG height="1" src="../image/mmshim.gif" width="1"></td>
<td vAlign="top" align="right" width="8" height="8"><IMG height="8" src="../image/mmtopright.gif" width="8"></td>
</tr>
<tr>
<td align="left" width="9" background="../image/mmmainnavmidl.gif"><IMG height="1" src="../image/mmshim.gif" width="9"></td>
<td vAlign="top" align="left" bgColor="#ffffff" height="420">
<!--内容-->
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="480" align="center" border="0">
<tr>
<td><br>
</td>
</tr>
<tr height="25">
<td align="center"><font style="FONT-SIZE: 16px" face="黑体" color="#0054a6">贴子列表信息</font></td>
</tr>
<tr>
<td>标题:<asp:textbox id="txtTitle" runat="server" CssClass="text" Width="208px"></asp:textbox>
<asp:imagebutton id="ImgButTitle" runat="server" ImageUrl="../image/button/butQuery.gif"></asp:imagebutton> <asp:imagebutton id="ImgNewForum" runat="server" ImageUrl="../image/button/butNewForum.gif"></asp:imagebutton> <a href="ListForum.aspx"><IMG alt="" src="../image/button/butreturn.gif" border="0"></a></td>
</tr>
<TR>
<td><asp:datagrid id="DataGridForum" runat="server" PageSize="15" CellPadding="0" BorderWidth="1px"
AllowPaging="True" AutoGenerateColumns="False" Width="100%">
<HeaderStyle HorizontalAlign="Center" ForeColor="White" BackColor="#076AA3"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="ID" HeaderText="ID"></asp:BoundColumn>
<asp:TemplateColumn>
<HeaderStyle Width="20px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<IMG alt="" src="../image/dan.gif">
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="标题">
<ItemTemplate>
<asp:Label id=labTitle runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"Title") %>'>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="CreatMan" HeaderText="作者">
<HeaderStyle Width="60px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="ReadNum" HeaderText="浏览">
<HeaderStyle Width="40px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" Mode="NumericPages"></PagerStyle>
</asp:datagrid></td>
</TR>
</TABLE>
</td>
<td vAlign="top" align="right" width="8" background="../image/mmnavmidd.gif"><IMG height="1" src="../image/mmshim.gif" width="8"></td>
</tr>
<tr>
<td vAlign="top" align="left" bgColor="#000000" colSpan="3" height="1"><IMG height="1" src="../image/mmshim.gif"></td>
</tr>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -