📄 message.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Message.aspx.cs" Inherits="Message" Title="查看我的会议留言-会议室预定系统" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" style="width: 628px">
<tr>
<td bgcolor="#a43737" style="height: 23px; width: 598px;">
<div align="center" style="font-weight: bold; font-size: 15px; color: #ffffff">
我的会议-查看我的会议留言</div>
</td>
</tr>
<tr>
<td align="center" style="width: 598px">
<asp:DataList ID="dlmeeting" runat="server" BackColor="LightGoldenrodYellow" BorderColor="Tan"
BorderWidth="1px" CellPadding="0" ForeColor="Black" ShowFooter="False" Width="625px">
<FooterStyle BackColor="Tan" />
<SelectedItemStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
<ItemTemplate>
<table id="Table3" align="center" border="1" bordercolor="#336633" bordercolordark="#996633"
bordercolorlight="#999933" language="javascript" onclick="return TABLE1_onclick()"
style="border-left-color: #c1ba8f; border-bottom-color: #c1ba8f; border-top-color: #c1ba8f;
height: 82px; border-right-color: #c1ba8f" width="625">
<tr>
<td align="center" style="width: 132px;">
会议名称:<%#DataBinder.Eval(Container.DataItem, "name")%>
</td>
<td align="center" style="font-weight: normal; width: 132px; color: black;">
开会地点:<%#DataBinder.Eval(Container.DataItem,"addr")%></td>
<td align="center" style="font-weight: normal; width: 166px; color: black;">
开始时间:<%#DataBinder.Eval(Container.DataItem, "begintime")%></td>
<td align="center" colspan="2" style="font-weight: normal; color: black;">
结束时间:<%#DataBinder.Eval(Container.DataItem, "endtime")%></td>
</tr>
<tr>
<td align="center" style="width: 132px; height: 1px">
创建人:<%#DataBinder.Eval(Container.DataItem, "builder")%></td>
<td align="center" style="font-weight: normal; width: 132px; color: black; height: 1px">
会务准备人:<%#DataBinder.Eval(Container.DataItem, "organizer")%></td>
<td align="center" style="font-weight: normal; width: 166px; color: black; height: 1px">
会议状态:<%#DataBinder.Eval(Container.DataItem, "attr")%></td>
<td align="center" colspan="2" style="font-weight: normal; color: black; height: 1px">
提交时间:<%#DataBinder.Eval(Container.DataItem, "datetime")%></td>
</tr>
<tr>
<td align="center" style="font-weight: normal; width: 132px; color: black;">
与会人员:</td>
<td align="left" colspan="4">
<%#DataBinder.Eval(Container.DataItem, "person")%>
</td>
</tr>
<tr>
<td align="center" style="font-weight: normal; width: 132px; color: black">
会务准备说明:</td>
<td align="left" colspan="4">
<%#DataBinder.Eval(Container.DataItem, "organizernote")%>
</td>
</tr>
<tr>
<td align="center" style="font-weight: normal; width: 132px; color: black">
会议内容:</td>
<td align="left" colspan="4">
<%#DataBinder.Eval(Container.DataItem, "content")%>
</td>
</tr>
<tr>
<td align="center" style="font-weight: normal; width: 132px; color: black">
会议纪要:</td>
<td align="left" colspan="4">
<%#DataBinder.Eval(Container.DataItem, "record")%>
</td>
</tr>
</table>
</ItemTemplate>
<AlternatingItemStyle BackColor="PaleGoldenrod" />
<HeaderStyle BackColor="Tan" Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" />
</asp:DataList></td>
</tr>
<tr>
<td align="left" style="width: 598px; font-weight: bold; font-size: 15px; color: white; background-color: #a43737;">
<table border="0" style="width: 625px">
<tr>
<td style="height: 18px; font-weight: bold; font-size: 15px; color: white;" align="right">
留 言 信 息</td>
<td style="height: 18px" align="right"><asp:Button ID="Button5" runat="server" BackColor="#404040" CausesValidation="False"
Height="21px" OnClick="Button5_Click" Style="font-weight: bold; font-size: 13px;
color: white; background-color: #ff6699" Text="发表留言" Width="71px" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" style="font-weight: normal; width: 598px; height: 18px" valign="top">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
<table border="0" style="width: 627px">
<tr>
<td align="center" style="height: 18px; width: 598px;">
<asp:GridView ID="gvmessage" runat="server" AutoGenerateColumns="False" BackColor="LightGoldenrodYellow"
BorderColor="Tan" BorderWidth="1px" CaptionAlign="Top" CellPadding="2" ForeColor="Black"
GridLines="None" OnRowCreated="gvmymeeting_RowCreated" Style="text-align: center"
Width="623px">
<PagerSettings NextPageText="下一页" PreviousPageText="上一页" />
<FooterStyle BackColor="Tan" />
<Columns>
<asp:BoundField DataField="id" HeaderText="编号" ReadOnly="True">
<ItemStyle HorizontalAlign="Left" Width="49px" />
<HeaderStyle Width="30px" />
</asp:BoundField>
<asp:BoundField DataField="fromuser" HeaderText="留言人">
<ItemStyle Width="80px" />
</asp:BoundField>
<asp:BoundField DataField="content" HeaderText="内容">
<ItemStyle Width="350px" />
</asp:BoundField>
<asp:BoundField DataField="datetime" DataFormatString="{0:d}" HeaderText="留言时间">
<ItemStyle Width="110px" />
</asp:BoundField>
<asp:TemplateField>
<HeaderTemplate>
<asp:CheckBox ID="CheckBox2" runat="server" AutoPostBack="True" OnCheckedChanged="CheckBox2_CheckedChanged"
Text="全选" />
</HeaderTemplate>
<ItemStyle Width="50px" />
<ItemTemplate>
<asp:CheckBox ID="itemchk" runat="server" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
<SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" />
<PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" />
<HeaderStyle BackColor="Tan" Font-Bold="True" />
<AlternatingRowStyle BackColor="PaleGoldenrod" />
</asp:GridView>
</td>
</tr>
<tr>
<td align="center" style="height: 17px; width: 598px;">
每页显示<font color="red">6</font>条 共有<asp:Label ID="lblRecordCount" runat="server"
Font-Bold="True" ForeColor="Red"></asp:Label>条 当前是第<asp:Label ID="Labelye" runat="server"
Font-Bold="True" ForeColor="Red" Text="1"></asp:Label>/<asp:Label ID="lblPageCount"
runat="server" Font-Bold="True" ForeColor="Red"></asp:Label>页
<asp:Button ID="Button1" runat="server" BackColor="Fuchsia" CausesValidation="False"
Height="20px" OnClick="Button1_Click" Style="font-weight: bold; font-size: 13px;
color: white; background-color: #ff6699" Text="上一页" Width="59px" />
<asp:Button ID="Button2" runat="server" BackColor="#404040" CausesValidation="False"
Height="20px" OnClick="Button2_Click" Style="font-weight: bold; font-size: 13px;
color: white; background-color: #ff6699" Text="下一页" Width="55px" />
<asp:Button ID="Button3" runat="server" BackColor="#404040" CausesValidation="False"
Height="20px" OnClick="Button3_Click" Style="font-weight: bold; font-size: 13px;
color: white; background-color: #ff6699" Text="首页" />
<asp:Button ID="Button4" runat="server" BackColor="#404040" CausesValidation="False"
Height="20px" OnClick="Button4_Click" Style="font-weight: bold; font-size: 13px;
color: white; background-color: #ff6699" Text="尾页" /></td>
</tr>
</table>
<asp:Button ID="Btndel" runat="server" Height="21px" OnClick="Btndel_Click" Text="删除所选"
Width="62px" /></asp:Panel>
<asp:Label ID="Labmessage" runat="server" Style="font-weight: bold; color: red"></asp:Label></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -