流量统计修改国际化名称

This commit is contained in:
zhanghongqing
2019-01-22 10:21:01 +08:00
parent 859b3c72f9
commit 37dfdf1e3b
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>close
<html>
<head>
<meta charset="utf-8">
@@ -155,9 +155,9 @@ body {
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><i class="fa fa-unlink"> </i></a>
</div>
<div class="fl_fc">
<p data-original-title="<spring:message code="active_link"/>"
<p data-original-title="<spring:message code="close_link"/>"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
<!-- 活跃链接数 --><spring:message code="active_link"/></p>
<!-- 活跃链接数 --><spring:message code="close_link"/></p>
<a href="${ctx}/dashboard/traffic/ntcTotalReportDetail?searchAction=close_link"><p class="numberRun6">0</p></a>
</div>