📄 message_no.aspx
字号:
<%@ Page language="c#" Codebehind="message_no.aspx.cs" AutoEventWireup="false" Inherits="Websystem.admin.message_no" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>message</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<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">
<base target="_self">
<LINK href="../css/style.css" type="text/css" rel="stylesheet">
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" marginwidth="0" marginheight="0">
<form id="Form1" method="post" runat="server">
<div align="center">
<TABLE style="TABLE-LAYOUT: fixed" height="100%" cellSpacing="0" cellPadding="0" width="98%"
border="0">
<TBODY>
<TR height="3" width="100%">
<TD>
<TABLE style="TABLE-LAYOUT: fixed" height="3" cellSpacing="0" cellPadding="0" width="100%"
border="0">
<TBODY>
<TR height="1">
<TD width="1"></TD>
<TD width="1"></TD>
<TD width="1"></TD>
<TD bgColor="#dcdcdc"></TD>
<TD width="1"></TD>
<TD width="1"></TD>
<TD width="1"></TD>
</TR>
<TR height="1">
<TD></TD>
<TD bgColor="#dcdcdc" colSpan="2"></TD>
<TD bgColor="#f7f8f9"></TD>
<TD bgColor="#dcdcdc" colSpan="2"></TD>
<TD></TD>
</TR>
<TR height="1">
<TD></TD>
<TD bgColor="#dcdcdc"></TD>
<TD bgColor="#f7f8f9" colSpan="3"></TD>
<TD bgColor="#dcdcdc"></TD>
<TD></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<TABLE style="TABLE-LAYOUT: fixed" height="100%" cellSpacing="0" cellPadding="0" border="0">
<TBODY>
<TR>
<TD width="1" bgColor="#dcdcdc"></TD>
<TD id="oINNER" bgColor="#ffffff">
<table id="table1" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM: 1px dotted; BORDER-RIGHT-WIDTH: 1px"
align="left" colSpan="3" height="24"><font color="#999999"><b>
留言管理 </b></font> <input type="radio" value="V1" name="R1" onclick="location.href='message_yes.aspx'">已回复
<input type="radio" value="V2" name="R1" checked onclick="location.href='message_no.aspx'">未回复
<input type="radio" value="V3"name="R1" onclick="location.href='message.aspx'">全
部
</td>
</tr>
<tr>
<td vAlign="top" align="left" bgColor="#ffffff"><TABLE id="table2" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD vAlign="top" align="left"><asp:datagrid id="MyDataGrid" runat="server" AutoGenerateColumns="False" BorderColor="Black" BorderWidth="1px"
CellPadding="3" AllowPaging="True" HorizontalAlign="Center" AlternatingItemStyle-BackColor="#eeeeee" HeaderStyle-BackColor="#aaaadd"
Font-Size="8pt" Font-Name="Verdana" OnPageIndexChanged="MyDataGrid_Page" PagerStyle-HorizontalAlign="Right" PagerStyle-Mode="NumericPages"
PageSize="13" Font-Names="Verdana" Width="100%">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#EEEEEE"></AlternatingItemStyle>
<ItemStyle ForeColor="#000066"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<Columns>
<asp:TemplateColumn HeaderText="删除">
<HeaderStyle HorizontalAlign="Center" Width="5%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<HeaderTemplate>
<FONT face="宋体"><INPUT class="button1" type="submit" value="删除"></FONT>
</HeaderTemplate>
<ItemTemplate>
<INPUT id="delid" name="delid" type="checkbox" value="<%# DataBinder.Eval(Container.DataItem,"id")%>">
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="是否回复">
<HeaderStyle HorizontalAlign="Center" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<asp:Label id="Label1" runat="server">
<%# mes.get_message(DataBinder.Eval(Container.DataItem,"id").ToString())%>
</asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:HyperLinkColumn DataNavigateUrlField="id" DataNavigateUrlFormatString="message_look.aspx?id={0}"
DataTextField="title" HeaderText="标 题">
<HeaderStyle HorizontalAlign="Center" Width="28%"></HeaderStyle>
</asp:HyperLinkColumn>
<asp:BoundColumn DataField="user_name" HeaderText="发布人">
<HeaderStyle HorizontalAlign="Center" Width="7%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="user_EMAIL" HeaderText="EMAIL">
<HeaderStyle HorizontalAlign="Center" Width="20%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="USER_TEL" HeaderText="电 话">
<HeaderStyle HorizontalAlign="Center" Width="20%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="inputtime" HeaderText="发布日期" DataFormatString="{0:yyyy-MM-dd}">
<HeaderStyle HorizontalAlign="Center" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
</asp:datagrid>
<P style="FONT-SIZE: 9pt" align="center"><asp:label id="lblPageCount" runat="server"></asp:label>
<asp:label id="lblCurrentIndex" runat="server"></asp:label>
<asp:linkbutton id="btnFirst1" onclick="PagerButtonClick" runat="server" Font-Name="verdana" ForeColor="navy"
Font-size="8pt" CommandArgument="0"></asp:linkbutton>
<asp:linkbutton id="btnPrev1" onclick="PagerButtonClick" runat="server" Font-Name="verdana" ForeColor="navy"
Font-size="8pt" CommandArgument="prev"></asp:linkbutton>
<asp:linkbutton id="btnNext1" onclick="PagerButtonClick" runat="server" Font-Name="verdana" ForeColor="navy"
Font-size="8pt" CommandArgument="next"></asp:linkbutton>
<asp:linkbutton id="btnLast1" onclick="PagerButtonClick" runat="server" Font-Name="verdana" ForeColor="navy"
Font-size="8pt" CommandArgument="last"></asp:linkbutton></P>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</TD>
<TD width="1" bgColor="#dcdcdc"></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR height="3" width="100%">
<TD>
<TABLE style="TABLE-LAYOUT: fixed" height="3" cellSpacing="0" cellPadding="0" width="100%"
border="0">
<TBODY>
<TR height="1">
<TD width="1"></TD>
<TD width="1" bgColor="#dcdcdc"></TD>
<TD width="1" bgColor="#f7f8f9"></TD>
<TD bgColor="#f7f8f9"></TD>
<TD width="1" bgColor="#f7f8f9"></TD>
<TD width="1" bgColor="#dcdcdc"></TD>
<TD width="1"></TD>
</TR>
<TR height="1">
<TD></TD>
<TD bgColor="#dcdcdc" colSpan="2"></TD>
<TD bgColor="#f7f8f9"></TD>
<TD bgColor="#dcdcdc" colSpan="2"></TD>
<TD></TD>
</TR>
<TR height="1">
<TD colSpan="3"></TD>
<TD bgColor="#dcdcdc"></TD>
<TD colSpan="3"></TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
</div>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -