📄 home.jsp.svn-base
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style/default.css" rel="stylesheet" type="text/css">
<SCRIPT>
function switchSysBar(){
if (document.getElementById("switchPoint").src.indexOf("bar_arrow.gif")!=-1){
document.getElementById("switchPoint").src="images/bar_arrow_r.gif";
document.getElementById("frmTitle").style.display="none";
}
else{
document.getElementById("switchPoint").src="images/bar_arrow.gif";
document.getElementById("frmTitle").style.display="";
}
}
</SCRIPT>
<script language="JavaScript">
window.resizeTo(screen.width-10, screen.height-30);
window.moveTo(0,0)
</script>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="1" class="line_bg"></td>
</tr>
<tr>
<td height="77" valign="top" background="images/admin_top_bg.gif"> <TABLE WIDTH=778 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD><img src="images/logo.gif" width="193" height="77"></TD>
<TD> </TD>
<TD><img src="images/home_bt.gif" width="53" height="77" onMouseOver="this.src='images/home_bt_over.gif'" onMouseOut="this.src='images/home_bt.gif'" style="cursor:hand" onclick="location.href='<c:url value="/admin/index.jspx"/>'"><img src="images/refresh_bt.gif" width="53" height="77" onMouseOver="this.src='images/refresh_bt_over.gif'" onMouseOut="this.src='images/refresh_bt.gif'" style="cursor:hand" onclick="javascript:main.location.reload();"><img src="images/help_bt.gif" width="53" height="77" onMouseOver="this.src='images/help_bt_over.gif'" onMouseOut="this.src='images/help_bt.gif'" style="cursor:hand"><img src="images/exit_bt.gif" width="53" height="77" onMouseOver="this.src='images/exit_bt_over.gif'" onMouseOut="this.src='images/exit_bt.gif'" style="cursor:hand" onclick="location.href='<c:url value="/adminExit.jspx"/>'"></TD>
</TR>
</TABLE></td>
</tr>
<tr>
<td height="1" class="line_bg"></td>
</tr>
<tr>
<td valign="top">
<TABLE border=0 cellPadding=0 cellSpacing=0 height="100%" width="100%" >
<TR>
<TD height="100%" valign="top" id="frmTitle" name="frmTitle">
<IFRAME scrolling='no' frameBorder=0 id=BoardTitle name="menuTree" src="admin_menu.jsp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 185px; Z-INDEX: 2;" target="main" ></IFRAME></td>
<TD width="11" align="center" background="images/bar_bg.gif" onclick="switchSysBar();" class="line_right" style="cursor:hand"><img src="images/bar_arrow.gif" width="11" height="11" id="switchPoint"></td>
<TD style="width:100%;HEIGHT:100%"><IFRAME frameBorder=0 id="main" name="main" scrolling="yes" src="welcome.jsp" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -