Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/text.xhtml @ 143:1c09041f1182
110: The title-as-written-on-manuscript in the witness form does not save
Task-Url: https://it-dev.mpiwg-berlin.mpg.de/tracs/ismi/ticket/110
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 23 Jun 2017 20:40:18 +0200 |
parents | 9cd25e1a58f0 |
children | 6911b522c6e2 |
comparison
equal
deleted
inserted
replaced
140:13fb56030fe8 | 143:1c09041f1182 |
---|---|
59 </h:inputText> | 59 </h:inputText> |
60 <h:outputText id="romanized_prime_alias" value="Romanization: #{CurrentText.romanizedPrimaAlias}" /> | 60 <h:outputText id="romanized_prime_alias" value="Romanization: #{CurrentText.romanizedPrimaAlias}" /> |
61 </h:panelGrid> | 61 </h:panelGrid> |
62 <h:outputText /> | 62 <h:outputText /> |
63 | 63 |
64 <h:outputText value="Aliases for Title" /> | |
65 <h:panelGrid columns="1" border="1"> | |
66 <h:panelGrid columns="2"> | |
67 <h:dataTable value="#{CurrentText.aliasList.entities}" var="item"> | |
68 <h:column> | |
69 <h:outputText value="#{item.ownValue}" /> | |
70 </h:column> | |
71 <h:column> | |
72 <h:selectBooleanCheckbox | |
73 value="#{CurrentText.aliasList.selections[item.id]}" /> | |
74 </h:column> | |
75 </h:dataTable> | |
76 <h:commandButton value="Remove Selection" | |
77 actionListener="#{CurrentText.aliasList.listenerRemoveSelection}" /> | |
78 </h:panelGrid> | |
79 | |
80 <h:panelGrid columns="2"> | |
81 <h:inputText value="#{CurrentText.aliasList.input}" | |
82 style="width:500px;" /> | |
83 <h:commandButton value="CREATE" | |
84 actionListener="#{CurrentText.aliasList.listenerCreate}" /> | |
85 </h:panelGrid> | |
86 </h:panelGrid> | |
87 <h:outputText /> | |
88 | |
64 <h:outputText value="Language" /> | 89 <h:outputText value="Language" /> |
65 <h:selectOneMenu partialSubmit="true" | 90 <h:selectOneMenu partialSubmit="true" |
66 value="#{CurrentText.attributes['language']}"> | 91 value="#{CurrentText.attributes['language']}"> |
67 <f:selectItems value="#{ApplicationBean1.suggestedLanguages}" /> | 92 <f:selectItems value="#{ApplicationBean1.suggestedLanguages}" /> |
68 </h:selectOneMenu> | 93 </h:selectOneMenu> |
159 | 184 |
160 <h:outputText value="Version of" /> | 185 <h:outputText value="Version of" /> |
161 <ismi:autocomplete lo="#{CurrentText.versionLo}" /> | 186 <ismi:autocomplete lo="#{CurrentText.versionLo}" /> |
162 <h:outputText/> | 187 <h:outputText/> |
163 | 188 |
164 <h:outputText value="Aliases for Title" /> | |
165 <h:panelGrid columns="1" border="1"> | |
166 <h:panelGrid columns="2"> | |
167 <h:dataTable value="#{CurrentText.aliasList.entities}" var="item"> | |
168 <h:column> | |
169 <h:outputText value="#{item.ownValue}" /> | |
170 </h:column> | |
171 <h:column> | |
172 <h:selectBooleanCheckbox | |
173 value="#{CurrentText.aliasList.selections[item.id]}" /> | |
174 </h:column> | |
175 </h:dataTable> | |
176 <h:commandButton value="Remove Selection" | |
177 actionListener="#{CurrentText.aliasList.listenerRemoveSelection}" /> | |
178 </h:panelGrid> | |
179 | |
180 <h:panelGrid columns="2"> | |
181 <h:inputText value="#{CurrentText.aliasList.input}" | |
182 style="width:500px;" /> | |
183 <h:commandButton value="CREATE" | |
184 actionListener="#{CurrentText.aliasList.listenerCreate}" /> | |
185 </h:panelGrid> | |
186 </h:panelGrid> | |
187 <h:outputText /> | |
188 | |
189 <h:outputText value="Aliases for Explicit" /> | 189 <h:outputText value="Aliases for Explicit" /> |
190 <h:panelGrid columns="1" border="1"> | 190 <h:panelGrid columns="1" border="1"> |
191 <h:panelGrid columns="2"> | 191 <h:panelGrid columns="2"> |
192 <h:dataTable value="#{CurrentText.explicitAliasList.entities}" | 192 <h:dataTable value="#{CurrentText.explicitAliasList.entities}" |
193 var="item"> | 193 var="item"> |