修改关键字配置失效时,关联的已失效的配置再次失效的bug

增加分割删除nginx access.log的脚本
志总量,登陆用户名密码提示国际化文件修改
张微's avatar
修改proxy帮助文档,配置操作日志,增加音视频样例剪切工具下载
修正特定服务ajax动态新增的时候没有将编译ID获取的bug
This commit is contained in:
段冬梅
2018-12-14 11:53:41 +08:00
parent ab29865c3f
commit 73bfd7de5f
21 changed files with 151 additions and 16 deletions

View File

@@ -353,15 +353,23 @@ background:#3d3d3d;
</ul>
</li>
</c:if>
<li class="dropdown dropdown-user nav">
<a href="${pageContext.request.contextPath}/static/PotPlayerSetup64.exe" id="helpHref" target="_self" >
<i class="fa fa-cloud-download"></i>
<span class="username username-hide-on-mobile" id="help">
<spring:message code="cut sample tool" />
</span>
</a>
</li>
<!-- 在线帮助 -->
<%-- <li class="dropdown dropdown-user nav">
<li class="dropdown dropdown-user nav">
<a href="${ctx}/sys/help" id="helpHref" target="mainFrame" >
<i class="icon-question font-sharp"></i>
<span class="username username-hide-on-mobile" id="help">
<spring:message code="help" />
</span>
</a>
</li> --%>
</li>
<!-- 系统语言 -->
<li class="dropdown dropdown-user" id="language">

View File

@@ -100,6 +100,9 @@
<h3 class="page-title">
<spring:message code="http_keyword"/>
</h3>
<div style="color:red">
<spring:message code="keyword_log_tips"></spring:message>
</div>
<h5 class="page-header"></h5>
<div class="col-md-12">
<div class="portlet">

View File

@@ -96,6 +96,7 @@
<th><spring:message code="log_submission" /></th>
<th><spring:message code="log_ip" /></th>
<th><spring:message code="log_user" /></th>
<th><spring:message code="config content" /></th>
<th><spring:message code="operate_time" /></th>
</tr>
</thead>
@@ -143,6 +144,10 @@
</td>
<td>${log.remoteAddr}</td>
<td>${log.createBy}</td>
<td>
<a href="javascript:;" data-original-title="${log.params}"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
${fns:abbr(log.params,100)}</a></td>
<td><fmt:formatDate value="${log.createDate}"
type="both" /></td>
</tr>

View File

@@ -24,6 +24,9 @@ License: You must have a valid license purchased only from themeforest(the above
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
<link href="../../static/global/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

View File

@@ -24,6 +24,9 @@ License: You must have a valid license purchased only from themeforest(the above
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
<link href="../../static/global/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

View File

@@ -19,11 +19,12 @@ License: You must have a valid license purchased only from themeforest(the above
<head>
<meta charset="utf-8"/>
<title>online help</title>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
<link href="../../static/global/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />

View File

@@ -24,6 +24,9 @@ License: You must have a valid license purchased only from themeforest(the above
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
<link href="../../static/global/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
@@ -60,7 +63,7 @@ License: You must have a valid license purchased only from themeforest(the above
<div class="panel-heading">
<h4 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#accordion1_1">
1.功能简介</a>
1.Function Introduction</a>
</h4>
</div>
<div id="accordion1_1" class="panel-collapse collapse in">

Binary file not shown.