# HG changeset patch # User Zoe Hong # Date 1453812107 -3600 # Node ID 8f6c47775fe8dfcd310aee1ca86e8b0591e6576a # Parent 7c2e1b14b77d16eeb807616e7e514bbcdce11f44 new: 'view on LGMap' shown on the existing full text searching list diff -r 7c2e1b14b77d -r 8f6c47775fe8 src/main/java/de/mpiwg/web/jsp/ApplicationBean.java --- a/src/main/java/de/mpiwg/web/jsp/ApplicationBean.java Tue Jan 26 11:46:10 2016 +0100 +++ b/src/main/java/de/mpiwg/web/jsp/ApplicationBean.java Tue Jan 26 13:41:47 2016 +0100 @@ -68,6 +68,17 @@ return value; } + public String getLGMapUrl(){ + String value = null; + try { + value = PropertiesUtils.getPropValue("lgmap"); + } catch (Exception e) { + e.printStackTrace(); + } + return value; + } + + public String getOkImage(){ return getRootServer() + "/resources/images/ok.png"; } diff -r 7c2e1b14b77d -r 8f6c47775fe8 src/main/webapp/pages/fullTextSearch.jsp --- a/src/main/webapp/pages/fullTextSearch.jsp Tue Jan 26 11:46:10 2016 +0100 +++ b/src/main/webapp/pages/fullTextSearch.jsp Tue Jan 26 13:41:47 2016 +0100 @@ -141,8 +141,9 @@ - - + + + <% for (LGFullTextSearchFile aFile : sessionBean.getFullTextSearchPage().getFileList() ){%> @@ -150,7 +151,7 @@ + <% } %>
Table namehtmlView htmlView on LGMap
<%= aFile.getFileName() %> - + Show text in html @@ -159,6 +160,13 @@ + + + View on LGMap + +