comparison src/main/webapp/entry/witness.xhtml @ 111:22a18bfc66b0

new completion that uses ALIASes: AbstractListenerObject. was_copied_in in WITNESS form can use PLACE aliases now. some cleanup.
author casties
date Fri, 09 Dec 2016 21:18:27 +0100
parents 3e620f32ed5e
children 71638720fe2f
comparison
equal deleted inserted replaced
110:e5d4443a1bc5 111:22a18bfc66b0
51 action="#{CurrentWitness.showAllTextsAction}" /> 51 action="#{CurrentWitness.showAllTextsAction}" />
52 <h:commandButton value="Search (other) texts by this author" 52 <h:commandButton value="Search (other) texts by this author"
53 action="#{CurrentWitness.showOtherTextsByAuthorAction}" /> 53 action="#{CurrentWitness.showOtherTextsByAuthorAction}" />
54 </h:panelGrid> 54 </h:panelGrid>
55 55
56 <h:outputText value="Full Name of Person" /> 56 <h:outputText value="Full Name of Author" />
57 <h:panelGrid id="witnessAuthorPanel"> 57 <h:panelGrid id="witnessAuthorPanel">
58 <ismi:autocomplete lo="#{CurrentWitness.authorLo}" /> 58 <ismi:autocomplete lo="#{CurrentWitness.authorLo}" />
59 </h:panelGrid> 59 </h:panelGrid>
60 <h:panelGrid columns="1"> 60 <h:panelGrid columns="1">
61 <h:commandButton value="Show all authors" 61 <h:commandButton value="Show all authors"
235 <ismi:autocomplete lo="#{CurrentWitness.copyistLo}" /> 235 <ismi:autocomplete lo="#{CurrentWitness.copyistLo}" />
236 <h:commandButton value="Show all" 236 <h:commandButton value="Show all"
237 action="#{CurrentWitness.showAllCopyistsAction}" /> 237 action="#{CurrentWitness.showAllCopyistsAction}" />
238 238
239 239
240 <h:outputText value="Copy (place)" /> 240 <h:outputText value="Copied in (place)" />
241 <ismi:autocomplete lo="#{CurrentWitness.copyPlaceLo}" /> 241 <ismi:autocomplete lo="#{CurrentWitness.copyPlaceLo}" />
242 <h:outputLabel /> 242 <h:outputLabel />
243 243
244 <h:outputText value="Copy Date (hijra)" /> 244 <h:outputText value="Copy Date (hijra)" />
245 <ismi:date date="#{CurrentWitness.copyDate}" /> 245 <ismi:date date="#{CurrentWitness.copyDate}" />
246 <h:outputLabel /> 246 <h:outputLabel />
247 247
248 <h:outputText value="Patronage of Witness" /> 248 <h:outputText value="Patron of Witness" />
249 <ismi:autocomplete lo="#{CurrentWitness.patronageLo}" /> 249 <ismi:autocomplete lo="#{CurrentWitness.patronageLo}" />
250 <h:commandButton value="Show all" 250 <h:commandButton value="Show all"
251 action="#{CurrentWitness.showAllPatronsAction}" /> 251 action="#{CurrentWitness.showAllPatronsAction}" />
252 </h:panelGrid> 252 </h:panelGrid>
253 253