?? menu_res_pic.jsp
字號(hào):
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<%@ page import="cn.com.dekn.cms.article.admin.busi.ArticleAuditBean"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J</title>
<link href="../skin/blue/css/menu.css" rel="stylesheet" type="text/css">
<link href="../skin/blue/css/tree.css" rel="stylesheet" type="text/css">
<script src="../../js/common.js"></script>
<script src="../../js/tree/xtree.js"></script>
<script src="../../js/page_init.js"></script>
<script>
function goto(target,URL){
obj = eval("top." + target);
obj.location.href = URL;
}
function gotoAddArticle(URL){
top.mainFrame.location.href = URL + "?class_id=" + class_tree.document.formForCLassID.classID.value;
}
</script>
<%
if(!cn.com.dekn.cms.security.login.CMS4JUser.isLogin(request)){
%>
<script>
top.location.href="../login.jsp";
</script>
<%
return;
}
%>
</head>
<script>
function displayOrHideMenu(objID){
displayOrHide("menu_" + objID);
var linkTable = document.getElementById("menu_" + objID);
var obj = document.getElementById("menu_title_" + objID);
if(obj){
if(linkTable.style.display==""){
obj.className = "menu-ctrl-bar-exp-button";
}else{
obj.className = "menu-ctrl-bar-col-button";
}
}
}
//頁(yè)面初始化
function pageInit(){
if(document.getElementById("NODE_ID")){
selectInit("NODE_ID","${param.cluster_node_id}");
}
}
</script>
<style>
.toolbar-btn-onmouseover {
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
left: 0px;
bottom: 0px;
background-color: #becee7;
margin-right: 1px;
margin-bottom: 0px;
margin-left: 0px;
}
.toobar-button {
padding-right: 0px;
padding-left: 0px;
margin-top: 3px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 0px;
}
.toolbar-split {
margin-top: 0px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 0px;
}
.toolbar-btn-onmousedown {
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #CCCCCC;
left: 0px;
bottom: 0px;
background-color: #efefef;
margin-right: 1px;
margin-bottom: 0px;
margin-left: 0px;
margin-top: 2px;
padding-top: 2px;
padding-left: 3px;
}
</style>
<body onLoad="parent.scroll='no'">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="menu-border-line2"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"></td>
<td width="10"><img src="../skin/blue/images/toolbar_left.gif" width="10" height="27"></td>
<td background="../skin/blue/images/toolbar_bg.gif"><a href="../pic/pic_class_add.jsp" target="mainFrame"><IMG SRC="../skin/blue/images/icon_new_class.gif" alt="創(chuàng)建新欄目" width="20" height="20" border="0" class="toobar-button" onMouseDown="this.className='toolbar-btn-onmousedown'" onMouseMove="this.className='toolbar-btn-onmouseover'" onMouseOut="this.className='toobar-button'"></a><a href="../pic/pic_class_list.jsp" target="mainFrame"><IMG SRC="../skin/blue/images/icon_class.gif" alt="分類管理" width="20" height="20" border="0" class="toobar-button" onMouseDown="this.className='toolbar-btn-onmousedown'" onMouseMove="this.className='toolbar-btn-onmouseover'" onMouseOut="this.className='toobar-button'"></a><a href="../article/article_special_admin_list.jsp" target="mainFrame"></a><a href="../html/cache_class.jsp" target="mainFrame"></a> </td>
<td width="4" align="right"><img src="../skin/blue/images/toolbar_right.gif" width="4" height="27"></td>
<td width="1"></td>
</tr>
</table> </td>
</tr>
<tr id="treeTr">
<td valign="top" height="100%">
<iframe src="menu_pic_tree.jsp" frameborder="0" scrolling="yes" vspace="0" width="100%" height="100%" hspace="0" name="class_tree" id="class_tree"></iframe> </td>
</tr>
</table>
<!-- 用作判斷刷新的標(biāo)記 -->
<input type="hidden" name="refurbish" id="refurbish" value="refurbish">
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -