⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toolbar.jsp

📁 java大型企业DRP系统源码带sql数据库
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GB18030"
    pageEncoding="GB18030"%> 
<%@ page import="com.bjsxt.drp.sysmgr.*" %>    
<%
	User user = (User)session.getAttribute("user");
 %>    
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
		<title>Untitled Document</title>
		<link rel="stylesheet" href="style/drp.css">

		<script language="JavaScript">
function changeWin(){
    parent.workaround.cols="172,*";
	parent.toolBar.showMainMenu.style.display='none';	
}

</script>
		<style type="text/css">
<!--
body,td,th {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
-->
</style>
	</head>

	<body class="boyd1" topmargin="0" leftmargin="0">
		<table width="100%" height="100%" border="0" cellpadding="0"
			cellspacing="0" bgcolor="#333300">
			<tr>
				<td width="5%" nowrap>
					&nbsp;
				</td>
				<td width="58%" nowrap>
					<font color="#FFFFFF">
						<div id="showMainMenu" style="display='none'">
							<a href="#" onClick="changeWin()">显示主菜单</a>
						</div> </font>
				</td>
				<td width="21%">
					当前用户:<%=user.getUserName() %>
				</td>
				<td width="8%">
					<font color="#FFFFFF">关于 &nbsp;帮助</font>
				</td>
				<td width="2%">
					&nbsp;
				</td>
				<td width="6%">
					<font color="#FFFFFF">注销</font>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -