comparison src/main/webapp/entry/person.xhtml @ 150:29c4b64caad0

small cleanup; add mams_number field for PERSON.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 26 Jul 2017 16:33:26 +0200
parents 9cd25e1a58f0
children 0aa8975784d9
comparison
equal deleted inserted replaced
149:a279d80fae42 150:29c4b64caad0
134 134
135 <h:outputText value="Authority ID (LoC)" /> 135 <h:outputText value="Authority ID (LoC)" />
136 <h:inputText size="70" 136 <h:inputText size="70"
137 value="#{CurrentPerson.attributes['authority_id']}" /> 137 value="#{CurrentPerson.attributes['authority_id']}" />
138 <h:outputText /> 138 <h:outputText />
139
140 <h:outputText value="MAMS number" />
141 <h:inputText size="10"
142 value="#{CurrentPerson.attributes['mams_number']}" />
143 <h:outputText />
139 144
140 <h:outputText value="Notes"/> 145 <h:outputText value="Notes"/>
141 <h:inputTextarea cols="70" rows="10" 146 <h:inputTextarea cols="70" rows="10"
142 value="#{CurrentPerson.attributes['notes']}"/> 147 value="#{CurrentPerson.attributes['notes']}"/>
143 <h:outputText /> 148 <h:outputText />