📄 coolmenu4.jsp.svn-base
字号:
<%@ page contentType = "text/html;charset=utf-8" language = "java"%>
<%@ taglib uri="http://struts-menu.sf.net/tag" prefix="menu" %>
<%@ taglib uri="http://struts-menu.sf.net/tag-el" prefix="menu-el" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>SunCMS</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="screen"
href="css/global.css" />
<link rel="stylesheet" type="text/css" media="screen"
href="css/coolmenu.css" />
<link rel="stylesheet" type="text/css" media="screen"
href="css/menuDropdown.css" />
<script type="text/javascript" src="scripts/menuDropdown.js"></script>
<script type="text/javascript" src="scripts/coolmenus4.js"></script>
<script type="text/javascript" src="scripts/cm_addins.js"></script>
<script language="javascript">
function openurl(id)
{
if(name == "f11"){
main.location.href="admin/OrgClass.jsp";
}
if(name == "article"){
urls='Article_artlist.action?artclass_id='+id;
}
if(name == "org"){
urls='OrgClass_ParOrgList.action?parent_id='+id;
}
if(name == "role"){
urls='Roles_RolesList.action?row_id='+id;
}
if(name == "groups"){
urls='Ugroups_GroupsIdList.action?parten_id='+id;
}
//加上要传递的参数
//window.right.location=urls;
// parent.right.location.href=urls;
}
</script>
</head>
<body >
<table width="100%" >
<tr>
<td colspan="2" height="25">
<script type="text/javascript" src="scripts/coolmenu4-config.js"></script>
<menu:useMenuDisplayer name="CoolMenu4" repository="repository" >
<menu:displayMenu name="f1"/>
<menu:displayMenu name="f2"/>
<menu:displayMenu name="f3"/>
<menu:displayMenu name="f4"/>
</menu:useMenuDisplayer>
</td>
</tr>
</table>
<iframe id="main" name="main" marginwidth="0" marginheight="0" width="100%" height="800" src="" frameborder="0" scrolling="no"></iframe>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -