Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions forms/edit-form-head.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@


<xf:bind nodeset="instance('data-instance')//m:perfRes/@solo" type="xs:boolean"/>
<xf:bind nodeset="instance('data-instance')//m:revisionDesc/m:change/@type" type="xs:boolean"/>
<xf:bind nodeset="instance('temp')">
<xf:bind id="counter-bind" nodeset="counter" type="xf:integer" name="counter"/>
</xf:bind>
Expand Down
20 changes: 14 additions & 6 deletions forms/main_form_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
format YYYY-MM-DD, e.g. 2011-04-30. A new row with today's date is
automatically created when opening the document. Your login name is automatically added on saving.
Use "Add change"-button to add rows manually.</h:span></h:a>--></h:span>
<h:span class="fixed_width_short" style="display:inline-block;">Status </h:span>
<h:span class="fixed_width_maxlong" style="display:inline-block;">Description </h:span>
<h:span class="fixed_width_mediumshort" style="display:inline-block;">&#160;Responsible <h:a class="help">&#160;?<h:span
class="comment">Enter your name or initials</h:span></h:a></h:span>
Expand All @@ -344,12 +345,19 @@
</h:div>
<!-- Date no longer editable -->
<!--<xf:input ref="@isodate"/>-->
<xf:input ref="m:changeDesc/m:p" class="maxlong"/>
<xf:input ref="m:respStmt/m:name" class="mediumshort"/>
<dcm:element-buttons triggers="remove"
nodeset="m:change"
index="repeat-change"
origin="instance('empty-instance')/m:meiHead/m:revisionDesc/m:change"/>
<h:span class="fixed_width_short" style="text-align:center;">
<xf:input ref="./@type"/>
</h:span>
<h:span class="fixed_width_long">
<xf:input ref="m:changeDesc[parent::m:change[not(@type)]]/m:p"/>
<xf:output value="m:changeDesc[parent::m:change[@type]]/m:p"/>
</h:span>
<h:span class="fixed_width_mediumshort">
<xf:input ref="m:respStmt[parent::m:change[not(@type)]]/m:name"/>
</h:span>
<xf:repeat nodeset=".[not(@type)]">
<dcm:element-buttons triggers="remove" nodeset="m:change" index="repeat-change" origin="instance('empty-instance')/m:meiHead/m:revisionDesc/m:change"/>
</xf:repeat>
<dcm:attribute-editor ref="."/>
</h:div>
</xf:repeat>
Expand Down
16 changes: 16 additions & 0 deletions forms/model/new_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,22 @@
</manifestation>
</manifestationList>
<revisionDesc>
<change type="false">
<respStmt>
<name/>
</respStmt>
<changeDesc>
<p>Partial publication</p>
</changeDesc>
</change>
<change type="false">
<respStmt>
<name/>
</respStmt>
<changeDesc>
<p>Publication</p>
</changeDesc>
</change>
<change isodate="">
<respStmt>
<name/>
Expand Down