📄 helpinput.aspx
字号:
<%@ Page language="c#" Codebehind="HelpInput.aspx.cs" AutoEventWireup="false" Inherits="Huayou.Hyb2b.WebApp.Manage.HelpManage.HelpInput" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>面向地区设置</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../../css/css.css" type="text/css" rel="stylesheet">
<style type="text/css">
.word1 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000 }
.style6 { COLOR: #ff0000 }
</style>
<SCRIPT language="javascript">
function CheckFeedback() {
vtitle = document.getElementById("title");
vtxContent = document.getElementById("txContent");
if( vtitle.value.length == 0 )
{
alert('请填写标题!');
vtitle.focus();
return false;
}
if( vtxContent.value.length == 0 )
{
alert('请填写内容!');
vtxContent.focus();
return false;
}
return true;
}
</SCRIPT>
</HEAD>
<body leftmargin="0" topmargin="0">
<form id="Form1" method="post" runat="server">
<table cellSpacing="0" cellPadding="0" width="70%" border="0" align="center">
<tr>
<td height="25"><div align="center"><span class="text-14px-o"><b>帮助信息维护</b></span></div>
</td>
</tr>
<tr>
<td align="center">
<table class="px12" cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td colSpan="2" height="26">
<div align="left"><font color="#666666">带</font><span class="style6">*</span><font color="#666666">为必填项
</font>
</div>
</td>
</tr>
<tr>
<td height="26">
<div align="right">信息分类:</div>
</td>
<td><asp:DropDownList id="dlClass" runat="server"></asp:DropDownList></td>
</tr>
<tr>
<td width="20%" height="26">
<div align="right">信息标题:</div>
</td>
<td><input type="text" size="35" name="title" id="title" runat="server">
<span class="style6"> *</span></td>
</tr>
<tr>
<td height="26">
<div align="right">信息内容:</div>
</td>
<td>
<asp:TextBox id="txContent" runat="server" Width="520px" TextMode="MultiLine" Height="250px"></asp:TextBox><SPAN class="style6">*</SPAN></td>
</tr>
<tr>
<td height="26" colspan="2" align="center">
<div align="right"></div>
<asp:TextBox id="txSid" runat="server" Visible="False" Width="20px"></asp:TextBox>
<asp:Button id="bnSave" runat="server" Text="保 存"></asp:Button></td>
</tr>
<tr>
<td height="26">
<div align="right"></div>
</td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -