?? bbs.aspx
字號:
<%@ Page language="c#" Codebehind="BBS.aspx.cs" AutoEventWireup="false" Inherits="Web.BBS" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>留言本</title>
<meta content="Microsoft Visual Studio 7.0" 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">
<LINK href="../Common/common.css" type="text/css" rel="STYLESHEET">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<center>
<table height="3" cellSpacing="1" cellPadding="4" width="90%" border="0">
<tr bgColor="#dddddd" height="25">
<td width="528" style="WIDTH: 528px">歡迎您:<%=strUserName%></td>
<td align="right"><a href="../index.aspx">返回首頁</a></td>
</tr>
</table>
<asp:table id="tblMain" Width="90%" Runat="server">
<asp:TableRow>
<asp:TableCell>
<asp:repeater id="repView" runat="server" EnableViewState="False">
<ItemTemplate>
<asp:Table Runat="server" ID="tblShow" style="WORD-BREAK: break-all" BorderStyle="notset" GridLines="Both" CellPadding="10" CellSpacing="0" BorderWidth="1" BorderColor="#dddddd" Width="100%">
<asp:TableRow Height="20">
<asp:TableCell RowSpan="3" Font-Bold="true" HorizontalAlign="Center" VerticalAlign="Middle" BackColor="WhiteSmoke" Width="130px">
<%#DataBinder.Eval(Container,"Dataitem(2)")%>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow Height="20">
<asp:TableCell style="WORD-WRAP: break-word" BackColor="WhiteSmoke">
<%#DataBinder.Eval(Container,"Dataitem(1)")%>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell HorizontalAlign="Right">留言時間:<%#DataBinder.Eval(Container,"Dataitem(3)")%></asp:TableCell>
</asp:TableRow>
</asp:Table>
</ItemTemplate>
</asp:repeater>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell>
<table align="right">
<tr>
<td width="100%">
<asp:button id="firstPage" Height="20" BorderStyle="Groove" runat="server" Text="首頁" EnableViewState="False"></asp:button>
<asp:button id="previousPage" Height="20" BorderStyle="Groove" runat="server" Text="上一頁" EnableViewState="False"></asp:button>
<asp:button id="nextPage" Height="20" BorderStyle="Groove" runat="server" Text="下一頁" EnableViewState="False"></asp:button>
<asp:button id="lastPage" Height="20" BorderStyle="Groove" runat="server" Text="尾頁" EnableViewState="False"></asp:button>
<asp:label id="Label1" runat="server">選擇分頁:</asp:label>
<asp:dropdownlist id="dlPage" Height="20" runat="server" AutoPostBack="True"></asp:dropdownlist></td>
</tr>
</table>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell>
<asp:table id="Table1" runat="server" BorderStyle="notset" Width="100%" CellPadding="5" CellSpacing="0" Height="200px" BorderWidth="1px" BorderColor="#dddddd" BackColor="WhiteSmoke">
<asp:TableRow>
<asp:TableCell HorizontalAlign="Right" Width="130px" Text="留言內(nèi)容:"></asp:TableCell>
<asp:TableCell VerticalAlign="Top" ColumnSpan="2">
<asp:TextBox runat="server" Rows="10" TextMode="MultiLine" TabIndex="6" Columns="60" ID="content"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow HorizontalAlign="Center">
<asp:TableCell ColumnSpan="3">
<asp:Button runat="server" Height="20" BorderStyle="Groove" TabIndex="7" ID="btnsend" Text="留言"></asp:Button>
<asp:Button runat="server" Height="20" BorderStyle="Groove" TabIndex="8" ID="btnreset" Text="清除"></asp:Button>
</asp:TableCell>
</asp:TableRow>
</asp:table>
</asp:TableCell>
</asp:TableRow>
</asp:table>
<TABLE id="Table14" cellSpacing="1" cellPadding="4" width="90%" align="center" border="0">
<TR>
<TD align="middle"><SPAN id="Bt_Info"><br>
<P align="center"><FONT color="#000000"><FONT face="Arial">copyright: 2002-2003 </FONT>版權(quán)所有</FONT></P>
</SPAN>
</TD>
</TR>
</TABLE>
</center>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -