changeset 210:0aa8975784d9

add deprecation notes to interface.
author casties
date Mon, 02 Sep 2019 13:14:08 +0200
parents c9347929be25
children 631864bfec2e
files src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentWitnessBean.java src/main/webapp/entry/person.xhtml src/main/webapp/entry/text.xhtml src/main/webapp/entry/witness.xhtml
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentWitnessBean.java	Tue Aug 27 12:38:48 2019 +0200
+++ b/src/main/java/de/mpiwg/itgroup/ismi/entry/beans/CurrentWitnessBean.java	Mon Sep 02 13:14:08 2019 +0200
@@ -132,7 +132,7 @@
 	public void reset(){
 		super.reset();
 		this.entity = new Entity(Node.TYPE_ABOX, WITNESS, false);
-		this.studiedByList = new EntityList(PERSON, "name_translit", "Studied by");
+		this.studiedByList = new EntityList(PERSON, "name_translit", "Studied by (deprecated)");
 		this.possibleExamplerOfList = new EntityList(TEXT, "full_title_translit", "Possible titles");
 		
 		this.codicesOverviewRendered = false;
--- a/src/main/webapp/entry/person.xhtml	Tue Aug 27 12:38:48 2019 +0200
+++ b/src/main/webapp/entry/person.xhtml	Mon Sep 02 13:14:08 2019 +0200
@@ -132,7 +132,7 @@
 			</h:panelGrid>
 			<h:outputText />
 
-			<h:outputText value="Authority ID (LoC)" />
+			<h:outputText value="Authority ID (deprecated)" />
 			<h:inputText size="70"
 				value="#{CurrentPerson.attributes['authority_id']}" />
 			<h:outputText />
--- a/src/main/webapp/entry/text.xhtml	Tue Aug 27 12:38:48 2019 +0200
+++ b/src/main/webapp/entry/text.xhtml	Mon Sep 02 13:14:08 2019 +0200
@@ -51,7 +51,7 @@
 			<h:commandButton value="translit"
 				action="#{CurrentText.translitTitleAction}" />
 
-			<h:outputText value="Prime Alias"/>
+			<h:outputText value="Prime Alias (deprecated)"/>
 			<h:panelGrid columns="1">
 				<h:inputText
 					size="100" value="#{CurrentText.valueShortTitle}">
@@ -109,7 +109,7 @@
 				actionListener="#{CurrentText.listenerShowAllAuthors}">
 			</h:commandButton>	
 
-        	<h:outputText value="Misattributed to" />
+        	<h:outputText value="Misattributions" />
         	<ui:include src="components/misattribution.xhtml" />
         	<h:outputText />   
 
--- a/src/main/webapp/entry/witness.xhtml	Tue Aug 27 12:38:48 2019 +0200
+++ b/src/main/webapp/entry/witness.xhtml	Mon Sep 02 13:14:08 2019 +0200
@@ -277,7 +277,7 @@
 			<ismi:autocomplete lo="#{CurrentWitness.copyPlaceLo}" />
 			<h:outputLabel />
 
-			<h:outputText value="Copy Date (hijra)" />
+			<h:outputText value="Copy Date" />
 			<ismi:date date="#{CurrentWitness.copyDate}" />
 			<h:outputLabel />
 
@@ -349,15 +349,15 @@
 				<f:selectItems value="#{ApplicationBean1.scripts}" />
 			</h:selectOneMenu>
 
-			<h:outputText value="Other Features" />
+			<h:outputText value="Other Features (old)" />
 			<h:inputTextarea cols="80" rows="10"
 				value="#{CurrentWitness.attributes['other_features']}" />
 
-			<h:outputText value="Diagrams and Illustrations" />
+			<h:outputText value="Diagrams and Illustrations (old)" />
 			<h:inputTextarea cols="80" rows="10"
 				value="#{CurrentWitness.attributes['diagrams_and_illustrations']}" />
 
-			<h:outputText value="Scans" />
+			<h:outputText value="Scans (deprecated)" />
 			<h:inputText size="100" value="#{CurrentWitness.attributes['scans']}" />
 
 		</h:panelGrid>