oClassNode.aspx
上传用户:cha0314
上传日期:2014-03-02
资源大小:12522k
文件大小:4k
源码类别:

C#编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="oClassNode.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.oClassNode" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>oClassNode</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <LINK href="../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body MS_POSITIONING="GridLayout" leftmargin="0" topmargin="0">
  13. <form id="oClassNode" method="post" runat="server">
  14. <table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="100%" id="AutoNumber4" height="1">
  15. <tr height="30">
  16. <td width="3%" bgcolor="#c0d9e6" class="GbText" background="../../Images/treetopbg.jpg"><IMG height="16" src="../../Images/icon/034.GIF" width="16"></td>
  17. <td bgcolor="#c0d9e6" class="GbText" background="../../Images/treetopbg.jpg" width="80"><b>目录管理</b></td>
  18. <TD class="GbText" background="../../Images/treetopbg.jpg" bgColor="#c0d9e6" align="right"><A 
  19.       href="oClassNode.aspx?Action=1&amp;ClassID=<%=ClassID%>">
  20. <asp:Label id="lblCreate" runat="server">新增</asp:Label></A>&nbsp; <A href="oClassNode.aspx?Action=3&amp;ClassID=<%=ClassID%>">
  21. <asp:Label id="lblRevise" runat="server">修改</asp:Label></A><FONT face="宋体">&nbsp;
  22. </FONT><A 
  23.       href="oClassNode.aspx?Action=2&amp;ClassID=<%=ClassID%>">
  24. <asp:Label id="lblDelete" runat="server">删除</asp:Label></A></TD>
  25. </tr>
  26. </table>
  27. <table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width="100%" id="AutoNumber1" height="73">
  28. <tr>
  29. <td width="63" align="right" height="1" class="Gbtext" style="WIDTH: 63px"><FONT face="宋体"></FONT>
  30. </td>
  31. <td width="82%" align="left" height="1" class="Gbtext">&nbsp;
  32. </td>
  33. </tr>
  34. <tr>
  35. <td width="63" align="right" height="1" class="Gbtext" style="WIDTH: 63px">父接点名:
  36. </td>
  37. <td width="82%" align="left" height="1" class="Gbtext">
  38. <asp:Label id="lblParentNodeName" runat="server"></asp:Label>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td width="63" align="right" height="18" class="Gbtext" style="WIDTH: 63px">
  43. 接点名称:</td>
  44. <td width="82%" align="left" height="18" class="Gbtext">
  45. <asp:TextBox id="txtAClassName" runat="server" Width="358px" CssClass="inputcss"></asp:TextBox></td>
  46. </tr>
  47. <tr>
  48. <td width="63" align="right" height="18" class="Gbtext" style="WIDTH: 63px">
  49. 接点类型:</td>
  50. <td width="82%" align="left" height="18" class="Gbtext">
  51. <asp:DropDownList id="listNodeType" runat="server" Width="360px">
  52. <asp:ListItem Value="1" Selected="True">目录</asp:ListItem>
  53. </asp:DropDownList></td>
  54. </tr>
  55. <tr>
  56. <td width="63" align="right" height="72" class="Gbtext" valign="top" style="WIDTH: 63px">
  57. <p>
  58. 类型简介:</p>
  59. </td>
  60. <td width="82%" align="left" height="72" class="Gbtext">
  61. <asp:TextBox id="txtAClassRemark" runat="server" Width="358px" TextMode="MultiLine" Height="142px"></asp:TextBox></td>
  62. </tr>
  63. <tr>
  64. <td width="100%" align="middle" colspan="2" height="30">
  65. <asp:Button id="btnAdd" runat="server" Text="添加" CssClass="ButtonCss"></asp:Button>&nbsp;&nbsp;
  66. <asp:Button id="btnRevise" runat="server" Text="修改" CssClass="ButtonCss"></asp:Button>&nbsp;&nbsp;
  67. <asp:Button id="btnDelete" runat="server" CssClass="ButtonCss" Text="删除" Visible="False"></asp:Button>&nbsp;
  68. <input type="button" value="返 回" name="cmdAddBack" class="ButtonCss" OnClick="javascript:self.location='Document/ListView.aspx?classID=<%=ClassID%>'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
  69. </tr>
  70. <tr>
  71. <td width="100%" align="middle" colspan="2" height="19">
  72. </td>
  73. </tr>
  74. </table>
  75. </form>
  76. </body>
  77. </HTML>