comparison src/main/webapp/entry/text.xhtml @ 210:0aa8975784d9

add deprecation notes to interface.
author casties
date Mon, 02 Sep 2019 13:14:08 +0200
parents 62d5276ed785
children
comparison
equal deleted inserted replaced
209:c9347929be25 210:0aa8975784d9
49 </h:panelGrid> 49 </h:panelGrid>
50 50
51 <h:commandButton value="translit" 51 <h:commandButton value="translit"
52 action="#{CurrentText.translitTitleAction}" /> 52 action="#{CurrentText.translitTitleAction}" />
53 53
54 <h:outputText value="Prime Alias"/> 54 <h:outputText value="Prime Alias (deprecated)"/>
55 <h:panelGrid columns="1"> 55 <h:panelGrid columns="1">
56 <h:inputText 56 <h:inputText
57 size="100" value="#{CurrentText.valueShortTitle}"> 57 size="100" value="#{CurrentText.valueShortTitle}">
58 <a4j:ajax event="keyup" render="romanized_prime_alias" listener="#{CurrentText.listenerRomanizePrimaAlias}" /> 58 <a4j:ajax event="keyup" render="romanized_prime_alias" listener="#{CurrentText.listenerRomanizePrimaAlias}" />
59 </h:inputText> 59 </h:inputText>
107 </a4j:outputPanel> 107 </a4j:outputPanel>
108 <h:commandButton value="Show all authors" 108 <h:commandButton value="Show all authors"
109 actionListener="#{CurrentText.listenerShowAllAuthors}"> 109 actionListener="#{CurrentText.listenerShowAllAuthors}">
110 </h:commandButton> 110 </h:commandButton>
111 111
112 <h:outputText value="Misattributed to" /> 112 <h:outputText value="Misattributions" />
113 <ui:include src="components/misattribution.xhtml" /> 113 <ui:include src="components/misattribution.xhtml" />
114 <h:outputText /> 114 <h:outputText />
115 115
116 116
117 <h:outputText value="Created in" /> 117 <h:outputText value="Created in" />