Skip to content

Commit

Permalink
Merge branch 'master' into standAlone
Browse files Browse the repository at this point in the history
  • Loading branch information
Ke Hu committed Apr 12, 2016
2 parents 0c6bf4c + f182f14 commit 0e22fb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BSPAT/web/analysisResult.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,19 @@
</tr>
<tr>
<td>Target coordinates used:</td>
<%
if (constant.targetFileName == null) {
%>
<td><a href="manualAnalysis.jsp#targetCoordinates">default target coordinates</a></td>
<%
} else {
%>
<td><a href=<%=constant.getAbsolutePathTargetCoorFile()%>><%=constant.targetFileName%>
</a>
</td>
<%
}
%>
</tr>
</table>
<p class="dottedline"></p>
Expand Down

0 comments on commit 0e22fb0

Please sign in to comment.