comparison src/main/webapp/entry/text.xhtml @ 76:45b921e683d6

79: table of contents in TEXT entry form Task-Url: https://it-dev.mpiwg-berlin.mpg.de/tracs/ismi/ticket/79
author casties
date Tue, 28 Jun 2016 11:43:48 -0400
parents e07a1ae515b7
children 3e620f32ed5e
comparison
equal deleted inserted replaced
75:43648d7fc515 76:45b921e683d6
129 <h:inputTextarea cols="65" rows="10" 129 <h:inputTextarea cols="65" rows="10"
130 value="#{CurrentText.attributes['text_arrangement']}" /> 130 value="#{CurrentText.attributes['text_arrangement']}" />
131 <h:outputText /> 131 <h:outputText />
132 132
133 <h:outputText value="Table of Contents" /> 133 <h:outputText value="Table of Contents" />
134 <h:inputTextarea cols="65" rows="10" 134 <rich:editor
135 value="#{CurrentWitness.attributes['table_of_contents']}"
136 style="direction: rtl;" />
137 <!-- <h:inputTextarea cols="65" rows="10"
135 value="#{CurrentText.attributes['table_of_contents']}" 138 value="#{CurrentText.attributes['table_of_contents']}"
136 style="direction: rtl;" /> 139 style="direction: rtl;" />
137 <h:outputText /> 140 <h:outputText /> -->
138 141
139 <h:outputText value="Notes" /> 142 <h:outputText value="Notes" />
140 <h:inputTextarea cols="65" rows="10" 143 <h:inputTextarea cols="65" rows="10"
141 value="#{CurrentText.attributes['notes']}" /> 144 value="#{CurrentText.attributes['notes']}" />
142 <h:outputText /> 145 <h:outputText />