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

Reformat Collation

TEI Headers
{% include '_input_floating.html' with id="collationTitle" name="collation-title" label="Collation Title" value=settings.reformat_collation_title_stmt classes="tei-statements" required=True only %} {% include '_input_floating.html' with id="publicationStatement" name="publication-statement" label="Publication Statement" value=settings.reformat_collation_publication_stmt classes="tei-statements" required=True only %}
{% include '_radio_btn.html' with name="reformat-type" value="reformat" label="Reformat XML" checked=True only %} {% include '_radio_btn.html' with name="reformat-type" value="clean-wits" label="Remove Redundant Witnesses" only %}
{% include '_input_floating.html' with id="inputFile" name="input-file" label="Input File" value=settings.reformat_collation_input_file required=True style="direction: rtl; text-align: right;" only %}
{% include '_input_floating.html' with id="outputFile" name="output-file" label="Output File" value=settings.reformat_collation_output_file required=True style="direction: rtl; text-align: right;" only %}
{% endblock %}