comparison src/main/webapp/entry/text.xhtml @ 9:e07a1ae515b7

(none)
author jurzua
date Tue, 24 Feb 2015 10:09:31 +0000
parents 764f47286679
children 45b921e683d6
comparison
equal deleted inserted replaced
8:54c1bb63a713 9:e07a1ae515b7
138 138
139 <h:outputText value="Notes" /> 139 <h:outputText value="Notes" />
140 <h:inputTextarea cols="65" rows="10" 140 <h:inputTextarea cols="65" rows="10"
141 value="#{CurrentText.attributes['notes']}" /> 141 value="#{CurrentText.attributes['notes']}" />
142 <h:outputText /> 142 <h:outputText />
143
144 <h:outputText value="Notes (old)" />
145 <h:inputTextarea cols="65" rows="10"
146 value="#{CurrentText.attributes['notes_old']}" />
147 <h:outputText />
143 148
144 <h:outputText value="Commentary on" /> 149 <h:outputText value="Commentary on" />
145 <ismi:autocomplete lo="#{CurrentText.commentaryLo}" /> 150 <ismi:autocomplete lo="#{CurrentText.commentaryLo}" />
146 <h:outputText/> 151 <h:outputText/>
147 152