comparison src/main/webapp/clean/components/publicShowSubjects.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 3475b8bea550
children 3d8b31508128
comparison
equal deleted inserted replaced
172:3475b8bea550 173:aa564b1b5e1f
10 <body> 10 <body>
11 <ui:composition> 11 <ui:composition>
12 12
13 <!-- <h:outputStylesheet name="/css/ismi-db/repository.css" /> --> 13 <!-- <h:outputStylesheet name="/css/ismi-db/repository.css" /> -->
14 14
15 15 <h2 style="color:black; text-align:left">Author: #{Session.publicByAuthor.selectedPerson.ownValue}"</h2>
16 16
17 <h:panelGrid columns="3" styleClass="displayPanel" 17 <h:panelGrid columns="3" styleClass="displayPanel"
18 columnClasses="displayPanelColumn01,displayPanelColumn02"> 18 columnClasses="displayPanelColumn01,displayPanelColumn02">
19 19
20 <h:outputLabel value="Person ID" /> 20 <h:outputLabel value="Person ID" />
21 <h:inputText value="#{Session.publicByAuthor.selectedPersonId}" /> 21 <h:inputText value="#{Session.publicByAuthor.selectedPersonId}" />
22 <h:outputText
23 value="#{Session.publicByAuthor.selectedPerson.ownValue}" />
24 22
25 <a4j:commandButton value="search" 23 <a4j:commandButton value="search"
26 actionListener="#{Session.publicByAuthor.listenerAuthorIdSearch}" 24 actionListener="#{Session.publicByAuthor.listenerAuthorIdSearch}"
27 render="selectSubjectPanel" /> 25 render="selectSubjectPanel" />
28 26