{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - Submit file{% endblock %} {% block js_import %} {% endblock %} {% block body_param %}flow-prevent-drop{% endblock %} {% block loading_menu %}ng-hide="!loading"{% endblock %} {% block content %}
{% if not is_readonly %} {% block caveat %}{% endblock %} {% raw %}
{{params.classification | class_long}}
{% endraw %}
Select a file to scan
{% raw %}
{{ file.relativePath }} ({{ file.size | fileSize}})
Upload failed. Retry? {{ file.progress() * 100 | number : 0 }}% Uploaded Starting scan, you will be redirected soon... Upload and Scan Cancel
{% endraw %}
{% if show_tos %}
By clicking Upload and Scan, you consent to our Terms of Service.
{% endif %}
{% if show_url %}
{% if show_tos %}
By clicking Scan, you consent to our Terms of Service.
{% endif %}
{% endif %}
{%raw%}

{{ service.name }}

{%endraw%}
{% else %}

This deployment is set to read-only mode

No files can be submitted or deleted to this system. Only automated script are allowed to add submissions to this system and that operation is performed daily as a bulk. This deployment is used as an archive to keep the submissions for a longer period of time then the production system allows.

{% endif %}
{% endblock %}