From a8f763fb85756f69899f7b3b71c01bb01461ee3c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 10 Aug 2012 22:12:10 +0200 Subject: beginning new pyload web-ui from scratch --- module/web/static/img/default/fancy_deboss.png | Bin 0 -> 265 bytes module/web/static/img/default/logo.png | Bin 0 -> 11621 bytes module/web/static/img/default/logo_grey.png | Bin 0 -> 6236 bytes module/web/static/img/default/main-wrapper-bg.png | Bin 0 -> 114902 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/fancy_deboss.png create mode 100644 module/web/static/img/default/logo.png create mode 100644 module/web/static/img/default/logo_grey.png create mode 100644 module/web/static/img/default/main-wrapper-bg.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/fancy_deboss.png b/module/web/static/img/default/fancy_deboss.png new file mode 100644 index 000000000..926a762db Binary files /dev/null and b/module/web/static/img/default/fancy_deboss.png differ diff --git a/module/web/static/img/default/logo.png b/module/web/static/img/default/logo.png new file mode 100644 index 000000000..3a59b54aa Binary files /dev/null and b/module/web/static/img/default/logo.png differ diff --git a/module/web/static/img/default/logo_grey.png b/module/web/static/img/default/logo_grey.png new file mode 100644 index 000000000..7061372aa Binary files /dev/null and b/module/web/static/img/default/logo_grey.png differ diff --git a/module/web/static/img/default/main-wrapper-bg.png b/module/web/static/img/default/main-wrapper-bg.png new file mode 100644 index 000000000..68febb6a2 Binary files /dev/null and b/module/web/static/img/default/main-wrapper-bg.png differ -- cgit v1.2.3 From 6dedb2f83c6f322b47addcab76a401818fcb08a2 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 12 Aug 2012 13:08:35 +0200 Subject: added little icons + backbone.js --- module/web/static/img/default/double-line.gif | Bin 0 -> 50 bytes module/web/static/img/default/icon_clock_small_white.png | Bin 0 -> 1523 bytes module/web/static/img/default/icon_speed_small_white.png | Bin 0 -> 1535 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/double-line.gif create mode 100644 module/web/static/img/default/icon_clock_small_white.png create mode 100644 module/web/static/img/default/icon_speed_small_white.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/double-line.gif b/module/web/static/img/default/double-line.gif new file mode 100644 index 000000000..e9f4cf971 Binary files /dev/null and b/module/web/static/img/default/double-line.gif differ diff --git a/module/web/static/img/default/icon_clock_small_white.png b/module/web/static/img/default/icon_clock_small_white.png new file mode 100644 index 000000000..b6c3535e8 Binary files /dev/null and b/module/web/static/img/default/icon_clock_small_white.png differ diff --git a/module/web/static/img/default/icon_speed_small_white.png b/module/web/static/img/default/icon_speed_small_white.png new file mode 100644 index 000000000..a82639113 Binary files /dev/null and b/module/web/static/img/default/icon_speed_small_white.png differ -- cgit v1.2.3 From 079c44c5e938edb321e007da509523b145ce1029 Mon Sep 17 00:00:00 2001 From: godofdream Date: Sun, 12 Aug 2012 13:40:12 +0200 Subject: added speed & downloads label and some icons --- module/web/static/img/default/downloading-icon-green.png | Bin 0 -> 903 bytes module/web/static/img/default/downloading-icon-red.png | Bin 0 -> 896 bytes module/web/static/img/default/queue-icon-white.png | Bin 0 -> 647 bytes module/web/static/img/default/reconnecting-icon-green.png | Bin 0 -> 851 bytes module/web/static/img/default/reconnecting-icon-red.png | Bin 0 -> 842 bytes module/web/static/img/default/speed-icon-white.png | Bin 0 -> 904 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/downloading-icon-green.png create mode 100644 module/web/static/img/default/downloading-icon-red.png create mode 100644 module/web/static/img/default/queue-icon-white.png create mode 100644 module/web/static/img/default/reconnecting-icon-green.png create mode 100644 module/web/static/img/default/reconnecting-icon-red.png create mode 100644 module/web/static/img/default/speed-icon-white.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/downloading-icon-green.png b/module/web/static/img/default/downloading-icon-green.png new file mode 100644 index 000000000..84e47dc3b Binary files /dev/null and b/module/web/static/img/default/downloading-icon-green.png differ diff --git a/module/web/static/img/default/downloading-icon-red.png b/module/web/static/img/default/downloading-icon-red.png new file mode 100644 index 000000000..ec66e56ef Binary files /dev/null and b/module/web/static/img/default/downloading-icon-red.png differ diff --git a/module/web/static/img/default/queue-icon-white.png b/module/web/static/img/default/queue-icon-white.png new file mode 100644 index 000000000..2dd520607 Binary files /dev/null and b/module/web/static/img/default/queue-icon-white.png differ diff --git a/module/web/static/img/default/reconnecting-icon-green.png b/module/web/static/img/default/reconnecting-icon-green.png new file mode 100644 index 000000000..93e3732f0 Binary files /dev/null and b/module/web/static/img/default/reconnecting-icon-green.png differ diff --git a/module/web/static/img/default/reconnecting-icon-red.png b/module/web/static/img/default/reconnecting-icon-red.png new file mode 100644 index 000000000..e97a10270 Binary files /dev/null and b/module/web/static/img/default/reconnecting-icon-red.png differ diff --git a/module/web/static/img/default/speed-icon-white.png b/module/web/static/img/default/speed-icon-white.png new file mode 100644 index 000000000..dc0fd6866 Binary files /dev/null and b/module/web/static/img/default/speed-icon-white.png differ -- cgit v1.2.3 From 393bc84c584018cbbc634fb36e6ee42fe1a4acbb Mon Sep 17 00:00:00 2001 From: godofdream Date: Sun, 12 Aug 2012 16:16:22 +0200 Subject: changed colors of 2 icons added settings and logoutbutton --- .../web/static/img/default/downloading-icon-green.png | Bin 903 -> 1029 bytes module/web/static/img/default/downloading-icon-red.png | Bin 896 -> 1016 bytes module/web/static/img/default/gear-icon-white.png | Bin 0 -> 769 bytes .../web/static/img/default/icon_clock_small_white.png | Bin 1523 -> 0 bytes .../web/static/img/default/icon_speed_small_white.png | Bin 1535 -> 0 bytes .../web/static/img/default/reconnecting-icon-green.png | Bin 851 -> 945 bytes .../web/static/img/default/reconnecting-icon-red.png | Bin 842 -> 914 bytes module/web/static/img/default/user-icon-white.png | Bin 0 -> 474 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/gear-icon-white.png delete mode 100644 module/web/static/img/default/icon_clock_small_white.png delete mode 100644 module/web/static/img/default/icon_speed_small_white.png create mode 100644 module/web/static/img/default/user-icon-white.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/downloading-icon-green.png b/module/web/static/img/default/downloading-icon-green.png index 84e47dc3b..3c65e5c71 100644 Binary files a/module/web/static/img/default/downloading-icon-green.png and b/module/web/static/img/default/downloading-icon-green.png differ diff --git a/module/web/static/img/default/downloading-icon-red.png b/module/web/static/img/default/downloading-icon-red.png index ec66e56ef..d332ebb57 100644 Binary files a/module/web/static/img/default/downloading-icon-red.png and b/module/web/static/img/default/downloading-icon-red.png differ diff --git a/module/web/static/img/default/gear-icon-white.png b/module/web/static/img/default/gear-icon-white.png new file mode 100644 index 000000000..3a41217b2 Binary files /dev/null and b/module/web/static/img/default/gear-icon-white.png differ diff --git a/module/web/static/img/default/icon_clock_small_white.png b/module/web/static/img/default/icon_clock_small_white.png deleted file mode 100644 index b6c3535e8..000000000 Binary files a/module/web/static/img/default/icon_clock_small_white.png and /dev/null differ diff --git a/module/web/static/img/default/icon_speed_small_white.png b/module/web/static/img/default/icon_speed_small_white.png deleted file mode 100644 index a82639113..000000000 Binary files a/module/web/static/img/default/icon_speed_small_white.png and /dev/null differ diff --git a/module/web/static/img/default/reconnecting-icon-green.png b/module/web/static/img/default/reconnecting-icon-green.png index 93e3732f0..209a80348 100644 Binary files a/module/web/static/img/default/reconnecting-icon-green.png and b/module/web/static/img/default/reconnecting-icon-green.png differ diff --git a/module/web/static/img/default/reconnecting-icon-red.png b/module/web/static/img/default/reconnecting-icon-red.png index e97a10270..04f7ce018 100644 Binary files a/module/web/static/img/default/reconnecting-icon-red.png and b/module/web/static/img/default/reconnecting-icon-red.png differ diff --git a/module/web/static/img/default/user-icon-white.png b/module/web/static/img/default/user-icon-white.png new file mode 100644 index 000000000..e062d7c87 Binary files /dev/null and b/module/web/static/img/default/user-icon-white.png differ -- cgit v1.2.3 From c8c3af67484d3e18aab9cf47c5f9c66518726eed Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 12 Aug 2012 16:45:52 +0200 Subject: revert to last revision --- module/web/static/img/default/icon_clock_small_white.png | Bin 0 -> 1540 bytes module/web/static/img/default/icon_speed_small_white.png | Bin 0 -> 1654 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/icon_clock_small_white.png create mode 100644 module/web/static/img/default/icon_speed_small_white.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/icon_clock_small_white.png b/module/web/static/img/default/icon_clock_small_white.png new file mode 100644 index 000000000..9e6c9bdd0 Binary files /dev/null and b/module/web/static/img/default/icon_clock_small_white.png differ diff --git a/module/web/static/img/default/icon_speed_small_white.png b/module/web/static/img/default/icon_speed_small_white.png new file mode 100644 index 000000000..ac86514ca Binary files /dev/null and b/module/web/static/img/default/icon_speed_small_white.png differ -- cgit v1.2.3 From 2a1d1e1f9f088925dd1a6bebe40939f5fca3438a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 12 Aug 2012 16:57:38 +0200 Subject: user icon --- module/web/static/img/default/icon_user_small_white.png | Bin 0 -> 1475 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/icon_user_small_white.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/icon_user_small_white.png b/module/web/static/img/default/icon_user_small_white.png new file mode 100644 index 000000000..6434734fa Binary files /dev/null and b/module/web/static/img/default/icon_user_small_white.png differ -- cgit v1.2.3 From c3448cbc1b67372c964d6b57bfb49cfaa3703037 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 12 Aug 2012 19:26:07 +0200 Subject: removed icons --- module/web/static/img/default/downloading-icon-green.png | Bin 1029 -> 0 bytes module/web/static/img/default/downloading-icon-red.png | Bin 1016 -> 0 bytes module/web/static/img/default/gear-icon-white.png | Bin 769 -> 0 bytes module/web/static/img/default/queue-icon-white.png | Bin 647 -> 0 bytes .../web/static/img/default/reconnecting-icon-green.png | Bin 945 -> 0 bytes module/web/static/img/default/reconnecting-icon-red.png | Bin 914 -> 0 bytes module/web/static/img/default/speed-icon-white.png | Bin 904 -> 0 bytes module/web/static/img/default/user-icon-white.png | Bin 474 -> 0 bytes 8 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 module/web/static/img/default/downloading-icon-green.png delete mode 100644 module/web/static/img/default/downloading-icon-red.png delete mode 100644 module/web/static/img/default/gear-icon-white.png delete mode 100644 module/web/static/img/default/queue-icon-white.png delete mode 100644 module/web/static/img/default/reconnecting-icon-green.png delete mode 100644 module/web/static/img/default/reconnecting-icon-red.png delete mode 100644 module/web/static/img/default/speed-icon-white.png delete mode 100644 module/web/static/img/default/user-icon-white.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/downloading-icon-green.png b/module/web/static/img/default/downloading-icon-green.png deleted file mode 100644 index 3c65e5c71..000000000 Binary files a/module/web/static/img/default/downloading-icon-green.png and /dev/null differ diff --git a/module/web/static/img/default/downloading-icon-red.png b/module/web/static/img/default/downloading-icon-red.png deleted file mode 100644 index d332ebb57..000000000 Binary files a/module/web/static/img/default/downloading-icon-red.png and /dev/null differ diff --git a/module/web/static/img/default/gear-icon-white.png b/module/web/static/img/default/gear-icon-white.png deleted file mode 100644 index 3a41217b2..000000000 Binary files a/module/web/static/img/default/gear-icon-white.png and /dev/null differ diff --git a/module/web/static/img/default/queue-icon-white.png b/module/web/static/img/default/queue-icon-white.png deleted file mode 100644 index 2dd520607..000000000 Binary files a/module/web/static/img/default/queue-icon-white.png and /dev/null differ diff --git a/module/web/static/img/default/reconnecting-icon-green.png b/module/web/static/img/default/reconnecting-icon-green.png deleted file mode 100644 index 209a80348..000000000 Binary files a/module/web/static/img/default/reconnecting-icon-green.png and /dev/null differ diff --git a/module/web/static/img/default/reconnecting-icon-red.png b/module/web/static/img/default/reconnecting-icon-red.png deleted file mode 100644 index 04f7ce018..000000000 Binary files a/module/web/static/img/default/reconnecting-icon-red.png and /dev/null differ diff --git a/module/web/static/img/default/speed-icon-white.png b/module/web/static/img/default/speed-icon-white.png deleted file mode 100644 index dc0fd6866..000000000 Binary files a/module/web/static/img/default/speed-icon-white.png and /dev/null differ diff --git a/module/web/static/img/default/user-icon-white.png b/module/web/static/img/default/user-icon-white.png deleted file mode 100644 index e062d7c87..000000000 Binary files a/module/web/static/img/default/user-icon-white.png and /dev/null differ -- cgit v1.2.3 From 90ba0c9f3adccd02b62ec3ca6b4af849a7253d14 Mon Sep 17 00:00:00 2001 From: godofdream Date: Tue, 14 Aug 2012 22:37:58 +0200 Subject: first Design of Queue and Settings --- module/web/static/img/default/arrow_refresh.png | Bin 0 -> 685 bytes module/web/static/img/default/delete.png | Bin 0 -> 715 bytes module/web/static/img/default/folder.png | Bin 0 -> 537 bytes module/web/static/img/default/icon_folder.png | Bin 0 -> 222 bytes module/web/static/img/default/pencil.png | Bin 0 -> 450 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/arrow_refresh.png create mode 100644 module/web/static/img/default/delete.png create mode 100644 module/web/static/img/default/folder.png create mode 100644 module/web/static/img/default/icon_folder.png create mode 100644 module/web/static/img/default/pencil.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/arrow_refresh.png b/module/web/static/img/default/arrow_refresh.png new file mode 100644 index 000000000..0de26566d Binary files /dev/null and b/module/web/static/img/default/arrow_refresh.png differ diff --git a/module/web/static/img/default/delete.png b/module/web/static/img/default/delete.png new file mode 100644 index 000000000..08f249365 Binary files /dev/null and b/module/web/static/img/default/delete.png differ diff --git a/module/web/static/img/default/folder.png b/module/web/static/img/default/folder.png new file mode 100644 index 000000000..784e8fa48 Binary files /dev/null and b/module/web/static/img/default/folder.png differ diff --git a/module/web/static/img/default/icon_folder.png b/module/web/static/img/default/icon_folder.png new file mode 100644 index 000000000..31773520a Binary files /dev/null and b/module/web/static/img/default/icon_folder.png differ diff --git a/module/web/static/img/default/pencil.png b/module/web/static/img/default/pencil.png new file mode 100644 index 000000000..0bfecd50e Binary files /dev/null and b/module/web/static/img/default/pencil.png differ -- cgit v1.2.3 From d8119f648e63a4728433e67e79d2a99296a8c2c1 Mon Sep 17 00:00:00 2001 From: godofdream Date: Thu, 16 Aug 2012 17:48:39 +0200 Subject: Added Mobile WebIf, some Layouting --- module/web/static/img/default/icon_blank_file_black.png | Bin 0 -> 291 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/icon_blank_file_black.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/icon_blank_file_black.png b/module/web/static/img/default/icon_blank_file_black.png new file mode 100644 index 000000000..d054a2af7 Binary files /dev/null and b/module/web/static/img/default/icon_blank_file_black.png differ -- cgit v1.2.3 From 6a196ec9074a963c957223a7f8322cc12cb56d36 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 6 Sep 2012 20:41:09 +0200 Subject: little logo update --- module/web/static/img/default/logo.png | Bin 11621 -> 8340 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/logo.png b/module/web/static/img/default/logo.png index 3a59b54aa..7cb924d60 100644 Binary files a/module/web/static/img/default/logo.png and b/module/web/static/img/default/logo.png differ -- cgit v1.2.3 From ab2b8b65572aa2338411c98f68e41d7b0adcfd60 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 17 Sep 2012 19:00:23 +0200 Subject: different bg pattern --- module/web/static/img/default/bgpattern.png | Bin 0 -> 2487 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 module/web/static/img/default/bgpattern.png (limited to 'module/web/static/img/default') diff --git a/module/web/static/img/default/bgpattern.png b/module/web/static/img/default/bgpattern.png new file mode 100644 index 000000000..5111e6bdf Binary files /dev/null and b/module/web/static/img/default/bgpattern.png differ -- cgit v1.2.3