📄 allot.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="allot.aspx.cs" Inherits="allot" %>
<%@ Register Src="../UserControl/Footer.ascx" TagName="Footer" TagPrefix="uc2" %>
<%@ Register Src="../UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %>
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<!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 style="text-align: center">
<form id="form1" runat="server">
<uc1:Header ID="Header1" runat="server" />
<div style="text-align: center" class=".font">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="text-align: center; vertical-align: top; background-image: url(../Image/企业客户管理系统页面任务分配.jpg); background-repeat: no-repeat;"
width="747" height="453">
<table style="width: 100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="height: 80px">
</td>
<td style="height: 80px">
</td>
<td style="height: 80px">
</td>
</tr>
<tr>
<td colspan="3" style="text-align: center">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
<asp:GridView ID="gvReRecordInfo" runat="server" AllowPaging="True" AutoGenerateColumns="False"
OnPageIndexChanging="gvReRecordInfo_PageIndexChanging"
PageSize="5" Width="605px" OnRowDeleting="gvReRecordInfo_RowDeleting" OnSelectedIndexChanging="gvReRecordInfo_SelectedIndexChanging" OnRowDataBound="gvReRecordInfo_RowDataBound" CellPadding="4" ForeColor="#333333" GridLines="None" Font-Size="9pt">
<Columns>
<asp:BoundField DataField="RecordID" HeaderText="ID" />
<asp:BoundField DataField="RecordTitle" HeaderText="信息描述" />
<asp:BoundField DataField="UserName" HeaderText="用户名" />
<asp:TemplateField HeaderText="提交时间">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("CreateDate") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("CreateDate", "{0:yyyy-MM-dd}") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:CommandField HeaderText="分配工程师" ShowSelectButton="True" SelectText="分配" />
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
</Columns>
<FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#E3EAEB" />
<EditRowStyle BackColor="#7C6F57" />
<SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#7296BE" Font-Bold="True" ForeColor="White" HorizontalAlign="Left" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</asp:Panel>
</td>
</tr>
<tr>
<td colspan="3" style="height: 204px; text-align: center">
<asp:Panel ID="Panel2" runat="server" Height="142px" Width="496px">
<table class=".font" style="width: 455px" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 70px; height: 21px; text-align: left">
</td>
<td style="width: 93px; height: 21px; text-align: left;">
<span style="font-size: 9pt">
信息ID</span></td>
<td style="width: 298px; height: 21px">
<asp:Label ID="labID" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 70px; height: 19px; text-align: left">
</td>
<td style="width: 93px; text-align: left; height: 19px;">
<span style="font-size: 9pt">
信息标题</span></td>
<td style="width: 298px; height: 19px;">
<asp:Label ID="labTitle" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 70px; text-align: left">
</td>
<td style="width: 93px; text-align: left;">
<span style="font-size: 9pt">
信息内容</span></td>
<td style="width: 298px; text-align: left;">
<asp:TextBox ID="txtContent" runat="server" TextMode="MultiLine" Height="51px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 70px; height: 21px; text-align: left">
</td>
<td style="width: 93px; height: 21px; text-align: left;">
<span style="font-size: 9pt">
发布人</span></td>
<td style="width: 298px; height: 21px">
<asp:Label ID="labUserName" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 70px; text-align: left">
</td>
<td style="width: 93px; text-align: left;">
<span style="font-size: 9pt">
提交时间</span></td>
<td style="width: 298px">
<asp:Label ID="labDateTime" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 70px; text-align: left">
</td>
<td style="width: 93px; text-align: left;">
<span style="font-size: 9pt">
处理工程师</span></td>
<td style="width: 298px">
<asp:DropDownList ID="ddlEngineer" runat="server">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 70px">
</td>
<td style="width: 93px">
</td>
<td style="width: 298px">
<asp:Button ID="btnClickOK" runat="server" Text="确定" OnClick="btnClickOK_Click" />
<asp:Button ID="btnBack" runat="server" OnClick="btnBack_Click" Text="返回" /></td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
</table>
</td>
</tr>
</table>
<uc2:Footer ID="Footer1" runat="server" />
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -