| 11 | | <layout> |
|---|
| 12 | | |
|---|
| 13 | | <widget jsfcomponent="h:inputText" schemaname="dublincore" |
|---|
| 14 | | fieldname="title" required="true" /> |
|---|
| 15 | | |
|---|
| 16 | | <widget jsfcomponent="h:inputTextarea" schemaname="dublincore" |
|---|
| 17 | | fieldname="description" /> |
|---|
| 18 | | |
|---|
| 19 | | <widget jsfcomponent="h:inputText" schemaname="book" |
|---|
| 20 | | fieldname="isbn" /> |
|---|
| 21 | | |
|---|
| 22 | | <widget jsfcomponent="t:inputFileUpload" schemaname="file" |
|---|
| 23 | | fieldname="content" /> |
|---|
| 24 | | |
|---|
| 25 | | <!-- |
|---|
| 26 | | <widget jsfcomponent="nxdir:selectOneListbox" |
|---|
| 27 | | schemaname="dublincore" fieldname="language" |
|---|
| 28 | | directory="languages"/> |
|---|
| 29 | | |
|---|
| 30 | | <widget jsfcomponent="nxdir:selectManyListbox" |
|---|
| 31 | | schemaname="dublincore" fieldname="subjects" |
|---|
| 32 | | directory="subjects"/> |
|---|
| 33 | | --> |
|---|
| 34 | | |
|---|
| 35 | | </layout> |
|---|
| | 11 | <layouts mode="any"> |
|---|
| | 12 | <layout>heading</layout> |
|---|
| | 13 | <layout>book</layout> |
|---|
| | 14 | <layout>file</layout> |
|---|
| | 15 | </layouts> |
|---|