📄 bbs.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="bbs.aspx.vb" Inherits="companywww.bbs"%>
<%@ Register TagPrefix="uc1" TagName="foot" Src="inc/foot.ascx" %>
<%@ Register TagPrefix="uc1" TagName="head" Src="inc/head.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>
<% =ConfigurationSettings.AppSettings("name") %>
</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
BODY { MARGIN: 0px }
A:link { COLOR: #333333; TEXT-DECORATION: none }
A:visited { COLOR: #333333; TEXT-DECORATION: none }
A:hover { COLOR: #333333; TEXT-DECORATION: underline }
A:active { COLOR: #333333; TEXT-DECORATION: none }
BODY {
COLOR: #333333;
background-image: url(img/bg_all.gif);
}
TD { COLOR: #333333 }
TH { COLOR: #333333 }
.space_tab { FONT-SIZE: 5px }
</style>
<LINK href="sytle/ad_style.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table width="800" height="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td vAlign="top">
<uc1:head id="Head1" runat="server"></uc1:head>
<TABLE id="Table2" height="5" cellSpacing="0" cellPadding="0" width="800" border="0">
<TR>
<TD class="space_tab"> </TD>
</TR>
</TABLE>
<TABLE id="Table1" height="300" cellSpacing="0" cellPadding="0" width="800" border="0">
<TR>
<TD align="center" vAlign="top" height="40"><IMG alt="" src="bbsimg/bbs.gif"></TD>
</TR>
<TR>
<TD vAlign="top" align="center"><BR>
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="600" border="0">
<TR>
<TD class="tb_font2" align="right">〖<a href="bbs_write.aspx" style="COLOR: red; TEXT-DECORATION: none">签写留言</a>〗</TD>
</TR>
<TR>
<TD class="tb_font2" align="center"><BR>
<asp:DataGrid id="DataGrid1" runat="server" Font-Size="13px" AutoGenerateColumns="False" Width="700px"
BorderColor="DimGray" PageSize="15" AllowPaging="True">
<AlternatingItemStyle BackColor="LightGray"></AlternatingItemStyle>
<HeaderStyle BackColor="DarkGray"></HeaderStyle>
<Columns>
<asp:TemplateColumn HeaderText="表情">
<HeaderStyle HorizontalAlign="Center" Width="30px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<img src='bbsimg/<%# container.dataitem("Bt_img") %>.gif'>
</ItemTemplate>
</asp:TemplateColumn>
<asp:HyperLinkColumn DataNavigateUrlField="Bt_id" DataNavigateUrlFormatString="rd_bbs.aspx?Bt_id={0}"
DataTextField="Bt_caption" HeaderText="主题">
<HeaderStyle Width="350px"></HeaderStyle>
</asp:HyperLinkColumn>
<asp:BoundColumn DataField="Bt_name" HeaderText="作者">
<HeaderStyle HorizontalAlign="Center" Width="110px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Bt_count" HeaderText="浏览次数">
<HeaderStyle HorizontalAlign="Center" Width="60px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Bt_time" HeaderText="发表时间">
<HeaderStyle HorizontalAlign="Center" Width="150px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Right" Mode="NumericPages"></PagerStyle>
</asp:DataGrid></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE id="Table3" height="5" cellSpacing="0" cellPadding="0" width="800" border="0">
<TR>
<TD class="space_tab"> </TD>
</TR>
</TABLE>
<uc1:foot id="Foot1" runat="server"></uc1:foot>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -