Mercurial > hg > ismi-richfaces
comparison src/main/webapp/browse/entityRepository.xhtml @ 88:8d93f3a0108f
More work on entering references.
author | casties |
---|---|
date | Thu, 06 Oct 2016 19:03:56 +0200 |
parents | 0d5d36c83e77 |
children | 42d0169904f3 |
comparison
equal
deleted
inserted
replaced
87:545e47659e1f | 88:8d93f3a0108f |
---|---|
154 </h:column> | 154 </h:column> |
155 </h:panelGrid> | 155 </h:panelGrid> |
156 <h:panelGrid columns="2" | 156 <h:panelGrid columns="2" |
157 rendered="#{EntityRepository.objectClass == 'REFERENCE'}"> | 157 rendered="#{EntityRepository.objectClass == 'REFERENCE'}"> |
158 <h:column> | 158 <h:column> |
159 <h:outputText value="Bibliography (Endnote) ID number" /> | 159 <h:outputText value="Reference (EndNote) ID number" /> |
160 </h:column> | 160 </h:column> |
161 <h:column> | 161 <h:column> |
162 <h:inputText value="#{EntityRepository.referenceBibIdNo}" /> | 162 <h:inputText value="#{EntityRepository.referenceBibIdNo}" /> |
163 </h:column> | 163 </h:column> |
164 </h:panelGrid> | 164 </h:panelGrid> |