From 68d662e689cd42687341c550fb6ebb74e6968d21 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 8 Sep 2014 00:29:57 +0200 Subject: module -> pyload --- module/webui/themes/default/tml/info.html | 81 ------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 module/webui/themes/default/tml/info.html (limited to 'module/webui/themes/default/tml/info.html') diff --git a/module/webui/themes/default/tml/info.html b/module/webui/themes/default/tml/info.html deleted file mode 100644 index 2deaa6dce..000000000 --- a/module/webui/themes/default/tml/info.html +++ /dev/null @@ -1,81 +0,0 @@ -{% extends '/default/tml/base.html' %} - -{% block head %} - -{% endblock %} - -{% block title %}{{ _("Information") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Information") }}{% endblock %} - -{% block content %} -

{{ _("News") }}

-
- -

{{ _("Support") }}

- - - -

{{ _("System") }}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ _("Python:") }}{{ python }}
{{ _("OS:") }}{{ os }}
{{ _("pyLoad version:") }}{{ version }}
{{ _("Installation Folder:") }}{{ folder }}
{{ _("Config Folder:") }}{{ config }}
{{ _("Download Folder:") }}{{ download }}
{{ _("Free Space:") }}{{ freespace }}
{{ _("Language:") }}{{ language }}
{{ _("Webinterface Port:") }}{{ webif }}
{{ _("Remote Interface Port:") }}{{ remote }}
- -{% endblock %} -- cgit v1.2.3