From 5f278f49255d2881bc564b6c71044cd2eddbb030 Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.16> Date: 星期三, 24 十月 2018 14:49:47 +0800 Subject: [PATCH] 修改机房状态查询,机房续航能力查询,机房状态统计查询,电池组配组记录页面中的title和导航上的title名称保持一致,修改 --- gx_tieta/WebRoot/set-match-group.jsp | 2 +- gx_tieta/WebRoot/batt-life-manage.jsp | 4 ++-- gx_tieta/WebRoot/batt-state-manage.jsp | 4 ++-- gx_tieta/WebRoot/batt-state-statistical.jsp | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gx_tieta/WebRoot/batt-life-manage.jsp b/gx_tieta/WebRoot/batt-life-manage.jsp index 9730d20..d7e36e2 100644 --- a/gx_tieta/WebRoot/batt-life-manage.jsp +++ b/gx_tieta/WebRoot/batt-life-manage.jsp @@ -9,7 +9,7 @@ <head> <base href="<%=basePath%>"> - <title>鍩虹珯缁埅鏃堕暱绠$悊鍔熻兘</title> <!--鍩虹珯缁埅鏃堕暱绠$悊鍔熻兘--> + <title><s:text name="Station_life_query"/></title> <!--鏈烘埧缁埅鑳藉姏鏌ヨ--> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/basic.css" rel="stylesheet"> @@ -57,7 +57,7 @@ <!-- 涓讳綋鍐呭 --> <div id="main"> <div id="eleInfor"> - <span class="summary"><s:text name="Batt_life_history_query"/>--><s:text name="Show/hide_the_query_conditions"/></span> + <span class="summary"><s:text name="Station_life_query"/>--><s:text name="Show/hide_the_query_conditions"/></span> <div class="checkCon"> <!-- 缁存姢鍖轰俊鎭� --> <form action="" id="search_form"> diff --git a/gx_tieta/WebRoot/batt-state-manage.jsp b/gx_tieta/WebRoot/batt-state-manage.jsp index cd233d8..7434bbe 100644 --- a/gx_tieta/WebRoot/batt-state-manage.jsp +++ b/gx_tieta/WebRoot/batt-state-manage.jsp @@ -10,7 +10,7 @@ <head> <base href="<%=basePath%>"> - <title>鍩虹珯鐘舵�佺鐞�</title> <!-- 鍩虹珯鐘舵�佺鐞� --> + <title><s:text name="Station_statequery"/></title> <!-- 鏈烘埧鐘舵�佹煡璇� --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/basic.css" rel="stylesheet"> @@ -83,7 +83,7 @@ <!-- 涓讳綋鍐呭 --> <div id="main"> <div id="eleInfor"> - <span class="summary">鍩虹珯鐘舵�佺鐞嗘煡璇�--><s:text name="Show/hide_the_query_conditions"/></span> + <span class="summary"><s:text name="Station_statequery"/>--><s:text name="Show/hide_the_query_conditions"/></span> <div class="checkCon filter-container"> <form action="" id="search_form"> <!-- 缁存姢鍖轰俊鎭� --> diff --git a/gx_tieta/WebRoot/batt-state-statistical.jsp b/gx_tieta/WebRoot/batt-state-statistical.jsp index d399e94..cb2e315 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>鐢垫睜缁勭姸鎬佺粺璁$鐞�</title> + <title><s:text name="Station_statestatistical"/></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="Show/hide_the_query_conditions"/></a></div> + <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-content"> <table> <tbody> diff --git a/gx_tieta/WebRoot/set-match-group.jsp b/gx_tieta/WebRoot/set-match-group.jsp index 36e8c4b..6a9b6f6 100644 --- a/gx_tieta/WebRoot/set-match-group.jsp +++ b/gx_tieta/WebRoot/set-match-group.jsp @@ -13,7 +13,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" /> <meta charset="UTF-8"> -<title>鐢垫睜缁勯厤缁勭鐞�</title> +<title>鐢垫睜缁勯厤缁勮褰�</title> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> -- Gitblit v1.9.1