teacup/config/image-template.xml

20 lines
1.7 KiB
XML
Raw Permalink Normal View History

2021-12-15 11:29:23 +00:00
<formTemplate contentType="image">
<item name="image_work_id" xpath="data(/*:image/@id)" title="Image work ID" type="textfield" readOnly="false"/>
<item name="collection_id" xpath="data(/*:image/@ref)" title="Collection ID" type="textfield" readOnly="false"/>
<item name="title" xpath="/*:image/*:item_title" title="Title" type="textfield" readOnly="false"/>
<group xpath="/*:image/*:agent" name="agents" title="Agents" >
<item name="agent" xpath="." title="Agent" type="textfield" readOnly="false"/>
<item name="role" xpath="following-sibling::*:role[1]" title="Role" type="textfield" readOnly="false"/>
</group>
<item name="description" xpath="/*:image/*:description" title="Description" type="textarea" readOnly="false"/>
<item name="date" xpath="/*:image/*:date" title="Date" type="textfield" readOnly="false"/>
<item name="techniques" xpath="/*:image/*:techniques" title="Techniques" type="textfield" readOnly="false"/>
<item name="materials" xpath="/*:image/*:materials" title="Materials" type="textfield" readOnly="false"/>
<item name="filename" xpath="/*:image/*:imageref[normalize-space()]/concat(normalize-space(), '.jpg')" title="Filename" occurs="+" type="textfield" readOnly="false"/>
<item name="source" xpath="/*:image/*:source" title="Source" type="textfield" readOnly="false"/>
<item name="creditLine" xpath="/*:image/*:credit_line" title="Credit line" type="textfield" readOnly="false"/>
<item name="place" xpath="/*:image/*:place" title="Place" type="textfield" readOnly="false"/>
<item name="subject" xpath="/*:image/*:subject" title="Subjects" type="textfield" readOnly="false"/>
<item name="keyword" xpath="/*:image/*:keyword" title="Keywords" type="textfield" readOnly="false"/>
</formTemplate>