提交 eab120ad 编写于 作者: A ascrutae

将analyResult标签修改成analysisresult

上级 f685236d
......@@ -13,7 +13,7 @@
<#macro anlyResultDisplayTmpl>
<script type="text/x-jsrender" id="anlyResultDisplayTmpl">
<div class="row">
<h4><a href="${_base}/mainPage?loadType=showAnalysisResult&key=analyResult:{{>treeId}}">{{>entranceViewpoint}}</a></h4>
<h4><a href="${_base}/mainPage?loadType=showAnalysisResult&key=analysisresult:{{>treeId}}">{{>entranceViewpoint}}</a></h4>
<p>
{{for nodes}}
{{if isPrintSlipDot}}
......
......@@ -72,7 +72,7 @@
var searchKey = $("#key").val();
if (searchKey.match(/viewpoint:*/i)) {
window.location.href = "${_base}/mainPage?loadType=showAnlySearchResult&key=" + searchKey;
}else if (searchKey.match(/analyResult:*/i)){
}else if (searchKey.match(/analysisresult:*/i)){
window.location.href = "${_base}/mainPage?loadType=showAnalysisResult&key=" + searchKey;
} else {
window.location.href = "${_base}/" + searchKey;
......
......@@ -59,7 +59,7 @@
var searchKey = $("#searchKey").val();
if (searchKey.match(/viewpoint:*/i)) {
loadContent("showAnlySearchResult")
} else if (searchKey.match(/analyResult:*/i)){
} else if (searchKey.match(/analysisresult:*/i)){
loadContent("showAnalysisResult");
} else{
loadContent("showTraceInfo");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册