comparison src/main/webapp/clean/publicByAuthor.xhtml @ 173:aa564b1b5e1f public_by_author

publicByAuthor feature ui for selecting texts ready. actual changing of public state not yet implemented.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 06 Jun 2018 21:01:05 +0200
parents 8604b368ec19
children
comparison
equal deleted inserted replaced
172:3475b8bea550 173:aa564b1b5e1f
19 19
20 <h:panelGrid columns="1" 20 <h:panelGrid columns="1"
21 styleClass="mainPanel"> 21 styleClass="mainPanel">
22 22
23 <rich:tabPanel id="tabPanel" 23 <rich:tabPanel id="tabPanel"
24 activeItem="#{Session.selectedPublicByAuthorTab}" 24 activeItem="#{Session.selectedPublicByAuthorTab}">
25 itemChangeListener="#{Session.listenerPublicByAuthorTabChange}">
26 25
27 <rich:tab header="Find Author" name="01"> 26 <rich:tab header="Find Author" name="src">
28 <ui:include src="components/publicFindAuthor.xhtml" /> 27 <ui:include src="components/publicFindAuthor.xhtml" />
29 </rich:tab> 28 </rich:tab>
30 29
31 <rich:tab header="Select by Subject" name="02"> 30 <rich:tab header="Select by Subject" name="sub">
32 <ui:include src="components/publicShowSubjects.xhtml" /> 31 <ui:include src="components/publicShowSubjects.xhtml" />
33 </rich:tab> 32 </rich:tab>
34 </rich:tabPanel> 33 </rich:tabPanel>
35 34
36 </h:panelGrid> 35 </h:panelGrid>