framemenuxt.jsp

来自「java开发的系统,主要用SS框架,以供大家研究和参考学习.」· JSP 代码 · 共 49 行

JSP
49
字号
<%@page contentType="text/html; charset=GB2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
	<link rel="StyleSheet" href="css/dtree.css" type="text/css" />
	<script type="text/javascript" src="js/dtree.js"></script>
</head>

<body bgcolor="#DFE1ED">
<table width="160" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="30" bgcolor="#928CBA"><div align="center"><img src="images/sys_shuaxin.gif" alt="刷新" width="37" height="20" /></div></td>
    <td bgcolor="#928CBA"><div align="center"><img src="images/sys_zhankai.gif" alt="展开" width="37" height="20" /></div></td>
    <td bgcolor="#928CBA"><div align="center"><img src="images/sys_zhedie.gif" alt="折叠" width="37" height="20" /></div></td>
    <td bgcolor="#928CBA"><div align="center"><img src="images/sys_arr.gif" alt="关闭菜单" width="21" height="21" /></div></td>
  </tr>
  <tr>
    <td height="1" colspan="4" bgcolor="#7A74A5"></td>
  </tr>
</table>
<table width="160" border="0" cellspacing="0" cellpadding="1">
  <tr>
    <td width="160" height="10"></td>
  </tr>
  <tr>
    <td>
<div class="dtree">

	<script type="text/javascript">
		<!--

		d = new dTree('d');
		d.add(0,-1,'系统管理');
		
		document.write(d);

		//-->
	</script>

</div>
</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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