📄 reply.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Reply.aspx.cs" Inherits="liuyan_Reply" %>
<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc1" %>
<!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="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<table style="border-right: #3399ff 1px solid; border-top: #3399ff 1px solid; border-left: #3399ff 1px solid;
width: 519px; border-bottom: #3399ff 1px solid">
<tr>
<td colspan="3" style="height: 156px">
<uc1:top ID="Top1" runat="server" />
</td>
</tr>
<tr>
<td colspan="3" style="border-right: #99ffff 1px solid; border-top: #99ffff 1px solid;
border-left: #99ffff 1px solid; border-bottom: #99ffff 1px solid; height: 17px;
background-color: gainsboro">
</td>
</tr>
<tr>
<td colspan="3">
<asp:GridView ID="MyGridView" runat="server" AutoGenerateColumns="False"
BackColor="White" BorderColor="#CC9966" BorderStyle="None" CellPadding="4" EnableViewState="False"
PageSize="1" ShowHeader="False">
<PagerSettings FirstPageText="首页" LastPageText="尾页;" NextPageText="下页" PreviousPageText="上页" />
<FooterStyle BackColor="Olive" ForeColor="#330099" />
<Columns>
<asp:TemplateField HeaderText="123">
<ItemTemplate>
<table id="Table3" boder="0" cellpadding="0" cellspacing="0" class="9" style="width: 760px;
height: 1px; text-align: left">
<tr align="left" valign="top">
<td colspan="1" style="border-right: #3399ff 1px solid; border-top: #3399ff 1px solid;
border-left: #3399ff 1px solid; width: 189px; border-bottom: #3399ff 1px solid;
height: 104px; background-color: #edfbff">
<table cellpadding="0" cellspacing="0" class="bg" style="width: 188px">
<tr>
<td colspan="5" rowspan="3" style="height: 23px; text-align: center">
<img src='headpic/<%#DataBinder.Eval(Container.DataItem,"Headurl") %>' />
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 188px">
<tr>
<td colspan="5" rowspan="3" style="height: 23px">
姓名:<%#DataBinder.Eval(Container.DataItem,"Visitorname") %></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 190px">
<tr>
<td colspan="5" rowspan="3" style="height: 28px">
来自:<%#DataBinder.Eval(Container.DataItem,"VisitorIP") %></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table cellpadding="0" cellspacing="0" style="width: 188px">
<tr>
<td colspan="5" rowspan="3" style="height: 23px; text-align: center">
<a href='tencent://message/?uin=<%#DataBinder.Eval(Container.DataItem,"VisitorQQ") %>&Menu=yes'>
<img alt="点击这里给我发消息" border="0" src="bodypic/QQ.bmp" /></a> <a href='mailto:<%#DataBinder.Eval(Container.DataItem,"Visitoremail") %>'><img
border="0" src="bodypic/web.gif" /></a> <a href='<%#DataBinder.Eval(Container.DataItem,"Visitorweb") %>'>
<img border="0" src="bodypic/email.gif" /></a></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</td>
<td colspan="1" style="width: 30px; height: 104px">
</td>
<td colspan="1" style="border-right: #33ccff 1px solid; border-top: #33ccff 1px solid;
border-left: #33ccff 1px solid; width: 356px; border-bottom: #33ccff 1px solid;
height: 104px; text-align: left">
<table style="width: 559px; height: 30px">
<tr>
<td colspan="5" rowspan="3" style="border-bottom: black 1px dotted; height: 23px;
background-color: #edfbff">
发表于: <span style="color: black"><strong>
<%#DataBinder.Eval(Container.DataItem,"Createdate") %>
</strong> </span>
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<table class="bg" style="width: 560px">
<tr>
<td colspan="5" rowspan="3" style="height: 73px">
<asp:Label ID="lblContent" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"Content") %>'></asp:Label></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<br />
<asp:Panel ID="pnlReply" runat="server" Visible='<%# (int)DataBinder.Eval(Container.DataItem,"ReplyID")==0?false:true %>'
Width="125px">
<br />
<table id="TABLE1" class="bg" onclick="return TABLE1_onclick()" style="border-top: black 1px dotted;
width: 559px; height: 29px; background-color: white">
<tr>
<td class="txtbox1" colspan="5" rowspan="3" style="height: 23px; text-align: left">
<span style="color: crimson"><span style="color: darkred">回复:</span><br />
</span>
<asp:Label ID="lblReply" runat="server" ForeColor="Maroon" Text='<%# DataBinder.Eval(Container.DataItem,"Reply") %>'></asp:Label></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</asp:Panel>
</td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<RowStyle BackColor="White" ForeColor="#330099" />
<SelectedRowStyle BackColor="#FFCC66" Font-Bold="True" ForeColor="#663399" />
<PagerStyle BackColor="#C0FFFF" ForeColor="#330099" HorizontalAlign="Center" />
<HeaderStyle BackColor="#990000" Font-Bold="True" ForeColor="#FFFFCC" />
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="3" style="height: 23px; background-color: #eaffff">
<strong><span style="color: dodgerblue">留言回复</span></strong></td>
</tr>
<tr>
<td>
</td>
<td>
<asp:TextBox ID="txtReply" runat="server" CssClass="txtbox1" ForeColor="Maroon" Height="74px"
TextMode="MultiLine" Width="517px"></asp:TextBox></td>
<td>
</td>
</tr>
<tr>
<td style="height: 20px">
</td>
<td style="height: 20px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" Width="61px" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="取消" Width="61px" /></td>
<td style="height: 20px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -