📄 functionlist.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="GB2312" %>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>功能菜单</title>
<base target="mainFrame">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-highlight-color: #efefef;
scrollbar-darkshadow-color: #efefef;
scrollbar-base-color: #ffffff;
scrollbar-3dlight-color: #94B6E6;
scrollbar-face-color: #94B6E6;
scrollbar-arrow-color: #ffffff
}
-->
</style>
<link href="css/caidan.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE="JavaScript">
function onMouseOver(obj)
{
obj.height = obj.height + 2;
obj.width = obj.width + 2;
}
function onMouseOut(obj)
{
obj.height = obj.height - 2;
obj.width = obj.width - 2;
}
function show(url)
{
top.document.getElementById('mainFrame').src = url;
}
</script>
</head>
<body>
<div id="functionlist">
<div >
<table border=0 >
<tr>
<td><img src="images/basicinfo.gif" border="0" width="45" height="45"
onMouseOver="onMouseOver(this)" onMouseOut="onMouseOut(this)"
onClick="show('userList.jsp')" /></td>
</tr>
<tr>
<td><span>用户管理</span></td>
</tr>
</table>
</div>
<div>
<table border=0 >
<tr>
<td><img src="images/designguide.gif" border="0" width="45" height="45"
onMouseOver="onMouseOver(this)" onMouseOut="onMouseOut(this)"
onClick="show('cureDataList.jsp')" />
</td>
</tr>
<tr>
<td><span>语料库管理</span></td>
</tr>
</table>
</div>
<div>
<table border=0 >
<tr>
<td><img src="images/workguide.gif" border="0" width="45" height="45"
onMouseOver="onMouseOver(this)" onMouseOut="onMouseOut(this)"
onClick="show('updatePassword.jsp')" />
</td>
</tr>
<tr>
<td><span>密码管理</span></td>
</tr>
</table>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -