From a8d3e8341eee6af4c778f512d7f8584c476d49fe Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 3 Oct 2013 19:21:05 +0200 Subject: basically working web setup --- pyload/web/app/templates/default/setup/error.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyload/web/app/templates/default/setup/error.html (limited to 'pyload/web/app/templates/default/setup/error.html') diff --git a/pyload/web/app/templates/default/setup/error.html b/pyload/web/app/templates/default/setup/error.html new file mode 100644 index 000000000..37ce51283 --- /dev/null +++ b/pyload/web/app/templates/default/setup/error.html @@ -0,0 +1,14 @@ +{{#ifEq status 410}} +

{{ _ "Setup timed out" }}

+

{{ _ "Setup was closed due to inactivity. Please restart it to continue configuration." }}

+{{else}} +{{#ifEq status 409}} +

{{ _ "Setup finished" }}

+

{{ _ "Setup was successful. You can restart pyLoad now." }}

+{{else}} +

+ {{ _ "Setup failed" }} +

+

{{ _ "Try to restart it or open a bug report." }}

+{{/ifEq}} +{{/ifEq}} \ No newline at end of file -- cgit v1.2.3