{% extends "base.html" %} {% block head %} {% endblock %} {% block js %} initialcorrectionset = '{{ initialcorrectionset }}'; {% endblock %} {% block menu %} {% include "viewermenu.html" %}
  • Edit Annotations
  • Edit Forms
  • Tools & Options
  • {% endblock %} {% block dialogs %}
    Correction set:
    Annotation Editor
    New:
    Delegate to console
    Declare New Annotation Type

    History
    Query Console
    Queries in FoLiA Query Language:
    {% endblock %} {% block main %}
    {{ dochtml|safe }}
    {% endblock %}