{% block css %}{% endblock %}
{% block body %}
Auton Universal Viewer
– Realtime Mode
{% block menu %} {% if call_or_get(current_user.is_authenticated) %}
{{ call_or_get(current_user.email) }}
Change Password
{% if current_user.has_roles('admin') %}
Invite User
{% endif %}
Sign Out
{% endif %} {% endblock %}
{# One-time system messages called Flash messages #} {% block flash_messages %} {%- with messages = get_flashed_messages(with_categories=true) -%} {% if messages %}
{% for category, message in messages %} {% set msgclass = category %} {% if msgclass=='error' %} {% set msgclass='danger' %} {% endif %}
AUView
{{ category.title() }}
just now
×
{{ message|safe }}
{% endfor %}
{% endif %} {%- endwith %} {% endblock %} {% block main %}{% block content %}{% endblock %}{% endblock %} {% endblock %}
Interactions
×
& drag
Move/pan the graph
Double
Reset zoom
Shift +
Zoom to section
Shift +
(scrollwheel)
Zoom in/out
Shift +
(pinch)
Zoom in/out
Alt +
Annotate section
on
Pattern
Create annotation from pattern
on
Annotation
Edit annotation
{% block js %}{% endblock %}