⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helpadd.aspx

📁 最好用的站点内容管理系统 全部源代码都有
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Help_HelpAdd" Codebehind="HelpAdd.aspx.cs" %>
<!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>
<title>帮助管理</title>
<script type="text/javascript" src="../editor/fckeditor.js"></script>
<link href="../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/css/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="HelpAdd" runat="server" action="HelpAdd.aspx" method="post">
  <table width="98%" align="center" height="32" border="0" cellpadding="0" cellspacing="0" background="../sysImages/<%Response.Write(NetCMS.Config.UIConfig.CssPath()); %>/admin/reght_1_bg_1.gif">
    <tr>
      <td Height="1" colspan="2"></td>
    </tr>
    <tr>
      <td Width="46%" class="navi_link">位置:<a href="#" class="navi_link">首页</a> <img alt="" src="../sysImages/folder/navidot.gif" border="0" /> 帮助管理</td>
    </tr>
  </table>
      <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="Navitable">
  <tr>
     <td><span class="topnavichar" style="PADDING-LEFT: 14px"><a href="HelpAdd.aspx" class="menulist">添加帮助</a> | <a href="HelpList.aspx" class="menulist">帮助管理</a></span></td>
  </tr>
</table>
  <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF" class="table">
    <tr class="TR_BG_list">
      <td Width="10%" align="center" class="navi_link">帮助编号</td>
      <td Width="90%" align="left"><asp:TextBox ID="HelpID" runat="server" Width="300px" MaxLength="30"></asp:TextBox>
        <asp:RequiredFieldValidator ID="RequireHelpID" runat="server" ControlToValidate="HelpID"
                        Display="Dynamic" ErrorMessage="<span class=reshow>(*)请填写帮助编号</span>"></asp:RequiredFieldValidator>
        <asp:RegularExpressionValidator ID="RequireHelpID_1" runat="server" ControlToValidate="HelpID"
                        Display="Static" ErrorMessage="(*)<span class=reshow>帮助编号只能是字母与数字与_号</span>" ValidationExpression="[a-zA-Z0-9_]{0,}"></asp:RegularExpressionValidator></td>
    </tr>
  </table>
  <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF" class="table">
    <tr class="TR_BG_list">
      <td Width="10%" align="left" class="navi_link" colspan="2">简体中文帮助</td>
    </tr>
    <tr class="TR_BG_list">
      <td Width="10%" align="center" class="navi_link">帮助标题</td>
      <td Width="90%" align="left"><asp:TextBox ID="CnHelpTitle" runat="server" Width="300px" MaxLength="15"></asp:TextBox>
        <asp:RequiredFieldValidator ID="CnRequireHelpTitle" runat="server" ControlToValidate="CnHelpTitle"
                        Display="Dynamic" ErrorMessage="<span class=reshow>(*)请填写简体中文帮助标题</span>"></asp:RequiredFieldValidator></td>
    </tr>
    <tr class="TR_BG_list">
      <td Width="10%" align="center" class="navi_link">帮助内容</td>
      <td Width="90%" align="left">
        <script type="text/javascript" language="JavaScript">
             window.onload = function()
            {
            var sBasePath = "../../editor/"
            var oFCKeditor = new FCKeditor('CnHelpContent') ;
            oFCKeditor.BasePath	= sBasePath ;
            oFCKeditor.ToolbarSet = 'NT_style';
            oFCKeditor.Width = '100%' ;
            oFCKeditor.Height = '250' ;	
            oFCKeditor.ReplaceTextarea() ;
            }
        </script>
	    <textarea rows="1" cols="1" name="CnHelpContent" style="display:none" id="CnHelpContent" runat="server" ></textarea>
           
      </td>
    </tr>
  </table>
  <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
    <tr class="TR_BG_list">
      <td colspan="2"  class="list_link">
      <label>
        <asp:HiddenField ID="id" runat="server" />
        <asp:Button ID="Button1" runat="server" Text=" 确 定 " OnClick="Submit1_Click" CssClass="form"/>
        </label>
        <label>
        <input type="reset" name="UnDo" value=" 重 填 " class="form" />
        </label>
      </td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -