市长热线演示版

expandAddandEdit.aspx 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="expandAddandEdit.aspx.cs"
  2. Inherits="HySoft.BaseCallCenter.Web.expendmanage.expandAddandEdit" %>
  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. <title></title>
  7. </head>
  8. <body class="mainbody" style="margin-top: 0px;">
  9. <form id="form1" runat="server">
  10. <div id="contentTab">
  11. <div class="tab_con" style="display: block;">
  12. <table class="form_table">
  13. <col width="100px" />
  14. <col />
  15. <tbody>
  16. <tr>
  17. <th>
  18. 扩展对象:
  19. </th>
  20. <td>
  21. <asp:TextBox ID="txtTableName" runat="server" CssClass="txtInput normal" MaxLength="255"></asp:TextBox>
  22. <label id="lblTableName" for="txtTableName">
  23. *</label>
  24. </td>
  25. </tr>
  26. <tr>
  27. <th>
  28. 扩展字段名:
  29. </th>
  30. <td>
  31. <asp:TextBox ID="txtShowName" runat="server" CssClass="txtInput normal" MaxLength="255"></asp:TextBox>
  32. <label id="lblShowName" for="txtShowName">
  33. *</label>
  34. </td>
  35. </tr>
  36. <tr>
  37. <th>
  38. 扩展代码:
  39. </th>
  40. <td>
  41. <asp:TextBox ID="txtFieldName" runat="server" CssClass="txtInput normal" MaxLength="255"></asp:TextBox>
  42. <label id="lblFieldName" for="txtFieldName">
  43. *</label>
  44. </td>
  45. </tr>
  46. <tr>
  47. <th>
  48. 扩展类型:
  49. </th>
  50. <td>
  51. <asp:TextBox ID="txtShowType" runat="server" CssClass="txtInput normal" MaxLength="255"></asp:TextBox>
  52. <label id="lblShowType" for="txtShowType">
  53. 描述</label>
  54. </td>
  55. </tr>
  56. <tr>
  57. <th>
  58. 字典值:
  59. </th>
  60. <td>
  61. <asp:TextBox ID="txtDictValue" runat="server" CssClass="txtInput normal" MaxLength="255"></asp:TextBox>
  62. <label id="lblDictValue" for="txtDictValue">
  63. *</label>
  64. </td>
  65. </tr>
  66. </tbody>
  67. </table>
  68. </div>
  69. <div class="foot_btn_box">
  70. <asp:Button ID="btnSubmit" runat="server" Text="保&nbsp;&nbsp;存" CssClass="btnSubmit"
  71. OnClientClick="return validate();" OnClick="btnSubmit_Click" />
  72. </div>
  73. </div>
  74. </form>
  75. </body>
  76. </html>