summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimon Rettberg2014-06-03 11:27:14 +0200
committerSimon Rettberg2014-06-03 11:27:14 +0200
commit6499e7db3b55d0948e8437df3b56f9d8e9a57649 (patch)
tree94a6c1798af1ec4fc7390ac29b6a64490e9a3878 /templates
parentOnly show DL status if task still exists... (diff)
downloadslx-admin-6499e7db3b55d0948e8437df3b56f9d8e9a57649.tar.gz
slx-admin-6499e7db3b55d0948e8437df3b56f9d8e9a57649.tar.xz
slx-admin-6499e7db3b55d0948e8437df3b56f9d8e9a57649.zip
Remove old download stuff
Diffstat (limited to 'templates')
-rw-r--r--templates/exec-error.html1
-rw-r--r--templates/exec-progress.html4
-rw-r--r--templates/helloworld.html5
3 files changed, 0 insertions, 10 deletions
diff --git a/templates/exec-error.html b/templates/exec-error.html
deleted file mode 100644
index 0a82e1df..00000000
--- a/templates/exec-error.html
+++ /dev/null
@@ -1 +0,0 @@
-<div class="alert alert-danger"><p>Ausführung fehlgeschlagen!</p>{{error}}</div>
diff --git a/templates/exec-progress.html b/templates/exec-progress.html
deleted file mode 100644
index 0583a74a..00000000
--- a/templates/exec-progress.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<div class="well well-sm">
- <pre>{{text}}</pre>
- {{#running}}<script> setTimeout(function() { $('#{{id}}').load('api.php?do=exec&progress={{progress}}&id={{id}}&pid={{pid}}'); }, 2000); // </script>{{/running}}
-</div>
diff --git a/templates/helloworld.html b/templates/helloworld.html
deleted file mode 100644
index 752f1e83..00000000
--- a/templates/helloworld.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div>
- Hello World!<br />
- Variable wurst set to {{wurst}}
-</div>
-