From 85aa67d7bdc9266195c70475fefa0324899ebf6d Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.24> Date: 星期三, 14 十一月 2018 13:53:22 +0800 Subject: [PATCH] 实时监测页面拓扑图上添加跳转到机房历史事件查询页面的菜单,以及修改机房历史事件查询页面中的title和导航文本一致 --- gx_tieta/WebRoot/control.jsp | 5 +++-- gx_tieta/WebRoot/batt-state-statistical.jsp | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/batt-state-statistical.jsp b/gx_tieta/WebRoot/batt-state-statistical.jsp index 4c2e552..6474a11 100644 --- a/gx_tieta/WebRoot/batt-state-statistical.jsp +++ b/gx_tieta/WebRoot/batt-state-statistical.jsp @@ -10,7 +10,7 @@ <!-- 榛樿浣跨敤鏈�楂樺唴鏍� --> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" > <base href="<%=basePath%>"> - <title><s:text name="Station_statestatistical"/></title> <!-- 鏈烘埧鐘舵�佺粺璁℃煡璇� --> + <title><s:text name="Station_histor_events_query"/></title> <!-- 鏈烘埧鍘嗗彶浜嬩欢鏌ヨ --> <link rel="stylesheet" href="css/basic.css"> <link rel="stylesheet" type="text/css" href="css/nocontent.css"> <link rel="stylesheet" type="text/css" href="css/loading.css"> @@ -36,7 +36,7 @@ <!--瀵艰埅寮�濮�--> <jsp:include page="nav.jsp" flush="true"/> <div class="filter-container"> - <div class="filter-title"><a href="javascript:;"><s:text name="Station_statestatistical"/>--><s:text name="Show/hide_the_query_conditions"/></a></div> + <div class="filter-title"><a href="javascript:;"><s:text name="Station_histor_events_query"/>--><s:text name="Show/hide_the_query_conditions"/></a></div> <div class="filter-content"> <table> <tbody> diff --git a/gx_tieta/WebRoot/control.jsp b/gx_tieta/WebRoot/control.jsp index 038a294..433c845 100644 --- a/gx_tieta/WebRoot/control.jsp +++ b/gx_tieta/WebRoot/control.jsp @@ -4428,10 +4428,11 @@ // 鐢佃矾鎷撴墤鍥惧彸閿彍鍗� var menuItems = [ - {txt: '鏈烘埧鐘舵�佹煡璇�', cla: 'target', data:{target: 'batt-state-manage.jsp'}}, - {txt: '鏈烘埧娴侀噺缁熻鏌ヨ', cla: 'target', data:{target: 'batt-traffic-statistics1.jsp'}}, + {txt: '鏈烘埧瀹炴椂鐘舵�佹煡璇�', cla: 'target', data:{target: 'batt-state-manage.jsp'}}, + {txt: '璁惧娴侀噺缁熻鏌ヨ', cla: 'target', data:{target: 'batt-traffic-statistics1.jsp'}}, {txt: '鏈烘埧缁埅鑳藉姏鏌ヨ', cla: 'target', data: {target: 'batt-life-manage.jsp'}}, {txt: '璁惧鍏呮斁鐢垫ā鍧楃姸鎬�', cla:'target', data: {target: 'equip-charge-param.jsp'}}, + {txt: '鏈烘埧鍘嗗彶浜嬩欢鏌ヨ', cla:'target', data: {target: 'batt-state-statistical.jsp'}}, ]; // 缁欒〃鏍兼坊鍔犺嚜宸辩殑鍙抽敭鑿滃崟 $('#contai').on('mousedown','.ele-circle',function(e){ -- Gitblit v1.9.1