diff 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
line wrap: on
line diff
--- a/src/main/webapp/clean/components/publicShowSubjects.xhtml	Mon Jun 04 20:17:04 2018 +0200
+++ b/src/main/webapp/clean/components/publicShowSubjects.xhtml	Wed Jun 06 21:01:05 2018 +0200
@@ -12,15 +12,13 @@
 
 		<!-- <h:outputStylesheet name="/css/ismi-db/repository.css" /> -->
 
-
+        <h2 style="color:black; text-align:left">Author: #{Session.publicByAuthor.selectedPerson.ownValue}"</h2>
 
 		<h:panelGrid columns="3" styleClass="displayPanel"
 			columnClasses="displayPanelColumn01,displayPanelColumn02">
 
 			<h:outputLabel value="Person ID" />
 			<h:inputText value="#{Session.publicByAuthor.selectedPersonId}" />
-			<h:outputText
-				value="#{Session.publicByAuthor.selectedPerson.ownValue}" />
 
 			<a4j:commandButton value="search"
 				actionListener="#{Session.publicByAuthor.listenerAuthorIdSearch}"