Mercurial > hg > LGServices
diff src/main/webapp/pages/fullTextSearch.jsp @ 41:ba9515f22897
new: topic management and adding sections from searching result into topic
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 17 Dec 2015 13:44:08 +0100 |
parents | 35ed4e650a53 |
children | 13555aff1f88 |
line wrap: on
line diff
--- a/src/main/webapp/pages/fullTextSearch.jsp Mon Dec 07 17:06:57 2015 +0100 +++ b/src/main/webapp/pages/fullTextSearch.jsp Thu Dec 17 13:44:08 2015 +0100 @@ -1,6 +1,4 @@ -<%@page import="de.mpiwg.gazetteer.bo.LGBranch"%> <%@page import="org.apache.commons.lang.StringUtils"%> -<%@page import="de.mpiwg.gazetteer.db.DBSection"%> <%@page import="de.mpiwg.gazetteer.db.DBContents"%> <%@page import="de.mpiwg.gazetteer.bo.LGFullTextSearchFile"%> @@ -108,7 +106,7 @@ <div id="page"> <% if(sessionBean.getUser() == null) { %> - <label>You must login!</label> + <label class="subTitel">You must login!</label> <% } else { if (sessionBean.getFullTextSearchPage().getFileList() == null){