📄 bbscontent.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BBSContent.aspx.cs" Inherits="DesktopModules_BBS_BBSContent" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>目录列表</title>
<LINK href="../../Css/ASPNET2NoLinkCss.css" type="text/css" rel="stylesheet">
</head>
<body bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0">
<form id="form1" runat="server">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#5a7dd1">
<asp:GridView ID="ContentList" BorderWidth="1" BorderColor="#5a7dd1" runat="server" CssClass="GbText" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%" ShowHeader="False">
<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
<SelectedRowStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedRowStyle>
<RowStyle ForeColor="#330099" BackColor="White"></RowStyle>
<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" CssClass="GbText" BackColor="#3B6BD1"></HeaderStyle>
<Columns>
<asp:TemplateField ItemStyle-BorderWidth="1" ItemStyle-BorderColor="#5a7dd1">
<ItemTemplate>
<table width="100%" border="0">
<tr>
<td bgcolor="#5a7dd1"><font color="white"><a href="AddContent.aspx?TitleID=<%# Eval("TitleID") %>"><font color="white">[回复文章]</font></a>
<a href='../User/ViewUser.aspx?UserID=<%# Eval("User.UserID") %>'><font color="white">[本篇作者:<%# Eval("User.UserName") %>]</font><</a>
</td>
</tr>
<tr>
<td>发帖人:<%# Eval("User.UserName") %>(<%# Eval("User.AliasName") %>)
</td>
</tr>
<tr>
<td>标 题:<%# Eval("Desn") %>
</td>
</tr>
<tr>
<td>发信站:ASPNET3.5BBS(<%# Eval("CreateDate") %>),站内
</td>
</tr>
<tr>
<td><br /><%# FormatBody(Eval("Body").ToString()) %><br />
</td>
</tr>
<tr>
<td><hr size="1" width="98%" />
</td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -