Mercurial > hg > ismi-richfaces
comparison src/main/webapp/entry/codex.xhtml @ 161:8049becb05ca
New ALIAS is_alias_identifier_of CODEX/WITNESS for diverse catalog numbers.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 19 Apr 2018 20:35:12 +0200 |
parents | 1882f1c9974b |
children | ee8a923319ec |
comparison
equal
deleted
inserted
replaced
160:1882f1c9974b | 161:8049becb05ca |
---|---|
102 font-weight:bold; | 102 font-weight:bold; |
103 font-family:sans-serif ;" /> | 103 font-family:sans-serif ;" /> |
104 <h:outputText /> | 104 <h:outputText /> |
105 <h:outputText /> | 105 <h:outputText /> |
106 | 106 |
107 <h:outputText value="Alias Identifiers" /> | |
108 <h:panelGrid columns="1"> | |
109 <h:panelGrid columns="2"> | |
110 <h:dataTable value="#{CurrentCodex.aliasIdList.entities}" var="item" | |
111 rendered="#{!empty CurrentCodex.aliasIdList.entities}"> | |
112 <h:column> | |
113 <h:outputText value="#{item.ownValue}" /> | |
114 </h:column> | |
115 <h:column> | |
116 <h:selectBooleanCheckbox | |
117 value="#{CurrentCodex.aliasIdList.selections[item.id]}" /> | |
118 </h:column> | |
119 </h:dataTable> | |
120 <h:commandButton value="Remove Selected" | |
121 actionListener="#{CurrentCodex.aliasIdList.listenerRemoveSelection}" | |
122 rendered="#{!empty CurrentCodex.aliasIdList.entities}" /> | |
123 </h:panelGrid> | |
124 | |
125 <h:panelGrid columns="2"> | |
126 <h:inputText value="#{CurrentCodex.aliasIdList.input}" size="80"/> | |
127 <h:commandButton value="CREATE" | |
128 actionListener="#{CurrentCodex.aliasIdList.listenerCreate}" /> | |
129 </h:panelGrid> | |
130 </h:panelGrid> | |
131 <h:outputText value="Use schema 'catalogname: identifier', e.g. 'Ahlward: 7653'." /> | |
132 <h:outputText /> | |
133 | |
134 | |
135 | |
107 </h:panelGrid> | 136 </h:panelGrid> |
108 | 137 |
109 <h:panelGrid columns="2" styleClass="createPanel" | 138 <h:panelGrid columns="2" styleClass="createPanel" |
110 columnClasses="createPanelFirstColumn"> | 139 columnClasses="createPanelFirstColumn"> |
111 <h:outputText value="Public?"/> | 140 <h:outputText value="Public?"/> |