SelEmp.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:5k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="SelEmp.aspx.vb" Inherits="ioffice.SelEmp"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 465px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="HEIGHT: 20px"><FONT face="宋体"></FONT></TD>
- </TR>
- <TR>
- <TD vAlign="top" align="middle">
- <TABLE class="td" style="WIDTH: 510px; HEIGHT: 414px" cellSpacing="0" cellPadding="0" width="510" border="0">
- <TR>
- <TD vAlign="top">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD class="uname" vAlign="bottom" bgColor="navy" height="2"><FONT face="宋体"></FONT> <FONT face="宋体">选取人员</FONT>
- </TD>
- </TR>
- </TABLE>
- <FONT face="宋体">
- <DIV class="box" style="WIDTH: 100%; POSITION: relative; HEIGHT: 336px" ms_positioning="GridLayout"><asp:label id="Label1" style="Z-INDEX: 100; LEFT: 20px; POSITION: absolute; TOP: 68px" runat="server" CssClass="tttable">机构:</asp:label><asp:dropdownlist id="dropBranch" style="Z-INDEX: 101; LEFT: 52px; POSITION: absolute; TOP: 68px" runat="server" Width="144px" Height="23px" AutoPostBack="True" DataTextField="simcode" DataValueField="branchid"></asp:dropdownlist><asp:label id="Label2" style="Z-INDEX: 102; LEFT: 204px; POSITION: absolute; TOP: 68px" runat="server" CssClass="tttable">部门:</asp:label><asp:dropdownlist id="dropDep" style="Z-INDEX: 103; LEFT: 236px; POSITION: absolute; TOP: 68px" runat="server" Width="176px" Height="23px" AutoPostBack="True" DataTextField="depname" DataValueField="depid"></asp:dropdownlist><asp:listbox id="lstEmp" style="Z-INDEX: 104; LEFT: 48px; POSITION: absolute; TOP: 124px" runat="server" Width="183px" Height="188px" DataTextField="name" DataValueField="empid" SelectionMode="Multiple"></asp:listbox><asp:listbox id="lstSelEmp" style="Z-INDEX: 105; LEFT: 292px; POSITION: absolute; TOP: 124px" runat="server" Width="193px" Height="192px"></asp:listbox><asp:button id="cmdAdd" style="Z-INDEX: 106; LEFT: 236px; POSITION: absolute; TOP: 132px" runat="server" CssClass="bsbttn" Width="52px" Height="20px" Text="添加->"></asp:button><asp:button id="cmdDel" style="Z-INDEX: 108; LEFT: 236px; POSITION: absolute; TOP: 169px" runat="server" CssClass="bsbttn" Width="52px" Height="20px" Text="<-删除"></asp:button>
- <HR style="Z-INDEX: 109; LEFT: 12px; WIDTH: 97.6%; POSITION: absolute; TOP: 60px; HEIGHT: 1px" width="97.6%" SIZE="1">
- <asp:label id="Label3" style="Z-INDEX: 110; LEFT: 24px; POSITION: absolute; TOP: 8px" runat="server" CssClass="tttable">选取参与日程或任务的人员</asp:label><IMG style="Z-INDEX: 111; LEFT: 432px; POSITION: absolute; TOP: 12px" alt="" src="../../img/button/bman.gif">
- <asp:label id="Label4" style="Z-INDEX: 112; LEFT: 52px; POSITION: absolute; TOP: 32px" runat="server" CssClass="td">你希望那些人员能参与日程或任务?</asp:label><asp:label id="Label5" style="Z-INDEX: 113; LEFT: 20px; POSITION: absolute; TOP: 100px" runat="server" CssClass="tttable">待选员工:</asp:label><asp:label id="Label6" style="Z-INDEX: 114; LEFT: 256px; POSITION: absolute; TOP: 100px" runat="server" CssClass="tttable">已选员工:</asp:label><asp:button id="cmdAddAll" style="Z-INDEX: 115; LEFT: 236px; POSITION: absolute; TOP: 212px" runat="server" CssClass="bsbttn" Width="52px" Height="20px" Text="添加->>"></asp:button><asp:button id="cmdDelAll" style="Z-INDEX: 116; LEFT: 235px; POSITION: absolute; TOP: 250px" runat="server" CssClass="bsbttn" Width="52px" Height="20px" Text="<<-删除"></asp:button></DIV>
- </FONT>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="HEIGHT: 10px"><FONT face="宋体"></FONT></TD>
- </TR>
- <TR>
- <TD align="right"><asp:imagebutton id="cmdOK" runat="server" ImageUrl="../../img/button/ok.gif"></asp:imagebutton><FONT face="宋体"> </FONT><asp:imagebutton id="cmdCancel" runat="server" ImageUrl="../../img/button/cancel.gif"></asp:imagebutton></TD>
- </TR>
- </TABLE>
- <asp:label id="lblEmpID" runat="server" Visible="False"></asp:label><asp:label id="lblURL" runat="server" Visible="False"></asp:label><asp:label id="lblID" runat="server" Visible="False"></asp:label></TD>
- </TR>
- </TABLE>
- <FONT face="宋体"></FONT>
- </TD>
- </TR>
- </TABLE>
- </form>
- </body>
- </HTML>