隧道菜单国际化

This commit is contained in:
wangxin
2018-06-07 10:18:30 +08:00
parent 0a1e796382
commit a004681603
5 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<html>
<head>
<title><spring:message code="${cfgName}"></spring:message></title>
<title><spring:message code="domain_control_white"></spring:message></title>
<script>
$(document).ready(function() {
//搜索框提示语初始化
@@ -62,7 +62,7 @@
</div>
<h3 class="page-title">
<spring:message code="${cfgName}"></spring:message>
<spring:message code="domain_control_white"></spring:message>
<small><spring:message code="date_list"/></small>
</h3>
<h5 class="page-header"></h5>

View File

@@ -2,7 +2,7 @@
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<html>
<head>
<title><spring:message code="${cfgName}"></spring:message></title>
<title><spring:message code="ip_control_white"></spring:message></title>
<script>
$(document).ready(function() {
//搜索框提示语初始化
@@ -66,7 +66,7 @@
</shiro:hasPermission>
</div>
<h3 class="page-title">
<spring:message code="${cfgName}"></spring:message>
<spring:message code="ip_control_white"></spring:message>
<small><spring:message code="date_list"/></small>
</h3>
<h5 class="page-header"></h5>