diff src/main/webapp/home/branchEditor.xhtml @ 5:5316e79f9a27

Implementation of search pagination and lazy loading to display the result set of a search.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Mon, 16 Mar 2015 11:25:36 +0100
parents 43f4cbe04ea1
children
line wrap: on
line diff
--- a/src/main/webapp/home/branchEditor.xhtml	Wed Mar 11 16:32:06 2015 +0100
+++ b/src/main/webapp/home/branchEditor.xhtml	Mon Mar 16 11:25:36 2015 +0100
@@ -43,7 +43,7 @@
 				
 				<h:panelGrid columns="2" rendered="#{sessionBean.branchEditor.currentBranch != null}">
 					
-					<h:outputLabel value="Branch" styleClass="subTitle"/>
+					<h:outputLabel value="General Information" styleClass="subTitle"/>
 					<h:panelGrid columns="2" styleClass="tableComponent">
 						
 						<h:outputLabel value="Id"/>
@@ -119,13 +119,12 @@
 						<h:outputText/>
 						<h:panelGrid columns="1">
 							<h:inputTextarea value="#{sessionBean.branchEditor.text}" style="width: 400px; height: 200px;'"/>
-							<h:commandButton value="Save Changes" actionListener="#{sessionBean.branchEditor.listenerSaveText}"/>						
 						</h:panelGrid>
 						
 					</h:panelGrid>
 					
 					
-					<h:outputLabel value="Old Versions"  styleClass="subTitle"/>
+					<h:outputLabel value="All Versions"  styleClass="subTitle"/>
 					<ace:dataTable value="#{sessionBean.branchEditor.allFiles}" var="file" styleClass="tableComponent">
 						<ace:column headerText="ID">
 							<h:outputText value="#{file.id}"/>
@@ -139,11 +138,8 @@
 						<ace:column headerText="Created">
 							<h:outputText value="#{file.fomattedCreation}"/>
 						</ace:column>
-						<ace:column headerText="Extraction Interface">
-							
-						</ace:column>
 						<ace:column headerText="Export Table">
-						
+							<h:outputText value="TODO"/>
 						</ace:column>
 						<ace:column headerText="Text">
 							<h:outputLink