📄 leaveword.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="uBottom" Src="uBottom.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uLeft" Src="uLeft.ascx" %>
<%@ Register TagPrefix="uc1" TagName="uHead" Src="uHead.ascx" %>
<%@ Page language="c#" Codebehind="LeaveWord.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.co.co5.LeaveWord" %>
<HTML>
<HEAD>
<title>
<%=OrgName%>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../resume.css" type="text/css" rel="stylesheet">
<style type="text/css">
.style1 { COLOR: #ff0000 }
</style>
<SCRIPT language="javascript">
function CheckFeedback() {
vtxcontent = document.getElementById("txcontent");
if( vtxcontent.value.length == 0 )
{
alert('请填写反馈内容!');
vtxcontent.focus();
return false;
}
return true;
}
</SCRIPT>
</HEAD>
<body leftmargin="0" topmargin="0" bgcolor="#999999">
<uc1:uHead id="UHead1" runat="server"></uc1:uHead>
<TABLE cellSpacing="0" cellPadding="0" width="777" border="0">
<TBODY>
<TR>
<TD width="100%"><IMG height="69" src="img/96.gif" width="777" border="0"></TD>
</TR>
</TBODY></TABLE>
<CENTER></CENTER>
<DIV></DIV>
<DIV align="center">
<CENTER>
<TABLE height="21" cellSpacing="0" cellPadding="0" width="777" background="img/95.gif"
border="0">
<TBODY>
<TR>
<TD width="636" height="21" rowSpan="2">
</TD>
<TD vAlign="bottom" width="141" height="17">
</TD>
</TR>
<TR>
<TD vAlign="top" width="141" height="20" class="px12"><B><FONT color="#008000">客户反馈</FONT></B></TD>
</TR>
</TBODY></TABLE>
</CENTER>
</DIV>
<DIV align="center">
<CENTER>
<TABLE height="110" cellSpacing="0" cellPadding="0" width="777" background="img/94.gif"
border="0">
<TBODY>
<TR>
<TD vAlign="top" align="center" width="47" background="img/2.htm" height="110"><IMG height="101" src="img/93.gif" width="79" border="0">
</TD>
<TD vAlign="top" align="center" width="763" height="110">
<DIV align="center">
<TABLE height="40" cellSpacing="0" cellPadding="0" width="90%" border="0">
<TBODY>
<TR>
</TR>
</TBODY></TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="90%" border="0">
<TBODY>
<TR>
<TD vAlign="top" width="100%" height="266">
<TABLE style="BORDER-COLLAPSE: collapse" borderColor="#111111" height="24" cellSpacing="0"
cellPadding="0" width="98%" border="0">
<TBODY>
<TR>
<TD vAlign="top" width="2%" height="148"><IMG height="1" src="" width="20"></TD>
<TD vAlign="top" width="69%" height="148"><form id="Form1" method="post" runat="server">
<table class="px12" cellSpacing="2" cellPadding="1" width="100%" align="center" border="0">
<tr>
<td width="25%" height="24">
<div align="right">用户名:</div>
</td>
<td><input id="txuser" type="text" size="35" name="textfield" runat="server"></td>
</tr>
<tr>
<td height="24">
<div align="right">联系方式:</div>
</td>
<td><input id="txcontact" type="text" size="35" name="textfield2" runat="server"></td>
</tr>
<tr>
<td height="24">
<div align="right">反馈内容:</div>
</td>
<td><textarea id="txcontent" name="textarea" rows="10" cols="40" runat="server"></textarea>
<span class="style1">*</span></td>
</tr>
<tr>
<td colSpan="2" height="24">
<div align="center">
<table class="px12" cellSpacing="1" cellPadding="1" width="95%" border="0">
<tr>
<td height="24"><strong>发帖须知: </strong>
</td>
</tr>
<tr>
<td>一、所发文章必须遵守《互联网电子公告服务管理规定》;
<br>
二、严禁发布供求代理信息、公司介绍、产品信息等广告宣传信息;
<br>
三、严禁恶意重复发帖;
<br>
四、严禁对个人、实体、民族、国家等进行漫骂、污蔑、诽谤。
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td colSpan="2" height="24">
<div align="center">
<asp:button id="bnSave" runat="server" Text="提 交"></asp:button>
</div>
</td>
</tr>
<tr>
<td height="24">
<div align="right"></div>
</td>
<td> </td>
</tr>
</table>
</form>
<TD vAlign="top" width="29%" height="148"><uc1:uLeft id="ULeft1" runat="server"></uc1:uLeft>
</TD>
</TR>
</TBODY></TABLE>
</TD>
</TR>
</TBODY></TABLE>
</DIV>
</TD>
</TR>
</TBODY></TABLE>
</CENTER>
</DIV>
<TABLE width="777" height="46" border="0" align="center" cellPadding="0" cellSpacing="0"
background="img/92.gif">
<TBODY>
<TR>
<TD vAlign="bottom" width="100%" height="46">
<P align="center"> </P>
</TD>
</TR>
</TBODY></TABLE>
<uc1:uBottom id="UBottom1" runat="server"></uc1:uBottom>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -