{% extends 'base.html' %} {% block title %}Combine Collations{% endblock %} {% block content %}

Combine XML Collations

Options
{% include '_checkbox.html' with name="reformatted" value="true" label="Files have already been reformatted" type="checkbox" hyperscript="on change if me.checked remove @disabled from .tei-statements then add @required to .tei-statements else add @disabled to .tei-statements then remove @required from .tei-statements end" only %}
{% include '_input_floating.html' with id="collationTitle" name="collation-title" label="Collation Title" value=settings.combine_collations_title_stmt classes="tei-statements" disabled=True only %} {% include '_input_floating.html' with id="publicationStatement" name="publication-statement" label="Publication Statement" value=settings.combine_collations_publication_stmt classes="tei-statements" disabled=True only %}
{% include '_input_floating.html' with id="startswithInput" name="startswith" label="Combine all files that start with:" value=settings.combine_collations_startswith required=True only %}
{% include '_input_floating.html' with id="inputFolder" name="input-folder" label="Input Folder" value=settings.combine_collations_input_dir required=True style="direction: rtl; text-align: right;" only %}
{% include '_input_floating.html' with id="outputFile" name="output-file" label="Output File" value=settings.combine_collations_output_file required=True style="direction: rtl; text-align: right;" only %}
{% endblock %}