From 16af85004c84d0d6c626b4f8424ce9647669a0c1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 18:10:22 +0200 Subject: moved everything from module to pyload --- .../app/templates/default/dashboard/actionbar.html | 54 ++++++++++++++++++++++ .../web/app/templates/default/dashboard/file.html | 34 ++++++++++++++ .../app/templates/default/dashboard/layout.html | 35 ++++++++++++++ .../app/templates/default/dashboard/package.html | 50 ++++++++++++++++++++ .../app/templates/default/dashboard/select.html | 11 +++++ 5 files changed, 184 insertions(+) create mode 100644 pyload/web/app/templates/default/dashboard/actionbar.html create mode 100644 pyload/web/app/templates/default/dashboard/file.html create mode 100644 pyload/web/app/templates/default/dashboard/layout.html create mode 100644 pyload/web/app/templates/default/dashboard/package.html create mode 100644 pyload/web/app/templates/default/dashboard/select.html (limited to 'pyload/web/app/templates/default/dashboard') diff --git a/pyload/web/app/templates/default/dashboard/actionbar.html b/pyload/web/app/templates/default/dashboard/actionbar.html new file mode 100644 index 000000000..815d4593c --- /dev/null +++ b/pyload/web/app/templates/default/dashboard/actionbar.html @@ -0,0 +1,54 @@ +
+
+ \ No newline at end of file diff --git a/pyload/web/app/templates/default/dashboard/file.html b/pyload/web/app/templates/default/dashboard/file.html new file mode 100644 index 000000000..6256254da --- /dev/null +++ b/pyload/web/app/templates/default/dashboard/file.html @@ -0,0 +1,34 @@ +
+   + + <% name %> + +
+
+ <% fileStatus this %> +
+ +
+   + <% formatSize size %> + + + <% download.plugin %>  + + + +
\ No newline at end of file diff --git a/pyload/web/app/templates/default/dashboard/layout.html b/pyload/web/app/templates/default/dashboard/layout.html new file mode 100644 index 000000000..945d11762 --- /dev/null +++ b/pyload/web/app/templates/default/dashboard/layout.html @@ -0,0 +1,35 @@ +
+ + + + + + +
+
+ +
\ No newline at end of file diff --git a/pyload/web/app/templates/default/dashboard/package.html b/pyload/web/app/templates/default/dashboard/package.html new file mode 100644 index 000000000..c0690a9bf --- /dev/null +++ b/pyload/web/app/templates/default/dashboard/package.html @@ -0,0 +1,50 @@ +<%= if selected %> + + <% else %> + + <%/if%> + + <% name %> + + +
+
+ video + Add Tag +
+
+ + + + <%= if shared %> + + <% else %> + + <%/if%> + + + +
+
+ + <% stats.linksdone %> / <% stats.linkstotal %> + +
+ + <% formatSize stats.sizedone %> / <% formatSize stats.sizetotal %> + +
+
\ No newline at end of file diff --git a/pyload/web/app/templates/default/dashboard/select.html b/pyload/web/app/templates/default/dashboard/select.html new file mode 100644 index 000000000..73ea391cd --- /dev/null +++ b/pyload/web/app/templates/default/dashboard/select.html @@ -0,0 +1,11 @@ +  +<%= if packs %><% packs %> package(s)<%/if %> +<%= if files %> +<%= if packs %>, <%/if %> +<% files %> file(s) +<%/if %> +selected + |  +  +  + \ No newline at end of file -- cgit v1.2.3