`
conquer0
  • 浏览: 78386 次
  • 性别: Icon_minigender_1
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论

jquery的导航页面一(viewKBNaviPage.jsp)

阅读更多
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=UTF-8"pageEncoding="UTF-8"
    import = "com.huawei.it.support.common.base.SupportConstants,
              com.huawei.pattern.xml.XMLParser"
%>
<%@ page import="com.huawei.it.portal.common.base.XmlConfig"%>
<%@ page import="java.util.*"%>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<html>
<head>
<title><bean:message key="support.homepage.catalog.navigate" /></title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="华为,华为技术,huawei,huawei technology">

<%
String nls_lang = (String)session.getAttribute(com.huawei.it.support.common.base.SupportConstants.CFG_NLS);
  if(null==nls_lang|| nls_lang.equals(""))
       nls_lang="zh";   
       String wwwPath="";
if(nls_lang.equals("zh")){
wwwPath= XmlConfig.config.getValue("www_path","zh");
}else{
wwwPath=XmlConfig.config.getValue("www_path","en");
}
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";   
%>
<!-- <LINK href="<%=wwwPath %>/css/vicss/public.css" rel="stylesheet" type="text/css"> -->
<link href="<%=request.getContextPath()%>/css/vicss/<%=(String)session.getAttribute(com.huawei.it.support.common.base.SupportConstants.CFG_NLS)%>/public.css" rel="stylesheet" type="text/css">
<link href="<%=request.getContextPath()%>/css/vicss/<%=(String)session.getAttribute(com.huawei.it.support.common.base.SupportConstants.CFG_NLS)%>/support_home.css" rel="stylesheet" type="text/css">
<LINK href="<%=request.getContextPath()%>/css/sup_navi.css" rel="stylesheet" type="text/css">
<LINK href="<%=request.getContextPath()%>/css/easyui.css" rel="stylesheet" type="text/css">
<LINK href="<%=request.getContextPath()%>/css/icon.css" rel="stylesheet" type="text/css">
<script language="javascript" src="<%=request.getContextPath()%>/js/jquery-1.4.2.min.js"></script>
<script language="javascript" src="<%=request.getContextPath()%>/js/jquery.easyui.min.js"></script>
<script language="javascript">
$(function(){
var select_pline;
var initType = "<%=request.getAttribute("initType")%>";
if (initType == "navigateFromAssociation") {
select_pline = "<%=request.getParameter("proline_id")%>";
} else {
    select_pline = "<%=request.getParameter("select_pline")%>";
    }

var div = $("a[id='"+select_pline+"']").parent();
div.addClass("m_lv3_sel_red");

/**$("div[id=navigate_tree_div]").each(
function() {
$(this).hover(function(){
        $(this).addClass("navi_left_tree_over");
        }, function() {
            $(this).removeClass("navi_left_tree_over");
        });
}
);*/
}); 
function leftMenuTreeClick(node) {
$("div[id=navigate_tree_div]").each(
        function() {
        $(this).removeClass();
        $(this).addClass("m_lv3_unsel");
        });
var div = $(node).parent();
div.addClass("m_lv3_sel_red");
addNavigationItem(node);
}
</script>
</head>
分享到:
评论

相关推荐

    jquery-3.7.0.min.js(jQuery下载)

    jquery-3.7.0.min.js(jQuery下载)jquery-3.7.0.min.js(jQuery下载)jquery-3.7.0.min.js(jQuery下载)jquery-3.7.0.min.js(jQuery下载)jquery-3.7.0.min.js(jQuery下载)jquery-3.7.0.min.js(jQuery下载)...

    jquery.hash.min.js 和 jquery.ba-hashchange.min.js

    而 `jquery.hash.min.js` 和 `jquery.ba-hashchange.min.js` 这两个文件则是在 jQuery 基础上扩展了对浏览器 URL hash 变化的处理,从而实现单页面应用(Single Page Application, SPA)中后退和前进按钮的刷新功能...

    jquery插件jquery-ui-1.8.2.custom.min.js

    此外,"jquery.cookie.js"是另一个jQuery插件,用于处理浏览器的Cookie。它允许开发者方便地读取、写入和删除Cookie,从而实现用户数据的本地存储,这对于实现记住密码、页面状态保存等功能非常有用。 在实际应用中...

    jquery-ui-1.8.16.custom.min.js/jquery-ui-1.8.16.custom.css

    **jQuery UI** 是一个强大的JavaScript库,用于构建用户界面,它基于流行的jQuery库。这个压缩包包含两个关键文件:`jquery-ui-1.8.16.custom.min.js` 和 `jquery-ui-1.8.16.custom.css`,这些都是jQuery UI的特定...

    jquery-ui.min.js

    &lt;link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"&gt; &lt;script src="https://code.jquery.com/jquery-3.6.0.min.js"&gt;&lt;/script&gt; &lt;script src="https://code.jquery....

    jquery.qrcode.min.js H5 html jsp生成二维码官方js库

    对于JSP页面,集成方式基本一致,只需将jQuery和`jquery.qrcode.min.js`的引入替换为服务器路径: ```jsp ;charset=UTF-8" language="java" %&gt; &lt;title&gt;jQuery QRCode JSP 示例 &lt;script src="&lt;%= request....

    jquery-upload.min.js和jquery-1.11.0.min.js

    jquery ajax上传组件JS. jquery-upload.min.js和jquery-1.11.0.min.js。 上传小文件图片,文件等非常合适。 详情可参考:http://blog.csdn.net/programmer_sir/article/details/29570935

    jquery-3.1.1.js和jquery-3.1.1.min.js

    Bootstrap Treeview是基于Bootstrap框架的一个组件,用于展示层级结构的数据,如导航菜单或目录结构。在这个插件中,jQuery起到了至关重要的作用。通过jQuery,开发者能够方便地操作DOM元素,动态地创建和更新树状...

    jquery.qrcode.min.js---二维码的jquery插件

    jquery.qrcode.min.js 二维码的jquery插件

    jquery.cookie.min.js

    最新的JQUERY.COOKIE.MIN.JS

    jquery.easing.1.3.min.js

    jquery.easing.1.3.min.js 动画效果js

    jquery.easings.min.js

    jquery.easings.min.js

    jquery-2.2.3.min.js

    jquery-2.2.3.min.js

    jquery.validate.min.js

    jquery.validate.min.js jquery jquery验证插件 validate

    jquery.ui.widget.js

    jquery的ui插件核心js文件: jquery.ui.widget.js

    jquery.table2excel.js

    jquery.table2excel.js,一款挺好用的javascript导出插件,需要jquery-1.7.1.min.js的支持。使用方法: $(document).ready(function() { //导出excel $("#output").click(function(){ var myDate = new Date(); ...

    jquery-1.11.1.js 、jquery-1.11.1.min.js 【官方jquery包 js】

    jQuery是一个轻量级的JavaScript库,它极大地简化了JavaScript的DOM操作、事件处理、动画设计和Ajax交互。它的API设计易于理解和使用,使得开发者能够用更少的代码实现更多的功能,提高了开发效率。 2. **jQuery ...

    jquery-1.9.1.js 、jquery-1.9.1.min.js 【官方jquery包 js】

    jQuery,这个JavaScript库,自2006年发布以来,以其简洁的API和强大的功能,迅速成为开发者们首选的前端工具之一。本篇文章将深入探讨jQuery 1.9.1版本,包括其核心特性、性能优化以及实际应用。 首先,我们来看看...

    jQuery.mobile-1.0.1.js与jQuery.mobile-1.0.1.min.js

    压缩版`jquery.mobile-1.0.1.min.css`则减少了网络传输的字节,提高了页面加载速度。 **主要特性** 1. **页面结构**:jQuery Mobile采用单一页面架构,通过AJAX技术实现页面无刷新切换,提升了用户体验。 2. **...

    jquery-ui-1.9.2.custom.min.js

    jQuery UI 是一个基于 jQuery 的强大用户界面库,它提供了丰富的交互效果、可自定义的主题以及多种可重用的UI组件。在我们讨论的文件 "jquery-ui-1.9.2.custom.min.js" 中,我们可以看到这是该库的一个特定版本——...

Global site tag (gtag.js) - Google Analytics