📄 nodehanders.aspx
字号:
<%@ Page language="c#" Codebehind="NodeHanders.aspx.cs" AutoEventWireup="false" Inherits="OI.Stream.NodeHanders" %>
<HTML>
<HEAD>
<title>选择人员</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../test.css">
</HEAD>
<body>
<form method="post" runat="server" action="" ID="Form1">
<table align="center" width="490" class="InputFrameMain" style="MARGIN-LEFT:7px">
<tr>
<td><table width="470" border="0" align="center" cellpadding="0" cellspacing="0" style="MARGIN:5px">
<tr class="InputFrameLine">
<td width="60" class='inputlabelcell' nowrap>选择人员</td>
<td class="inputareacell">
<asp:RadioButtonList id="RadioButtonList1" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="0" Selected="True">按部门选择</asp:ListItem>
<asp:ListItem Value="1">按职务选择</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr class="InputFrameLine">
<td width="60" class='inputlabelcell' align="right" nowrap height="16">部门/职位</td>
<td class="inputareacell" height="16"><FONT face="宋体">
<asp:DropDownList id="DropDownList1" runat="server" Width="100%"></asp:DropDownList></FONT>
</td>
</tr>
<tr class="InputFrameLine">
<td colspan="2" class="inputareacell">
<table width="100%" class="tableframe">
<tr align="center" class="listtitle">
<td class="listcelltitle" height="23">可选人员</td>
<td class="listcelltitle" height="23"> </td>
<td class="listcelltitle" height="23">已选人员</td>
</tr>
<tr align="center">
<td>
<select id="dxry" name="dxry" style="DISPLAY:inline; WIDTH:100%; HEIGHT:180px" size="11"
rows="9" ondblclick="vbscript:dosone" multiple runat="server">
<option value="45">李名</option>
<option value="44">小张</option>
<option value="43">闫利珉</option>
</select>
</td>
<td valign="middle" width="40">
<P> <INPUT class="button" id="Button2" onclick="vbscript:doSave" type="button" value="选中" name="bQD"></P>
<P><INPUT class="button" id="Button3" onclick="vbscript:doSave" type="button" value="全选" name="bQD"></P>
<P><INPUT class="button" id="Button4" onclick="vbscript:doSave" type="button" value="全清" name="bQD"></P>
<P><INPUT class="button" id="Button1" onclick="vbscript:doSave" type="button" value="清除" name="bQD"></P>
<P><FONT face="宋体"></FONT> </P>
</td>
<td class="row">
<select id="yxry" name="yxry" style="DISPLAY:inline; WIDTH:100%; HEIGHT:164px" size="10"
rows="9" ondblclick="vbscript:dodsone" multiple runat="server">
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr class="InputFrameButtonLine">
<td align="center" colspan="2">
<input type="button" class="button" value="确定" name="bQD" id="bQD" onclick="vbscript:doSave">
<input type="button" class="button" value="放弃" name="bFQ" id="bFQ" onclick='vbscript:window.close'>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -