📄 recorddetails.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RecordDetails.aspx.cs" Inherits="RecordDetails" Culture="auto" meta:resourcekey="PageResource1" UICulture="auto" %>
<%@ Register Src="../UserControl/Footer.ascx" TagName="Footer" TagPrefix="uc2" %>
<%@ Register Src="~/UserControl/Header.ascx" TagName="Header" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<link href="../css/style.css" rel="stylesheet" type="text/css" />
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>企业客户管理系统</title>
<LINK rel="stylesheet" type="text/css" href="../css/style.css" />
<script language="javascript" type="text/javascript">
<!--
function Button1_onclick() {
history.back (-1);
}
// -->
</script>
</head>
<body style="text-align: center" class="Font">
<form id="form1" runat="server">
<div>
<uc1:Header ID="Header1" runat="server" />
<div style="text-align: center">
<table style="background-image: url(../Image/企业客户管理系统页面任务分配.jpg); vertical-align: top;
width: 747px; background-repeat: no-repeat; height: 453px; text-align: center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" rowspan="3">
<table style="width: 313px; text-align: left" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="height: 21px; width: 217px;">
序号</td>
<td style="height: 21px; width: 293px;">
<asp:Label ID="labID" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 217px">
信息标题</td>
<td style="width: 293px">
<asp:Label ID="labTitle" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 217px">
发布内容</td>
<td style="width: 293px">
<asp:TextBox ID="txtRecordContent" runat="server" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 217px; height: 21px">
发布人</td>
<td style="width: 293px; height: 21px">
<asp:Label ID="labUserName" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 217px">
处理工程师</td>
<td style="width: 293px">
<asp:Label ID="labEngineerName" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 217px">
反馈信息</td>
<td style="width: 293px">
<asp:TextBox ID="txtReRecordContent" runat="server" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 217px">
<asp:Label ID="labDate" runat="server" Font-Size="9pt" Text="反馈日期"></asp:Label></td>
<td style="width: 293px">
<asp:Label ID="labDateTime" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="height: 7px; width: 217px;">
</td>
<td style="height: 7px; width: 293px;">
</td>
</tr>
</table>
<asp:Button ID="btnAmend" runat="server" Text="修改" Visible="False" OnClick="btnAmend_Click" />
<input id="Button1" type="button" value="返回" language="javascript" onclick="return Button1_onclick();" />
</td>
</tr>
</table>
</div>
</div>
<uc2:Footer ID="Footer1" runat="server" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -