{% 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 %} {% block function %}
{% trans "Make the setting as follows." %}
{% trans "Please check settings and press 'Confirm' button to set." %}
{% trans "LAN DISK Name" %} {{ config.name }}
{% trans "LAN DISK Description" %} {{ config.desc }}
{% trans "LAN DISK Location" %} {{ config.location }}
{% trans "LAN" %}
{% trans "Obtain an IP address automatically(DHCP)" %}
{% trans "Set Manually" %}
{% trans "IP Address" %}: {{ config.ipaddr }}
{% trans "Subnet Mask" %}: {{ config.subnet }}
{% trans "Gateway" %}: {{ config.gateway }}
{% trans "DNS Server" %}: {{ config.dnssrv }}
{% trans "Date and Time" %} {{ config.datetime }}
{% trans "Datetime Synchronous Settings" %}
{% trans "Synchronous" %}: {% trans "Valid" %}
{% trans "Synchronous" %}: {% trans "Invalid" %}
{% trans "Time Server" %}: {{ config.ntpsrv }}
{% trans "Synchronous Timing" %}:
 • {% trans "Boot" %}
 • {% trans "Daily" %} {{ config.hour }}:{{ config.minute }}
{% trans "Share Config" %} {% for item in config.shares %}
{{ item.name }}: {% if item.access == "everyone" %} {% elif item.access == "admin" %} {% else %} {% trans "No Change" %} {% endif %}
{% endfor %}
{% endblock function %}