修改设备状态记录查询的title并且改城设备历史事件查询,并添加到国际化文件中
4个文件已修改
11 ■■■■ 已修改文件
gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/equip-stats-change.jsp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/zzlogin1.jsp 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/src/global_zh_CN.properties 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/WEB-INF/classes/global_zh_CN.properties
@@ -1038,6 +1038,7 @@
##################   equip-stats-change.jsp ##################
Device_status_records_query = \u8bbe\u5907\u72b6\u6001\u8bb0\u5f55\u67e5\u8be2
Device_history_event_query = \u8bbe\u5907\u5386\u53f2\u4e8b\u4ef6\u67e5\u8be2
###################  batt-attention.jsp #######################
Batt_attention_manage=\u7535\u6c60\u5173\u6ce8\u7ba1\u7406
gx_tieta/WebRoot/equip-stats-change.jsp
@@ -10,7 +10,7 @@
      <!-- 默认使用最高内核 -->
    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
    <base href="<%=basePath%>">
    <title><s:text name="Device_status_records_query"/></title>                <!-- 设备状态记录查询 -->
    <title><s:text name="Device_history_event_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">
@@ -50,7 +50,7 @@
            <div class="data-container">
                <!-- 筛选条件 -->
                <div class="filter-container">
                    <div class="filter-title"><a href="javascript:changeFilterStats();"><s:text name="Device_status_records_query"/>--&gt;<s:text name="Show/hide_the_query_conditions"/></a></div>    <!-- 显示或隐藏查询条件 -->
                    <div class="filter-title"><a href="javascript:changeFilterStats();"><s:text name="Device_history_event_query"/>--&gt;<s:text name="Show/hide_the_query_conditions"/></a></div>    <!-- 显示或隐藏查询条件 -->
                    <div class="filter-content">
                        <table>
                            <tbody>
gx_tieta/WebRoot/zzlogin1.jsp
@@ -5,6 +5,11 @@
%>
<%@ taglib uri="/struts-tags" prefix="s" %>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%
        ServletContext context = getServletContext();
        String serverInfo = context.getServerInfo();
        System.out.println(serverInfo);
 %>
<!DOCTYPE HTML123>
<html>
  <head>
gx_tieta/src/global_zh_CN.properties
@@ -1038,6 +1038,7 @@
##################   equip-stats-change.jsp ##################
Device_status_records_query = \u8bbe\u5907\u72b6\u6001\u8bb0\u5f55\u67e5\u8be2
Device_history_event_query = \u8bbe\u5907\u5386\u53f2\u4e8b\u4ef6\u67e5\u8be2
###################  batt-attention.jsp #######################
Batt_attention_manage=\u7535\u6c60\u5173\u6ce8\u7ba1\u7406