📄 left.jsp
字号:
<%@page language="java" contentType="text/html; charset=GBK"%>
<html>
<head>
<script src="/js/TaskMenu.js"></script>
<script>
var taskMenu1;
var taskMenu2;
var taskMenu3;
var taskMenu4;
var item1;
var item2;
var item3;
var item4;
var item5;
var item6;
var item7;
var item8;
TaskMenu.setStyle("/css/Blue/BlueStyle.css");
window.onload = function()
{
TaskMenu.setHeadMenuSpecial(true);
//TaskMenu.setScrollbarEnabled(true);
//TaskMenu.setAutoBehavior(false);
////////////////////////////////////////////////
item1 = new TaskMenuItem("个人资料","/img/demo.gif","parent.window.frames[2].location.href='/U05TInfo.do'");
item2 = new TaskMenuItem("教师Blog","/img/api.gif","parent.window.frames[2].location.href='/U05TBlogForward.do'");
item3 = new TaskMenuItem("作业布置","/img/update.gif","parent.window.frames[2].location.href='/B0search.do'");
item4 = new TaskMenuItem("作业审批","/img/update.gif","parent.window.frames[2].location.href='B1.htm'");
item5 = new TaskMenuItem("作业历史查询","/img/update.gif","parent.window.frames[2].location.href='B5.htm'");
item6 = new TaskMenuItem("试卷管理","/img/update.gif","parent.window.frames[2].location.href='A1.do?method=find'");
item7 = new TaskMenuItem("试卷审批","/img/update.gif","parent.window.frames[2].location.href='A2.htm'");
item8 = new TaskMenuItem("学员成绩查询","/img/update.gif","parent.window.frames[2].location.href='/B2search.do'");
item9 = new TaskMenuItem("学员成绩统计","/img/update.gif","parent.window.frames[2].location.href='B3.htm'");
item13 = new TaskMenuItem("教师列表","/img/api.gif","parent.window.frames[2].location.href='#'");
item14 = new TaskMenuItem("我的文件","/img/api.gif","parent.window.frames[2].location.href='/U07TFileSearch.do?utf=search'");
item10 = new TaskMenuItem("学员资料","/img/demo.gif","parent.window.frames[2].location.href='/main1.do'");
item11 = new TaskMenuItem("留言版","/img/friends.gif","parent.window.frames[2].location.href='A3.htm'");
item12 = new TaskMenuItem("后勤管理","/img/api.gif","parent.window.frames[2].location.href='B4.do'");
////////////////////////////////////////////////
taskMenu1 = new TaskMenu("个人管理");
taskMenu1.add(item1);
taskMenu1.add(item2);
taskMenu1.setBackground("/img/bg.gif");
taskMenu1.init();
taskMenu2 = new TaskMenu("作业系统");
taskMenu2.add(item3);
taskMenu2.add(item4);
taskMenu2.add(item5);
taskMenu2.init();
taskMenu3 = new TaskMenu("考试系统");
taskMenu3.add(item6);
taskMenu3.add(item7);
taskMenu3.add(item8);
taskMenu3.add(item9);
taskMenu3.init();
taskMenu4 = new TaskMenu("办公系统");
taskMenu4.add(item13);
taskMenu4.add(item14);
taskMenu4.add(item10);
taskMenu4.add(item11);
taskMenu4.add(item12);
taskMenu4.init()
}
</script>
</head>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -