SelectOrganization.aspx
上传用户:tree100901
上传日期:2007-06-03
资源大小:2295k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
  2. <%@ Page language="c#" Codebehind="SelectOrganization.aspx.cs" AutoEventWireup="false" Inherits="OA.SelectOrganization" %>
  3. <HTML>
  4. <HEAD>
  5. <title>安泰自动办公系统</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  7. <base target="_self">
  8. <style type="text/css">TABLE { FONT-SIZE: 9pt }
  9. BODY { FONT-SIZE: 8pt }
  10. </style>
  11. <script language="javascript">
  12. function TrvModel_DblClick()
  13. {
  14.    window.document.Form1.Isdbclick.value="true";
  15.    window.document.Form1.submit();
  16. }
  17. </script>
  18. </HEAD>
  19. <body>
  20. <form id="Form1" method="post" runat="server">
  21. <TABLE id="Table2" style="BORDER-LEFT-COLOR: buttonface; BORDER-BOTTOM-COLOR: buttonshadow; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: buttonface; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: buttonshadow; BORDER-BOTTOM-STYLE: solid; BORDER-MIDDLE-COLOR: WHIRE"
  22. borderColor="gainsboro" height="100%" cellSpacing="0" cellPadding="0" width="100%"
  23. align="center" bgColor="buttonface" border="1">
  24. <TR>
  25. <TD>
  26. <TABLE id="Table1" height="100%" cellSpacing="0" cellPadding="0" width="100%" align="center"
  27. border="0">
  28. <TR>
  29. <TH align="center" bgColor="background" colSpan="3" height="25">
  30. <P dir="ltr" style="FONT-WEIGHT: bold; COLOR: white; MARGIN-RIGHT: 0px; FONT-FAMILY: 宋体, 黑体"
  31. align="center">选择机构</P>
  32. </TH>
  33. </TR>
  34. <TR>
  35. <TD vAlign="bottom" align="center" height="25">
  36. <P><asp:dropdownlist id="DropDownList1" runat="server" Width="150" OnSelectedIndexChanged="DropDown_Selected"
  37. AutoPostBack="True"></asp:dropdownlist></P>
  38. </TD>
  39. <TD align="center" height="25"></TD>
  40. <TD align="center" width="50%" height="25"></TD>
  41. </TR>
  42. <TR>
  43. <TD vAlign="top" align="center" width="337"><P>&nbsp;<input type="hidden" value="false" name="Isdbclick"></P>
  44. <DIV style="BORDER-RIGHT: threedlightshadow thin inset; BORDER-TOP: threedlightshadow thin inset; OVERFLOW: auto; BORDER-LEFT: threedlightshadow thin inset; WIDTH: 140px; PADDING-TOP: 3px; BORDER-BOTTOM: threedlightshadow thin inset; HEIGHT: 220px; BACKGROUND-COLOR: white; TEXT-ALIGN: left"><iewc:treeview id="TreeView1" ondblclick="javascript:TrvModel_DblClick()" runat="server" AutoSelect="True"
  45. selectexpands="true"></iewc:treeview></DIV>
  46. </TD>
  47. <TD align="center" height="220">
  48. <P><INPUT id="Add" style="WIDTH: 50px" type="button" value=">" name="Add" runat="server"></P>
  49. <P><INPUT id="Remove" style="WIDTH: 50px" type="button" value="<" name="Remove" runat="server"></P>
  50. <P><INPUT id="Removeall" style="WIDTH: 50px" type="button" value="<<" name="Removeall" runat="server"></P>
  51. </TD>
  52. <TD vAlign="top" align="center" width="50%" height="220">
  53. <P>&nbsp;</P>
  54. <P><asp:listbox id="Target" runat="server" Width="95%" Height="216px"></asp:listbox></P>
  55. </TD>
  56. </TR>
  57. <TR>
  58. <TD align="center" width="100%" colSpan="3" height="25">
  59. <P><asp:button id="Send" runat="server" Text="提交"></asp:button><INPUT id="Reset" onclick="javascript:window.close()" type="button" value="取消"></P>
  60. </TD>
  61. </TR>
  62. </TABLE>
  63. </TD>
  64. </TR>
  65. </TABLE>
  66. </form>
  67. </body>
  68. </HTML>