Mercurial > hg > LGServer
comparison src/main/webapp/templates/publicTemplate.xhtml @ 2:1f56cf4f80d4
Fix of bug in the creation of a new file.
author | "jurzua <jurzua@mpiwg-berlin.mpg.de>" |
---|---|
date | Wed, 11 Mar 2015 16:00:42 +0100 |
parents | 7682c04c63a8 |
children | 5316e79f9a27 |
comparison
equal
deleted
inserted
replaced
1:43f4cbe04ea1 | 2:1f56cf4f80d4 |
---|---|
80 <ace:menuItem value="Manage Branch" | 80 <ace:menuItem value="Manage Branch" |
81 url="#{appBean.rootServer}/home/branchEditor.xhtml" /> | 81 url="#{appBean.rootServer}/home/branchEditor.xhtml" /> |
82 <ace:menuItem value="Create File" | 82 <ace:menuItem value="Create File" |
83 url="#{appBean.rootServer}/home/createNewFile.xhtml" /> | 83 url="#{appBean.rootServer}/home/createNewFile.xhtml" /> |
84 <ace:menuItem value="Search Section" | 84 <ace:menuItem value="Search Section" |
85 url="#{appBean.rootServer}/home/searchPage.xhtml" /> | 85 url="#{appBean.rootServer}/home/searchPage.xhtml" /> |
86 <ace:menuItem value="Dataverse" | |
87 url="#{appBean.dvnRootServer}" /> | |
86 </ace:menuBar> | 88 </ace:menuBar> |
87 </h:form> | 89 </h:form> |
88 | 90 |
89 <div id="page"> | 91 <div id="page"> |
90 <h:panelGrid rendered="#{sessionBean.user != null}" style="width:100%"> | 92 <h:panelGrid rendered="#{sessionBean.user != null}" style="width:100%"> |