⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 departmentpx.aspx

📁 很不错的公文流转系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="departmentpx.aspx.cs" AutoEventWireup="false" Inherits="OI.Manage.departmentpx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>人员信息</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="../test.css" type="text/css" rel="stylesheet">
		<script language="javascript">
  function role(userid)
  {
   window.open ("singleuserrole.aspx?userid="+userid ,"role","top=100,left=100,toolbar=0,,status=1,menubar=0,scrollbars=1,resizable=1,width=500,height=300") ;
   
  }
  function imgBtnUserMoveOnClick (position,username)
  {
   //alert(window.event.clientX);
   document.all.windowMoveing.style.left =window.event.clientX-100;
   windowMoveing.style.top =window.event.clientY-80;
   windowMoveing.style .display ='';
   Form1.position.value =position;
   document.all.username.innerText =username;
   return false;
  }
  function moveCancer()
  {
  windowMoveing.style .display ='none';
  }
		</script>
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<input id="position" type="hidden" runat="server" NAME="position">
			<p>
				<TABLE class="tableframe" id="Table2" cellSpacing="1" cellPadding="1" width="100%" border="1">
					<TBODY>
						<TR>
							<TD class="titlebar" bgColor="#fbe3b5">&nbsp;<IMG src="../images/view1.gif">&nbsp;部门排序</TD>
						</TR>
					</TBODY>
				</TABLE>
				<TABLE class="tableframe" id="Table1" cellSpacing="1" cellPadding="1" width="100%" border="1">
					<TBODY>
						<TR>
							<TD style="HEIGHT: 20px" align="left">&nbsp;&nbsp;&nbsp;&nbsp;
								<asp:Label id="Lblparent" runat="server"></asp:Label></TD>
						</TR>
						<TR>
							<TD><asp:datagrid id="dg" runat="server" PageSize="20" AllowPaging="True" AutoGenerateColumns="False"
									Width="100%" AllowCustomPaging="True">
									<AlternatingItemStyle BackColor="FloralWhite"></AlternatingItemStyle>
									<HeaderStyle BackColor="LightGoldenrodYellow"></HeaderStyle>
									<Columns>
										<asp:BoundColumn Visible="False" DataField="departmentid"></asp:BoundColumn>
										<asp:BoundColumn DataField="displayorder" HeaderText="序号"></asp:BoundColumn>
										<asp:BoundColumn DataField="DepartmentName" HeaderText="部门名称"></asp:BoundColumn>
										<asp:TemplateColumn HeaderText="移位">
											<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
											<ItemStyle HorizontalAlign="Center"></ItemStyle>
											<ItemTemplate>
												<FONT face="宋体">
													<asp:ImageButton id="imgBtnUserMove" runat="server" ImageUrl="../images/move.gif"></asp:ImageButton><!--<img src="../images/move.gif" onclick ="imgBtnUserMoveOnClick()" id="imgBtnUserMove" >--></FONT>
											</ItemTemplate>
										</asp:TemplateColumn>
									</Columns>
									<PagerStyle Visible="False"></PagerStyle>
								</asp:datagrid></TD>
						</TR>
						<tr>
							<td style="HEIGHT: 32px"><FONT face="宋体"></FONT></td>
						</tr>
						<TR>
							<TD>&nbsp;</TD>
						</TR>
					</TBODY>
				</TABLE>
			</p>
			<div id="windowMoveing" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; DISPLAY: none; BACKGROUND: #ffffff; BORDER-LEFT: #000000 1px solid; WIDTH: 200px; BORDER-BOTTOM: #000000 1px solid; POSITION: absolute; HEIGHT: 70px; TEXT-ALIGN: center">
				<table width="100%">
					<tr>
						<td>
							<div id="username"></div>
							移位到序号:<input id="movingto" size="3" runat="server" NAME="movingto">之前
						</td>
					</tr>
					<tr>
						<td align="center"><input class="input" id="btnmove" type="button" value="确 定" runat="server" NAME="btnmove">&nbsp;&nbsp;
							<input class="input" onclick="moveCancer()" type="button" value="取 消">
						</td>
					</tr>
				</table>
			</div>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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