📄 notecontent.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="notecontent.aspx.cs" Inherits="users_notecontent" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div>
<center>
<table border="0" cellpadding="0" cellspacing="0" width="900";">
<tr>
<td align="center" style="height: 45px; width: 838px;"><img src="image/top.jpg" id="IMG1" onclick="return IMG1_onclick() " height="100" alt="luolili" style="width: 866px"/>
</td>
</tr>
</table>
<table>
<tr>
<td style="height: 24px; width: 839px;">
<a href="index.aspx"><font color=green><b>首页</b></font></a>
<asp:Label ID="label3" runat="server"><a href="sto.aspx"><font color=green><b>购物车</b></font></a></asp:Label>
<asp:Label ID="label4" runat="server"><a href="shoucang.aspx"><font color=green><b>我的收藏夹</b></font></a></asp:Label>
<asp:Label ID="label5" runat="server"><a href="petnews.aspx"><font color=green><b>宠物新闻</b></font></a></asp:Label>
<asp:Label ID="label6" runat="server"><a href="note.aspx"><font color=green><b>留言板</b></font></a></asp:Label>
<asp:Label ID="label7" runat="server"><a href="aboutus.aspx"><font color=green><b>关于我们</b></font></a></asp:Label>
<asp:Label ID="label9" runat="server"><a href="../login.aspx"><font color=green><b>后台管理</b></font></a></asp:Label>
</td>
</tr>
</table>
</center>
<center>
<table>
<tr>
<td style="width: 49px; height: 25px" align="right">
<asp:Image ID="Image1" runat="server" Height="40px" ImageUrl="image/QQ啊啊1.jpg"
Width="37px" /></td>
<td style="width: 761px; height: 25px" align="left">
<font size=4>留言板</font>
</td>
</tr>
</table>
</center>
<center>
<a href="index.aspx">返回登陆</a>
<table border="1">
<tr>
<td style="width: 757px" align="left">
标题:
<asp:Label ID="Label8" runat="server" Width="596px"></asp:Label></td>
</tr>
<tr>
<td style="width: 757px; height: 206px;" align="left" valign="top">
<asp:TextBox ID="TextBox1" runat="server" Height="124px" Width="725px" TextMode="MultiLine" ></asp:TextBox><br />
<br />
<br />
<asp:Label ID="Label1" runat="server" Width="147px"></asp:Label>
发表于:
<asp:Label ID="Label2" runat="server" Width="166px"></asp:Label>
<a href="#answer"><asp:Button ID="Button1" runat="server" Text="回复" Width="87px" OnClick="Button1_Click" /></a>
</td>
</tr>
</table>
<br><br>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Height="151px" Width="754px">
<Columns>
<asp:TemplateField >
<ItemTemplate>
<table>
<tr>
<th align=left valign=top>
回复
</th>
</tr>
<tr>
<td align="left" valign="top">
<asp:TextBox ID="TextBoxa" runat="server" Height="100px" Width="754px" TextMode="MultiLine" Text='<%# DataBinder.Eval(Container.DataItem,"answercontent")%>'></asp:TextBox><br />
</td>
</tr>
<tr>
<td align="left">
<asp:Label ID="Label1" runat="server" Width="147px" Text='<%# DataBinder.Eval(Container.DataItem,"answeruser")%>'></asp:Label>
发表于:
<asp:Label ID="Label2" runat="server" Width="166px" Text='<%# DataBinder.Eval(Container.DataItem,"answertime")%>'></asp:Label>
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</center>
<center>
<table border="1">
<tr>
<th align="left">
<a name=answer> 我也来说几句:</a>
</th>
</tr>
<tr>
<td style="width: 761px; height: 100px" align="left" valign="top">
<asp:TextBox ID="TextBox2" runat="server" Height="156px" Width="746px" TextMode="MultiLine"></asp:TextBox><br />
<br />
<asp:Button
ID="Button2" runat="server" OnClick="Button2_Click" Text="发表" Width="73px" />
<asp:Button ID="Button3" runat="server"
OnClick="Button3_Click" Text="重置" Width="77px" />
</td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -