senduserlist.aspx

来自「OA系统源码 办公应用软件源码 asp.net 开发」· ASPX 代码 · 共 34 行

ASPX
34
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SendUserList.aspx.cs" Inherits="Message_SendUserList" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
    <link href="../css/style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <table width="60%" height="60%" cellpadding="0" cellspacing="0" border="0" align=center>
				<tr>
					<td width="90%" valign="top" align="left">
						<FIELDSET style="BORDER-LEFT-COLOR: transparent; BORDER-BOTTOM-COLOR: transparent; CLIP: rect(0px 0px 0px 0px); BORDER-TOP-COLOR: transparent; BACKGROUND-COLOR: #ffffee; BORDER-RIGHT-COLOR: transparent">
							<legend align=center>
								该消息的发送对象包括如下人员:</legend>
							<br>
							<asp:CheckBoxList id="chklstReceiveUsers" runat="server" RepeatColumns="8"></asp:CheckBoxList>
						</FIELDSET>
					</td>
				</tr>
				<tr>
					<td valign="top" align="center"><br>
						<INPUT id="btnClose" style="WIDTH: 75px; HEIGHT: 22px" type="button" value="关闭" onclick="self.close();">&nbsp;
					</td>
				</tr>
			</table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?