Skip to content
Snippets Groups Projects
Commit 7998f849 authored by Jens Kupferschmidt's avatar Jens Kupferschmidt
Browse files

add biocol88 time of origin and biocol89 place of origin

parent 02548bc3
Branches
No related merge requests found
......@@ -236,6 +236,12 @@
<!-- object mesurement - Maße -->
<element name="biocol87" type="number" minOccurs="0" maxOccurs="8" notinherit="true" heritable="false" />
<!-- time of origin - Entstehungszeit -->
<element name="biocol88" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- place of origin - Entstehungsort -->
<element name="biocol89" type="text" minOccurs="0" maxOccurs="10" notinherit="true" heritable="false" />
<!-- ============================================================================================== -->
<!-- rights holder - Rechteinhaber -->
......
......@@ -1926,7 +1926,7 @@
<xed:bind xpath="def.biocol87[@class='MCRMetaNumber']">
<xed:bind xpath="@notinherit" default="true" />
<xed:bind xpath="@heritable" default="false" />
<xed:repeat xpath="biocol87" min="2" max="8">
<xed:repeat xpath="biocol87" min="3" max="8">
<xed:bind xpath="@inherited" default="0" />
<p>
<xed:controls>append remove up down</xed:controls>
......@@ -1953,6 +1953,54 @@
</tr>
</xed:template>
<!-- biocol88 time of origin -->
<xed:template id="biocol88-ltr">
<tr>
<td class="dpt_editor_name-ltr">
<label for="biocol88">
<xed:output i18n="module.dptbase.biocol.biocol88.view" />
</label>
</td>
<td class="dpt_editor_value-ltr">
<xed:bind xpath="def.biocol88[@class='MCRMetaLangText']">
<xed:bind xpath="@notinherit" default="true" />
<xed:bind xpath="@heritable" default="false" />
<xed:bind xpath="biocol88">
<xed:bind xpath="@inherited" default="0" />
<xed:bind xpath="@xml:lang" default="de" />
<p>
<input type="text" class="dpt_editor_inputfield" id="biocol88" maxlength="256" />
</p>
</xed:bind>
</xed:bind>
</td>
</tr>
</xed:template>
<!-- biocol89 place of origin -->
<xed:template id="biocol89-ltr">
<tr>
<td class="dpt_editor_name-ltr">
<label for="biocol89">
<xed:output i18n="module.dptbase.biocol.biocol89.view" />
</label>
</td>
<td class="dpt_editor_value-ltr">
<xed:bind xpath="def.biocol89[@class='MCRMetaLangText']">
<xed:bind xpath="@notinherit" default="true" />
<xed:bind xpath="@heritable" default="false" />
<xed:bind xpath="biocol89">
<xed:bind xpath="@inherited" default="0" />
<xed:bind xpath="@xml:lang" default="de" />
<p>
<input type="text" class="dpt_editor_inputfield" id="biocol89" maxlength="256" />
</p>
</xed:bind>
</xed:bind>
</td>
</tr>
</xed:template>
<!-- biocol94 rights holder -->
<xed:template id="biocol94req-ltr">
<tr>
......
......@@ -195,6 +195,8 @@
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol85-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol86-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol87-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol88-ltr" />
<xed:include uri="webapp:editor/import_editor_form_biocol-common.xed" ref="biocol89-ltr" />
<xed:bind xpath="def.biocol57" />
</xed:bind>
</table>
......
......@@ -100,6 +100,8 @@ module.dptbase.biocol.biocol87.dimension = Dimension
module.dptbase.biocol.biocol87.measurement = Ma\u00DFeinheit
module.dptbase.biocol.biocol87.value = Wert
module.dptbase.biocol.biocol87.view = Objektma\u00DFe
module.dptbase.biocol.biocol88.view = Entstehungszeit
module.dptbase.biocol.biocol89.view = Entstehungsort
module.dptbase.biocol.biocol94.cond = Die Angabe des Inhabers der Rechte am Objekt ist ein Pflichtfeld!
module.dptbase.biocol.biocol94.view = Rechteinhaber
module.dptbase.biocol.biocol95.cond = Die Angabe des Bearbeiters ist ein Pflichtfeld!
......
......@@ -101,6 +101,8 @@ module.dptbase.biocol.biocol87.dimension = Dimension
module.dptbase.biocol.biocol87.measurement = Measurement
module.dptbase.biocol.biocol87.value = Value
module.dptbase.biocol.biocol87.view = Object measurement
module.dptbase.biocol.biocol88.view = Time of origin
module.dptbase.biocol.biocol89.view = Place of origin
module.dptbase.biocol.biocol94.cond = The indication of the owner of the rights to the object is a mandatory field!
module.dptbase.biocol.biocol94.view = Rights holder
module.dptbase.biocol.biocol95.cond = The name of the editor is a mandatory field!
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment