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

📄 outlookmenu.aspx

📁 高校 学籍管理、成绩、收费、网上教学
💻 ASPX
字号:
<%@ Page Language="C#" CodeFile="OutLookMenu.aspx.cs" Inherits="Admin_OutLookMenu" %>

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

<html>
	<head>
		<style type="text/css"> body { background:#006699; margin:0px; font:normal 12px 宋体; }
	table { border:0px; }
	td { font:normal 12px 宋体; }
	img { vertical-align:bottom; border:0px; }
	a { font:normal 12px 宋体; color:#215DC6; text-decoration:none; }
	a:hover { color:#428EFF }
	.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; background:#D6DFF7; padding:5px 2px;}
	.menu_title { }
	.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
	.menu_title2 { }
	.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
	</style>
		<script language="javascript">
function menuChange(obj,menu)
{
	if(menu.style.display=="")
	{
		obj.background="img/admin_title_bg_hide.gif";
		menu.style.display="none";
	}else{
		obj.background="img/admin_title_bg_show.gif";
		menu.style.display="";
	}
}

function proLoadimg()
{
	var i=new Image;
	i.src='img/admin_title_bg_hide.gif';
}
proLoadimg();
		</script>
	</head>
	<body>
		<table cellpadding="0" cellspacing="0" width="158" align="center">
			<tr>
				<td height="42" valign="bottom">
					<a href="admin_main.htm" target="_top"><img src="img/admin_title.gif" width="158" border="0" height="38"></a></td>
			</tr>
			<tr height="25">
				<td background="img/admin_title_bg_quit.gif">
					&nbsp; &nbsp;<a href="admin.aspx" target="_top"><b>重登陆</b></a>&nbsp; <a href="admin_logout.aspx" target="_top">
						<b>退出管理</b></a>
				</td>
			</tr>
		</table>
		&nbsp; &nbsp; &nbsp; &nbsp;
		<table cellpadding="0" cellspacing="0" width="158" align="center">
			<tr style="CURSOR:hand">
				
    <td height="25" class="menu_title" background="img/admin_title_bg_show.gif" onmouseover="this.className='menu_title2';"
					onmouseout="this.className='menu_title';" onclick="menuChange(this,menu4);"> 
      <span>用户管理</span> </td>
			</tr>
			<tr>
				<td>
					<div class="sec_menu" style="WIDTH:158px" id="menu4">
						<table cellpadding="0" cellspacing="0" align="center" width="135">
							<tr height="20">
								<td><a href="../baseinfo/usergrouplist.aspx" target="main">用户角色设置</a></td>
							</tr>
							<tr height="20">
								<td><a href="../baseinfo/rolepopedom.aspx" target="main">角色权限设置</a></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		&nbsp; &nbsp;
		<table cellpadding="0" cellspacing="0" width="158" align="center">
			<tr style="CURSOR:hand">
				
    <td height="25" class="menu_title" background="img/admin_title_bg_show.gif" onmouseover="this.className='menu_title2';"
					onmouseout="this.className='menu_title';" onclick="menuChange(this,menu6);"> 
      <span>版权信息</span> </td>
			</tr>
			<tr>
				<td>
					<div class="sec_menu" style="WIDTH:158px" id="menu6">
						<table cellpadding="0" cellspacing="0" align="center" width="135">
							<tr height="20">
								<td>&nbsp;支持网站:<a href="http://www.aspsky.net/" target="_blank">航雅设计</a></td>
							</tr>
							<tr height="20">
								<td>&nbsp;程序制作:<a href="mailto:wbird@aspsky.net">战神柔情</a></td>
							</tr>
						</table>
					</div>
				</td>
			</tr>
		</table>
		<br>
		<br>
	</body>
</html>

⌨️ 快捷键说明

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