comparison src/main/webapp/entry/codex.xhtml @ 32:86a9bb234663

exposed mpiwg_url and indexmeta_folder attributes on codex edit page.
author casties
date Thu, 21 May 2015 10:36:37 +0000
parents e07a1ae515b7
children 3e620f32ed5e
comparison
equal deleted inserted replaced
31:8c31ab1129e1 32:86a9bb234663
331 target="_blank"> <h:outputText 331 target="_blank"> <h:outputText
332 value="#{CurrentCodex.attributes['url_digitized_codex']}" /> 332 value="#{CurrentCodex.attributes['url_digitized_codex']}" />
333 </a> 333 </a>
334 </h:panelGrid> 334 </h:panelGrid>
335 335
336 <h:outputText value="MPIWG ID" />
337 <h:inputText size="100"
338 value="#{CurrentCodex.attributes['mpiwg_id']}" />
339
340 <h:outputText value="MPIWG index.meta folder" />
341 <h:inputText size="100"
342 value="#{CurrentCodex.attributes['indexmeta_folder']}" />
336 343
337 <h:outputText value="Number of Folios" /> 344 <h:outputText value="Number of Folios" />
338 <h:inputText size="100" 345 <h:inputText size="100"
339 value="#{CurrentCodex.attributes['number_of_folios']}" /> 346 value="#{CurrentCodex.attributes['number_of_folios']}" />
340 347