?? writeback.aspx
字號:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Default2" Codebehind="WriteBack.aspx.cs" %>
<!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>無標(biāo)題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table id="wbt" border="1" style="width: 500px; ">
<tr>
<td style="width: 100%; height:25px">
留言作者:<asp:Label ID="LMOwner" runat="server" Text="OwnerName" Height="21px" Width="100px"></asp:Label>
<asp:Label ID="LMSubmittime" runat="server" Text="Datetime" Height="18px" Width="180px" Font-Size="Smaller" Font-Italic="True" ForeColor="DarkGray"></asp:Label></td>
</tr>
<tr>
<td style="width: 100%; font-size:small; color: background; vertical-align: text-top; text-align: left; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;">
<asp:Label ID="LMContents" runat="server" Text="Label" Height="100%" Width="100%" style="word-break : break-all;"></asp:Label></td>
</tr>
<tr>
<td style="width: 100%; height:25px">
您的用戶名:<asp:TextBox ID="YourName" runat="server" Height="21px" Width="200px"></asp:TextBox><span></span><%--<asp:Label ID="YourName" runat="server" Text="Yourname" Height="21px" Width="200px"></asp:Label>--%>
<span style="color: #ff0033">*</span>
</tr>
<tr>
<td style="width: 100%; height:25px">
QQ/MSN:<span><asp:TextBox ID="YourQQMSN" runat="server" Height="21px" Width="200px"></asp:TextBox></span>
<span style="font-size: 10pt; color: appworkspace">(可選)</span>
</tr>
<tr>
<td style="width: 100%; height:100px">
回復(fù)信息:<span style="font-size:small; color:Gray">(按 Ctrl+Enter 提交)</span><br />
<asp:TextBox ID="WBContent" runat="server" Height="80px" TextMode="MultiLine" Width="390px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100%; height:30px; text-align: center;">
<asp:Button ID="WBB" runat="server" Width="80px" Text="回復(fù)" OnClick="Submit_Click" />
<asp:Button ID="Back" runat="server" Width="80px" Text="回到主頁" OnClick="Back_Click" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -