?? mainframe.jsp
字號(hào):
<%@page language="java" contentType="text/html; charset=GBK"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<head>
<title><bean:message key="system.background.title"/></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/common.css" type=text/css rel=stylesheet>
<script language="javascript">
function switchSysBarLeft(){
if (switchPointLeft.innerText==3){
switchPointLeft.innerText=4
document.all("MenuLeft").style.display="none"
}else{
switchPointLeft.innerText=3
document.all("MenuLeft").style.display=""
}
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin=0 marginwidth=0 topmargin="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td id=MenuLeft name="MenuLeft" vAlign=top align=left>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="4" background="images/zZ-bei-image-x.gif"><img src="images/zZ-bei-image-x.gif"></td>
<td><!-- 左菜單欄 -->
<IFRAME frameBorder=0 id=leftFrame name=leftFrame src="admin_left.do" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 155px"></IFRAME>
<!-- 左菜單欄 --></td>
</tr>
</table>
</td>
<td width="5" height="100%" bgcolor=#666666>
<TABLE border=0 cellPadding=0 cellSpacing=0>
<TR>
<TD style="HEIGHT: 100%" valign=middle onclick="switchSysBarLeft();">
<SPAN class=navPoint id=switchPointLeft title="關(guān)閉/打開(kāi)菜單">3</SPAN>
</td>
</tr>
</TABLE>
</td>
<td id=OfficeMain name="OfficeMain" vAlign=top align=left width="100%">
<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td height="100%"><!-- 主菜單欄 -->
<IFRAME frameBorder=0 id=mainFrame name=mainFrame src="admin_main.do" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%"></IFRAME>
<!-- 主菜單欄 --></td>
</tr>
<tr>
<td height="20" background="images/bottom_bg.gif"></td>
</tr>
</table></td>
<td bgcolor="#CCCCCC" align="right"> </td>
<tr>
<tr>
<td colspan="4" bgcolor="#CCCCCC" height="20"><table width="311" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="311" ><MARQUEE onmouseout="this.start()" onmouseover="this.stop()"
scrollAmount="1" scrollDelay="20">
<font color="#000000" size="2">用戶(hù):<logic:present name="UserInfo" scope="request"><bean:write name="UserInfo" property="username"/></logic:present>,歡迎光臨本系統(tǒng)!</font>
</MARQUEE></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -