]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
fdce4dd39b36f0a421958bca0411bc9e121cece8
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2
3 <component name="org.collectionspace.organization.layouts.webapp">
4
5         <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
6     point="layouts">
7
8     <layout name="csorgauthority">
9       <templates>
10         <template mode="any">/layouts/layout_default_template.xhtml</template>
11       </templates>
12       <rows>
13         <row><widget>displayName</widget></row>
14         <row><widget>refName</widget></row>
15         <row><widget>shortIdentifier</widget></row>
16         <row><widget>vocabType</widget></row>
17       </rows>
18
19       <widget name="displayName" type="text">
20         <labels>
21           <label mode="any">displayName</label>
22         </labels>
23         <translated>true</translated>
24         <fields>
25           <field schema="orgauthorities_common">displayName</field>
26         </fields>
27         <properties widgetMode="edit">
28           <property name="styleClass">dataInputText</property>
29         </properties>
30       </widget>
31       
32       <widget name="shortIdentifier" type="text">
33         <labels>
34           <label mode="any">Short Identifier</label>
35         </labels>
36         <translated>true</translated>
37         <fields>
38           <field schema="orgauthorities_common">shortIdentifier</field>
39         </fields>
40         <properties widgetMode="edit">
41           <property name="styleClass">dataInputText</property>
42         </properties>
43       </widget>
44       
45       <widget name="refName" type="text">
46         <labels>
47           <label mode="any">refName</label>
48         </labels>
49         <translated>true</translated>
50         <fields>
51           <field schema="orgauthorities_common">refName</field>
52         </fields>
53         <properties widgetMode="edit">
54           <property name="styleClass">dataInputText</property>
55         </properties>
56       </widget>
57       
58       <widget name="vocabType" type="text">
59         <labels>
60           <label mode="any">vocabType</label>
61         </labels>
62         <translated>true</translated>
63         <fields>
64           <field schema="orgauthorities_common">vocabType</field>
65         </fields>
66         <properties widgetMode="edit">
67           <property name="styleClass">dataInputText</property>
68         </properties>
69       </widget>
70     </layout>
71   </extension>
72
73   <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager"
74     point="layouts">
75
76     <layout name="organization">
77       <templates>
78         <template mode="any">/layouts/layout_default_template.xhtml</template>
79       </templates>
80       <rows>
81         <row><widget>inAuthority</widget></row>
82         <row><widget>shortIdentifier</widget></row>
83         <row><widget>refName</widget></row>
84         <row><widget>displayName</widget></row>
85 <!--        <row><widget>displayNameComputed</widget></row> -->
86         <row><widget>shortName</widget></row>
87         <row><widget>longName</widget></row>
88         <row><widget>nameAdditions</widget></row>
89         <!-- Repeatable fields are commented out for now until we -->
90         <!-- identify how to represent these complex types in layouts. -->
91 <!--        <row><widget>contactName</widget></row>-->
92         <row><widget>foundingPlace</widget></row>
93 <!--        <row><widget>group</widget></row> -->
94 <!--        <row><widget>function</widget></row> -->
95 <!--        <row><widget>subBody</widget></row> -->
96 <!--        <row><widget>historyNote</widget></row>-->
97         <row><widget>termStatus</widget></row>
98       </rows>
99
100       <widget name="inAuthority" type="text">
101         <labels>
102           <label mode="any">inAuthority (OrgAuthority)</label>
103         </labels>
104         <translated>true</translated>
105         <fields>
106           <field schema="organizations_common">inAuthority</field>
107         </fields>
108         <properties widgetMode="edit">
109           <property name="styleClass">dataInputText</property>
110         </properties>
111       </widget>
112
113       <widget name="shortIdentifier" type="text">
114         <labels>
115           <label mode="any">Short Identifier</label>
116         </labels>
117         <translated>true</translated>
118         <fields>
119           <field schema="organizations_common">shortIdentifier</field>
120         </fields>
121         <properties widgetMode="edit">
122           <property name="styleClass">dataInputText</property>
123         </properties>
124       </widget>
125       
126      <widget name="refName" type="text">
127         <labels>
128           <label mode="any">refName</label>
129         </labels>
130         <translated>true</translated>
131         <fields>
132           <field schema="organizations_common">refName</field>
133         </fields>
134         <properties widgetMode="edit">
135           <property name="styleClass">dataInputText</property>
136         </properties>
137       </widget>
138
139       <widget name="displayName" type="text">
140         <labels>
141           <label mode="any">displayName</label>
142         </labels>
143         <translated>true</translated>
144         <fields>
145           <field schema="organizations_common">displayName</field>
146         </fields>
147         <properties widgetMode="edit">
148           <property name="styleClass">dataInputText</property>
149         </properties>
150       </widget>
151       
152 <!--
153       <widget name="displayNameComputed" type="text">
154         <labels>
155           <label mode="any">displayNameComputed</label>
156         </labels>
157         <translated>true</translated>
158         <fields>
159           <field schema="organizations_common">displayNameComputed</field>
160         </fields>
161         <properties widgetMode="edit">
162           <property name="styleClass">dataInputText</property>
163         </properties>
164       </widget> -->
165       
166       <widget name="shortName" type="text">
167         <labels>
168           <label mode="any">shortName</label>
169         </labels>
170         <translated>true</translated>
171         <fields>
172           <field schema="organizations_common">shortName</field>
173         </fields>
174         <properties widgetMode="edit">
175           <property name="styleClass">dataInputText</property>
176         </properties>
177       </widget>
178       
179       <widget name="longName" type="text">
180         <labels>
181           <label mode="any">longName</label>
182         </labels>
183         <translated>true</translated>
184         <fields>
185           <field schema="organizations_common">longName</field>
186         </fields>
187         <properties widgetMode="edit">
188           <property name="styleClass">dataInputText</property>
189         </properties>
190       </widget>
191       
192       <widget name="nameAdditions" type="text">
193         <labels>
194           <label mode="any">nameAdditions</label>
195         </labels>
196         <translated>true</translated>
197         <fields>
198           <field schema="organizations_common">nameAdditions</field>
199         </fields>
200         <properties widgetMode="edit">
201           <property name="styleClass">dataInputText</property>
202         </properties>
203       </widget>
204       
205 <!--
206       <widget name="contactName" type="text">
207         <labels>
208           <label mode="any">contactName</label>
209         </labels>
210         <translated>true</translated>
211         <fields>
212           <field schema="organizations_common">contactName</field>
213         </fields>
214         <properties widgetMode="edit">
215           <property name="styleClass">dataInputText</property>
216         </properties>
217       </widget>
218 -->
219             
220       <widget name="foundingPlace" type="text">
221         <labels>
222           <label mode="any">foundingPlace</label>
223         </labels>
224         <translated>true</translated>
225         <fields>
226           <field schema="organizations_common">foundingPlace</field>
227         </fields>
228         <properties widgetMode="edit">
229           <property name="styleClass">dataInputText</property>
230         </properties>
231       </widget>
232
233 <!--
234       <widget name="group" type="text">
235         <labels>
236           <label mode="any">group</label>
237         </labels>
238         <translated>true</translated>
239         <fields>
240           <field schema="organizations_common">group</field>
241         </fields>
242         <properties widgetMode="edit">
243           <property name="styleClass">dataInputText</property>
244         </properties>
245       </widget>
246       
247       <widget name="function" type="text">
248         <labels>
249           <label mode="any">function</label>
250         </labels>
251         <translated>true</translated>
252         <fields>
253           <field schema="organizations_common">function</field>
254         </fields>
255         <properties widgetMode="edit">
256           <property name="styleClass">dataInputText</property>
257         </properties>
258       </widget>
259
260       <widget name="subBody" type="text">
261         <labels>
262           <label mode="any">subBody</label>
263         </labels>
264         <translated>true</translated>
265         <fields>
266           <field schema="organizations_common">subBody</field>
267         </fields>
268         <properties widgetMode="edit">
269           <property name="styleClass">dataInputText</property>
270         </properties>
271       </widget>
272       
273       <widget name="history" type="text">
274         <labels>
275           <label mode="any">history</label>
276         </labels>
277         <translated>true</translated>
278         <fields>
279           <field schema="organizations_common">history</field>
280         </fields>
281         <properties widgetMode="edit">
282           <property name="styleClass">dataInputText</property>
283         </properties>
284       </widget>
285 -->
286
287       <widget name="termStatus" type="text">
288         <labels>
289           <label mode="any">termStatus</label>
290         </labels>
291         <translated>true</translated>
292         <fields>
293           <field schema="organizations_common">termStatus</field>
294         </fields>
295         <properties widgetMode="edit">
296           <property name="styleClass">dataInputText</property>
297         </properties>
298       </widget>
299
300     </layout>
301   </extension>
302 </component>