📄 recordadd.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RecordAdd.aspx.cs" Inherits="RecordAdd" %>
<%@ 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">
<link href="style.css" rel="stylesheet" type="text/css" />
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>企业客户管理系统</title>
<script language="javascript" type="text/javascript">
<!--
function IMG1_onclick() {
}
// -->
</script>
</head>
<body style="text-align: center; font-size:9pt">
<form id="form1" runat="server">
<div style="text-align: center; font-size: 9px;" class="font">
<uc1:Header ID="Header1" runat="server" />
<table border="0" cellpadding="0" cellspacing="0" style="font-size: 9pt; width: 748px;">
<tr>
<td style="width: 752px; height: 33px;" background="../Image/企业客户信息发布页面导航下面.jpg">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="higth:417; height: 412px;" background="../Image/企业客户信息发布页面导航下面的下面.jpg" width="747">
</td>
</tr>
</table>
<div style="z-index: 101; left: 193px; width: 386px; position: absolute; top: 246px;
height: 161px; text-align: center">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
<table border="0" bordercolor="navy" cellpadding="0" cellspacing="0" style="width: 540px">
<tr style="font-size: 9pt">
<td style="width: 488px; height: 26px; text-align: right;">
发布信息标题
</td>
<td style="width: 159px; height: 26px">
<asp:TextBox ID="txtRecordTitle" runat="server"></asp:TextBox></td>
<td style="width: 310px; height: 26px; text-align: left;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtRecordTitle"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000; font-size: 9pt;">
<td style=" text-align: center; height: 71px; width: 488px;">
发布内容 </td>
<td style="width: 159px; height: 71px;">
<asp:TextBox ID="txtRecordDetails" runat="server" TextMode="MultiLine" Height="61px" Width="235px"></asp:TextBox></td>
<td style="width: 310px; text-align: left; height: 71px;">
<asp:RequiredFieldValidator
ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtRecordDetails"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="width: 488px">
</td>
<td style=" text-align: left;" colspan="2">
<asp:Button ID="btnClickOK" runat="server" Text="提交" OnClick="btnClickOK_Click" />
<input id="Reset1" type="reset" value="重置" />
<asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click" CausesValidation="False" Font-Size="9pt">是否参加服务调查</asp:LinkButton></td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="537px">
<TABLE style="WIDTH: 546px" borderColor=navy cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD style="WIDTH: 365px; HEIGHT: 7px; TEXT-ALIGN: left" colSpan=3><SPAN style="FONT-SIZE: 9pt; COLOR: windowtext"></SPAN></TD></TR><TR><TD style="HEIGHT: 49px; TEXT-ALIGN: right; width: 168px;"><SPAN style="FONT-SIZE: 9pt"> 意见与建议</SPAN></TD><TD style="WIDTH: 309px; HEIGHT: 49px; TEXT-ALIGN: left"><asp:TextBox id="txtyijian" runat="server" Width="223px" Height="73px" TextMode="MultiLine"></asp:TextBox><span
style="font-size: 9pt"></span></TD></TR><TR><TD style="TEXT-ALIGN: center; height: 38px; width: 168px;"><SPAN style="FONT-SIZE: 9pt">
评价</TD><TD style="WIDTH: 309px; TEXT-ALIGN: left; height: 38px;"><asp:RadioButton id="radButtonmanyi" runat="server" Text="满意" CssClass="font" Checked="True" GroupName="1"></asp:RadioButton> <asp:RadioButton id="radButtonbumanyi" runat="server" Text="不满意" CssClass="font" GroupName="1"></asp:RadioButton> <asp:RadioButton id="radButtonyiban" runat="server" Text="一般" GroupName="1" Font-Size="9pt"></asp:RadioButton></TD></TR><TR><TD style="WIDTH: 168px; HEIGHT: 26px"></TD><TD style="WIDTH: 309px; HEIGHT: 26px; TEXT-ALIGN: left"><asp:Button id="btnSubmis" onclick="btnSubmis_Click" runat="server" Text="提交"></asp:Button>
<INPUT id="Reset2" type=reset value="重置" /></TD></TR></TBODY></TABLE>
</asp:Panel>
<br />
<br />
</div>
<uc2:Footer ID="Footer1" runat="server" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -