📄 mainxt.vm
字号:
<html>
<head>
<title>电子公文传输系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
.navPoint { COLOR: #5980DE; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 16px}
body,p,td { FONT-SIZE: 12px}
</style>
<script language="JavaScript">
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("frmTitle").style.display="none"
}
else{
switchPoint.innerText=3
document.all("frmTitle").style.display=""
}
}
function init(){
switchPoint.innerText='3'
}
</script>
</head>
<body bgcolor="#FFFFFF" scroll="no" style="MARGIN: 0px" onload="init();">
<table border=0 cellpadding=0 cellspacing=0 height="100%" width="100%">
<tr>
<td valign="top">
<iframe frameborder="0" id=frmTitle name="BoardTitle" src="$request.getContextPath()/menu/menu.vm" style="height:100%; VISIBILITY: inherit; WIDTH: 150px; Z-INDEX: 2"></iframe>
</td>
<td bgcolor=#FFFFFF style="WIDTH: 8px">
<table border=0 cellpadding=0 cellspacing=0 height="24">
<tr>
<td onClick=switchSysBar() style="HEIGHT: 100%"><span class=navPoint id=switchPoint title="打开或关闭菜单"></span></td>
</tr>
</table>
</td>
<td style="WIDTH: 100%">
<iframe frameborder=0 id=frmright name="frmright" scrolling=yes #if ($userinfo.hasPermission($SYSMANAGE) || $userinfo.isAdmin()) src="$request.getContextPath()/orgnization/viewselfunit.vm" #else src="$request.getContextPath()/recvDocAction.do?method=unsignList&unitId=$!userinfo.getUnit().getUnitId()" #end style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></iframe>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -