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

📄 top.htm

📁 本服务条款内容一旦发生变动,乙方将会在本网站www.smspush.cn 的重要页面上提示修改内容。本服务条款的变更自上述页面发布之日起第三(3)日生效。甲方应定期查阅本服务条款及相关页面发布的修改内
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="javascript">
	function menuClick(index){
		switch (index){
                	case 0:
				parent.mainFrame.location = "main.htm"
				parent.leftFrame.location = "left.htm";
				break;
			case 1:
				parent.mainFrame.location = "/listTerminalAction.do?permissionId=1"
				parent.leftFrame.location = "terminal/terminalLeft.htm";
				break;
			case 2:
				parent.mainFrame.location = "/pushAction.do?action=init&permissionId=2"
				parent.leftFrame.location = "push/pushLeft.htm";
				break;
			case 3:
				parent.mainFrame.location = "schedule/schedule.jsp"
				parent.leftFrame.location = "schedule/scheduleLeft.htm";
				break;
			case 4:
				parent.mainFrame.location = "/pushLogList.do?permissionId=3"
				parent.leftFrame.location = "statistic/analyseLeft.htm";
				break;
			case 5:
				parent.mainFrame.location = "/listUser.do?permissionId=4"
				parent.leftFrame.location = "permission/permissionLeft.htm";
				break;

		}
	}

</script>
<link href="inc/public.css" rel="stylesheet" type="text/css">
</head>

<body>
<h1 id="siteName"><img src="images/logo.gif" width="144" height="78" /></h1>
<a href="#"  onClick="menuClick(0)">首页</a> | <a href="#"  onClick="menuClick(1)">终端用户管理</a>| <a  href="#" onClick="menuClick(2)">Push</a> | <a href="#" onClick="menuClick(4)">统计分析</a>  | <a href="#" onClick="menuClick(5)">系统权限管理</a>
</body>
</html>

⌨️ 快捷键说明

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