📄 talk.aspx
字号:
<%@ Page language="c#" Codebehind="talk.aspx.cs" AutoEventWireup="false" Inherits="gllbysj.talk" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>影片评论</title>
<meta content="Microsoft Visual Studio .NET 7.1" 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="css/css.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<DIV align="center">
<HR width="100%" color="#00ccff" SIZE="1">
</DIV>
<DIV align="left">
<asp:label id="Label6" runat="server" ForeColor="#8080FF" Height="16px" Font-Size="X-Small"
Width="120px"></asp:label></DIV>
<DIV align="center">
<TABLE id="Table2" style="WIDTH: 662px; HEIGHT: 136px" cellSpacing="1" cellPadding="1"
width="662" border="1" borderColor="#6633cc">
<TR>
<TD style="WIDTH: 126px" noWrap align="right">
<asp:image id="Image1" runat="server" Height="128px" Width="119px"></asp:image></TD>
<TD>
<asp:label id="Label12" runat="server" Height="97px" Width="545px" Font-Size="X-Small"></asp:label></TD>
</TR>
</TABLE>
</DIV>
<DIV align="center">
<TABLE id="Table1" style="WIDTH: 681px; HEIGHT: 742px" cellSpacing="1" cellPadding="1"
width="681" border="1" borderColor="#6633cc">
<TR>
<TD>
<DIV align="center"> </DIV>
<P align="center">
</P>
<DIV align="center">
<asp:datalist id="DataList1" runat="server" Width="662px" Height="448px">
<HeaderTemplate>
<P><FONT face="新宋体" size="2">用户评论</FONT>
<HR width="100%" color="#0066ff" SIZE="1">
<P></P>
</HeaderTemplate>
<ItemTemplate>
<TABLE id="Table4" style="WIDTH: 641px; HEIGHT: 61px" cellSpacing="1" cellPadding="1" width="641"
border="0">
<TR>
<TD noWrap colSpan="2">
<asp:Label id="Label1" runat="server" Width="632px" Font-Size="XX-Small" Height="39px">
<%# DataBinder.Eval(Container.DataItem,"msg") %>
</asp:Label></TD>
</TR>
<TR>
<TD noWrap colSpan="2">
<asp:Label id="Label3" runat="server" Width="108px" Font-Size="XX-Small">用户:<%# DataBinder.Eval(Container.DataItem,"autor") %></asp:Label>
<asp:Label id="Label4" runat="server" Width="204px" Font-Size="XX-Small" Height="5px">
<%# DataBinder.Eval(Container.DataItem,"times")%>
</asp:Label> </TD>
</TR>
</TABLE>
</ItemTemplate>
<SeparatorTemplate>
<HR width="100%" color="deepskyblue" SIZE="1">
</SeparatorTemplate>
</asp:datalist></DIV>
<P align="center">
<TABLE id="Table5" style="WIDTH: 669px; HEIGHT: 172px" cellSpacing="1" cellPadding="1"
width="669" border="0">
<TR>
<TD noWrap>
<asp:Label id="Label2" runat="server" Font-Size="XX-Small" Width="101px"></asp:Label>
<asp:Label id="Label5" runat="server" Font-Size="X-Small">显示1—10</asp:Label>
<asp:Label id="Label13" runat="server" Font-Size="XX-Small" ForeColor="#8080FF">当前页</asp:Label>
<asp:Label id="Label14" runat="server" Font-Size="XX-Small" ForeColor="#8080FF">1</asp:Label>
<asp:Label id="Label15" runat="server" Font-Size="XX-Small" ForeColor="#8080FF"></asp:Label>
<asp:LinkButton id="LinkButton4" runat="server" Font-Size="XX-Small">上一页</asp:LinkButton>
<asp:LinkButton id="LinkButton5" runat="server" Font-Size="XX-Small">下一页</asp:LinkButton></TD>
</TR>
<TR>
<TD noWrap>
<TABLE id="Table8" style="WIDTH: 485px; HEIGHT: 140px" cellSpacing="1" cellPadding="1"
width="485" border="0">
<TR>
<TD style="WIDTH: 59px"></TD>
<TD style="WIDTH: 59px" colSpan="3">
<asp:Label id="Label9" runat="server" ForeColor="#8080FF" Height="8px" Font-Size="XX-Small"
Width="112px">发表评论</asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 59px"></TD>
<TD style="WIDTH: 59px" colSpan="3">
<asp:TextBox id="tb2" runat="server" Height="113px" Width="646px" MaxLength="50"></asp:TextBox></TD>
</TR>
</TABLE>
<asp:Label id="Label10" runat="server" ForeColor="#8080FF" Font-Size="XX-Small">用户:</asp:Label>
<asp:Label id="Label11" runat="server" ForeColor="#8080FF" Font-Size="XX-Small" Width="84px">用户尚末登陆</asp:Label>
<asp:LinkButton id="Linkbutton8" runat="server" ForeColor="Blue" Font-Size="XX-Small" CommandName="pinglun">发表评论</asp:LinkButton></TD>
</TR>
</TABLE>
</P>
</TD>
</TR>
</TABLE>
</DIV>
</FONT>
</form>
<FONT face="宋体">
</FONT>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -