comparison src/main/webapp/search/displayTitle.xhtml @ 77:985dcecba904

"show scans" link and indicator for all witnesses with digitalization (no check for public).
author casties
date Tue, 28 Jun 2016 16:18:49 -0400
parents a58e6b2fb87f
children 579839a2e3e2
comparison
equal deleted inserted replaced
76:45b921e683d6 77:985dcecba904
279 escape="false" /> 279 escape="false" />
280 </h:column> 280 </h:column>
281 </h:dataTable> 281 </h:dataTable>
282 </h:panelGrid> 282 </h:panelGrid>
283 283
284 <h:outputText value="Scans" />
285 <h:outputLink rendered="#{!empty Session.displayTitle.witness.scanViewer}"
286 value="#{request.contextPath}#{Session.displayTitle.witness.scanViewer}"
287 target="_blank">
288 See witness scans
289 </h:outputLink>
290 <h:outputText rendered="#{empty Session.displayTitle.witness.scanViewer}"/>
291
284 <h:outputText value="Notes" /> 292 <h:outputText value="Notes" />
285 <h:outputText value="#{Session.displayTitle.witness.notes}" /> 293 <h:outputText value="#{Session.displayTitle.witness.notes}" />
286 294
287 <h:outputText value="Table of Contents" /> 295 <h:outputText value="Table of Contents" />
288 <h:outputText 296 <h:outputText