Mercurial > hg > LGServices
diff src/main/webapp/pages/branchPage.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 | 89a5ca7d44f7 |
children | 9dbbbfd474f4 |
line wrap: on
line diff
--- a/src/main/webapp/pages/branchPage.jsp Mon Dec 07 17:06:57 2015 +0100 +++ b/src/main/webapp/pages/branchPage.jsp Thu Dec 17 13:44:08 2015 +0100 @@ -68,7 +68,7 @@ <div id="page"> <% if(sessionBean.getUser() == null) { %> - <label>You must login!</label> + <label class="subTitel">You must login!</label> <% } else { %> <% if(sessionBean.getBranchPage().getBranch() != null) { %> @@ -99,14 +99,7 @@ </form> </div> <% } %> - <!-- - <form name="branchForm" - action="<%=sessionBean.getApplicationBean().getRootServer()%>/proxy.jsp" - method="post" - class="contentForm" - style="width: 70%; margin-left: auto;margin-right: auto;"> - <input name="bean" type="hidden" value="branchBean" /> - --> + <% if(sessionBean.getBranchPage().getBranch() == null) { %> <label>Task not found!</label> <% } else { %> @@ -356,10 +349,7 @@ <% } %> - - - - <!-- </form> --> + <% } %> </div>