SelectUserForm.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:3k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SelectUserForm.aspx.cs" Inherits="SelectForm_SelectUserForm" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head id="Head1" runat="server">
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- <title>选择人员</title>
- </head>
- <script>
- function RtValue(rtstr)
- {
- window.returnValue=rtstr;
- window.close()
- }
-
- </script>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <table border="0" cellpadding="0" cellspacing="0" style="width: 471px; height: 407px;" >
- <tr>
- <td style="width: 11px" valign="top">
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0" style="height: 411px">
- <tr>
- <th colspan="3" style="height: 25px">
- 部门结构</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="left" style="width: 153px; height: 279px;">
- <DIV style="OVERFLOW: auto; width:184px; HEIGHT: 373px; " id="MyOutDiv" align=left>
- <asp:TreeView ID="TreeView1" runat="server" Width="158px">
- <Nodes>
- <asp:TreeNode Text="技术公司" Value="技术公司" Target="content3">
- <asp:TreeNode Text="技术开发" Value="技术开发"></asp:TreeNode>
- <asp:TreeNode Text="技术保证" Value="技术保证"></asp:TreeNode>
- <asp:TreeNode Text="客户服务" Value="客户服务"></asp:TreeNode>
- </asp:TreeNode>
- <asp:TreeNode Text="运营公司1" Value="运营公司1"></asp:TreeNode>
- <asp:TreeNode Text="运输部1" Value="运输部1"></asp:TreeNode>
- <asp:TreeNode Text="后勤公司1" Value="后勤公司1"></asp:TreeNode>
- <asp:TreeNode Text="运营公司2" Value="""运营公司"2"2"></asp:TreeNode>
- <asp:TreeNode Text="运输部2" Value="运输部2"></asp:TreeNode>
-
- </Nodes>
- </asp:TreeView>
- </DIV>
- </td>
-
-
- </tr>
- </table>
-
- </td>
- <td style="width: 5px " valign="top">
-
- </td>
-
- <td style="width: 100%" valign="top">
-
- <iframe name="content3" src="SelectUserFormData.aspx" frameborder="0" style="width: 261px; height: 421px"></iframe>
-
-
- </td>
- </tr>
- </table>
- <br>
- </form>
-
- </body>
- </html>