global_edithelpclass.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page Language="C#" Codebehind="global_edithelpclass.aspx.cs" Inherits="Discuz.Web.Admin.edithelpclass" %>
  2. <%@ Register TagPrefix="cc1" Namespace="Discuz.Control" Assembly="Discuz.Control" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head runat="server">
  6. <link href="../styles/default.css" rel="stylesheet" type="text/css" id="css" />
  7. <link href="../styles/editor.css" rel="stylesheet" type="text/css" id="Link1" />
  8. <script type="text/javascript" src="../js/common.js"></script>
  9. <link href="../styles/dntmanager.css" type="text/css" rel="stylesheet" />
  10. <link href="../styles/modelpopup.css" type="text/css" rel="stylesheet" />
  11. <script type="text/javascript" src="../js/modalpopup.js"></script>
  12. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  13. </head>
  14. <body>
  15. <div class="ManagerForm">
  16. <form id="Form1" runat="server">
  17. <fieldset>
  18. <legend style="background: url(../images/icons/legendimg.jpg) no-repeat 6px 50%;">编辑类别</legend>
  19. <table width="100%">
  20. <tr><td class="item_title" colspan="2">帮助标题</td></tr>
  21. <tr>
  22. <td class="vtop rowform">
  23.  <cc1:TextBox ID="title" runat="server" CanBeNull="必填" RequiredFieldType="暂无校验" MaxLength="249" Size="20"></cc1:TextBox>
  24. </td>
  25. <td class="vtop"></td>
  26. </tr>
  27. <tr><td class="item_title" colspan="2">排序号</td></tr>
  28. <tr>
  29. <td class="vtop rowform">
  30.   <cc1:TextBox ID="orderby" runat="server" CanBeNull="必填" RequiredFieldType="暂无校验" MaxLength="6" Size="3"></cc1:TextBox>
  31. </td>
  32. <td class="vtop"></td>
  33. </tr>
  34. </table>
  35. <div class="Navbutton">
  36. <cc1:Button ID="updateclass" runat="server" Text=" 提 交 " OnClick="updateclass_Click"></cc1:Button>&nbsp;&nbsp;
  37. <button type="button" class="ManagerButton" id="Button3" onclick="window.history.back();"><img src="../images/arrow_undo.gif"/> 返 回 </button>
  38. </div>
  39. </fieldset>
  40. <div style="display: none">
  41. <tr><td class="item_title" colspan="2">发布者用户名</td></tr>
  42. <tr>
  43. <td class="vtop rowform">
  44.  <cc1:TextBox ID="poster" runat="server" RequiredFieldType="暂无校验" CanBeNull="必填" MaxLength="20" Enabled="false"></cc1:TextBox>
  45. </td>
  46. <td class="vtop"></td>
  47. </tr>
  48. </div>
  49. </form>
  50. </div>
  51. <%=footer%>
  52. </body>
  53. </html>