{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %} {{ block.super }} {% endblock ajaxform_modified %} {% comment %} ファイルアップ時には is_ajax できないので解除 {% block to_ajaxform %} {% endblock to_ajaxform %} {% endcomment %} {% block function %}
{{ form.name.label }} {{ form.name }}
{{ form.schedule.label }} {{ form.schedule }}
{{ form.day.label }}{{ form.day }}
{{ form.time.label }}{{ form.time }}
{% trans "Option" %} {{ form.trash }}{{ form.trash.label_tag }}
{{ form.shutdown }}{{ form.shutdown.label_tag }}
{{ form.full }}{{ form.full.label_tag }}
{{ form.sync }}{{ form.sync.label_tag }}



{% trans "Datacopy Source Setting" %}
{% trans "Datacopy Source Information" %} {% trans "Datacopy Source" %} {{ form.source }}
{{ form.sourceuser.label }} {{ form.sourceuser }}
{{ form.sourcepswd.label }} {{ form.sourcepswd }}



{% trans "Datacopy Destination Setting" %}
{% trans "Datacopy Destination Information" %} {% trans "Datacopy Destination" %} {{ form.dest }}
{{ form.destuser.label }} {{ form.destuser }}
{{ form.destpswd.label }} {{ form.destpswd }}
{% trans "NOTICE:" %}

• {% trans "If datacopy source or datacopy destination is a share folder on Microsoft Network and it can not be accessed, job executing will fail." %}
• {% trans "If a usb disk is assigned to datacopy source and it is unconnected or unmounted, job executing will fail." %}
• {% trans "If a usb disk is assigned to datacopy destination, and it is unconnected or it is not FAT or specialized format, job executing will fail." %}
• {% trans "If a usb disk is assigned to datacopy source or datacopy destination and the corresponding usb port is not share mode, job executing will fail." %}

{% endblock function %}