📄 reply.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Reply.aspx.cs" Inherits="Reply" %>
<!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/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<TABLE width="645" border="0" align="center" cellPadding="0" cellSpacing="1" bgcolor="#cccccc"
id="Table1" style="WIDTH: 645px; HEIGHT: 312px">
<TR>
<TD height="30" bgcolor="#f7f7f7">
留言内容:<asp:label id="Label1" runat="server">Label</asp:label></TD>
</TR>
<TR>
<TD height="30" align="center" bgcolor="#f7f7f7"><!--#include file="ubb/getubb.aspx"-->
<asp:textbox id="Content" runat="server" TextMode="MultiLine" Width="419px" Height="232px" CssClass="input"></asp:textbox><br> <!--#include file="face.aspx"--></TD>
</TR>
<TR>
<TD height="30" align="center" bgcolor="#f7f7f7">
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="images/hf.gif" OnClick="ImageButton1_Click"></asp:ImageButton>
<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="images/del.gif" OnClick="ImageButton2_Click"></asp:ImageButton></TD>
</TR>
</TABLE>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -