?? top.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 + -