diff src/main/webapp/browse/entityRepository.xhtml @ 81:0d5d36c83e77

added search for bibliography id attribute for REFERENCEs.
author casties
date Mon, 29 Aug 2016 20:18:04 +0200
parents 764f47286679
children 8d93f3a0108f
line wrap: on
line diff
--- a/src/main/webapp/browse/entityRepository.xhtml	Fri Aug 26 11:54:09 2016 +0200
+++ b/src/main/webapp/browse/entityRepository.xhtml	Mon Aug 29 20:18:04 2016 +0200
@@ -153,6 +153,15 @@
 										</h:selectOneMenu>
 									</h:column>
 								</h:panelGrid>
+                                <h:panelGrid columns="2"
+                                    rendered="#{EntityRepository.objectClass == 'REFERENCE'}">
+                                    <h:column>
+                                        <h:outputText value="Bibliography (Endnote) ID number" />
+                                    </h:column>
+                                    <h:column>
+                                        <h:inputText value="#{EntityRepository.referenceBibIdNo}" />
+                                    </h:column>
+                                </h:panelGrid>
 								<a4j:commandButton value="Submit"
 									rendered="#{EntityRepository.renderedSearch}"
 									action="#{EntityRepository.actionSearchByAttributes}" styleClass="button"