From 2cf160d497e501bf254bd8be054c0f5880ab90ca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 8 Jun 2013 17:37:43 +0200 Subject: restructured webui to single-page-app, removed jinja --- module/web/static/img/default/bgpattern.png | Bin 2487 -> 0 bytes module/web/static/img/default/box-separator.png | Bin 1180 -> 0 bytes module/web/static/img/default/checks_sheet.png | Bin 1145 -> 0 bytes module/web/static/img/default/fancy_deboss.png | Bin 265 -> 0 bytes module/web/static/img/default/logo.png | Bin 5329 -> 0 bytes module/web/static/img/default/logo_grey.png | Bin 1141 -> 0 bytes module/web/static/img/favicon.ico | Bin 6006 -> 0 bytes module/web/static/img/glyphicons-halflings-white.png | Bin 8777 -> 0 bytes module/web/static/img/glyphicons-halflings.png | Bin 12799 -> 0 bytes module/web/static/img/icon.png | Bin 1912 -> 0 bytes module/web/static/img/select2-spinner.gif | Bin 1849 -> 0 bytes module/web/static/img/select2.png | Bin 613 -> 0 bytes module/web/static/img/select2x2.png | Bin 845 -> 0 bytes 13 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 module/web/static/img/default/bgpattern.png delete mode 100644 module/web/static/img/default/box-separator.png delete mode 100644 module/web/static/img/default/checks_sheet.png delete mode 100644 module/web/static/img/default/fancy_deboss.png delete mode 100644 module/web/static/img/default/logo.png delete mode 100644 module/web/static/img/default/logo_grey.png delete mode 100644 module/web/static/img/favicon.ico delete mode 100755 module/web/static/img/glyphicons-halflings-white.png delete mode 100755 module/web/static/img/glyphicons-halflings.png delete mode 100644 module/web/static/img/icon.png delete mode 100755 module/web/static/img/select2-spinner.gif delete mode 100755 module/web/static/img/select2.png delete mode 100755 module/web/static/img/select2x2.png (limited to 'module/web/static/img') diff --git a/module/web/static/img/default/bgpattern.png b/module/web/static/img/default/bgpattern.png deleted file mode 100644 index 5111e6bdf..000000000 Binary files a/module/web/static/img/default/bgpattern.png and /dev/null differ diff --git a/module/web/static/img/default/box-separator.png b/module/web/static/img/default/box-separator.png deleted file mode 100644 index 9860fd9e9..000000000 Binary files a/module/web/static/img/default/box-separator.png and /dev/null differ diff --git a/module/web/static/img/default/checks_sheet.png b/module/web/static/img/default/checks_sheet.png deleted file mode 100644 index 9662b8070..000000000 Binary files a/module/web/static/img/default/checks_sheet.png and /dev/null differ diff --git a/module/web/static/img/default/fancy_deboss.png b/module/web/static/img/default/fancy_deboss.png deleted file mode 100644 index 926a762db..000000000 Binary files a/module/web/static/img/default/fancy_deboss.png and /dev/null differ diff --git a/module/web/static/img/default/logo.png b/module/web/static/img/default/logo.png deleted file mode 100644 index bb9c13679..000000000 Binary files a/module/web/static/img/default/logo.png and /dev/null differ diff --git a/module/web/static/img/default/logo_grey.png b/module/web/static/img/default/logo_grey.png deleted file mode 100644 index a4114d832..000000000 Binary files a/module/web/static/img/default/logo_grey.png and /dev/null differ diff --git a/module/web/static/img/favicon.ico b/module/web/static/img/favicon.ico deleted file mode 100644 index d7f9f1857..000000000 Binary files a/module/web/static/img/favicon.ico and /dev/null differ diff --git a/module/web/static/img/glyphicons-halflings-white.png b/module/web/static/img/glyphicons-halflings-white.png deleted file mode 100755 index 3bf6484a2..000000000 Binary files a/module/web/static/img/glyphicons-halflings-white.png and /dev/null differ diff --git a/module/web/static/img/glyphicons-halflings.png b/module/web/static/img/glyphicons-halflings.png deleted file mode 100755 index a99699932..000000000 Binary files a/module/web/static/img/glyphicons-halflings.png and /dev/null differ diff --git a/module/web/static/img/icon.png b/module/web/static/img/icon.png deleted file mode 100644 index 1ab4ca081..000000000 Binary files a/module/web/static/img/icon.png and /dev/null differ diff --git a/module/web/static/img/select2-spinner.gif b/module/web/static/img/select2-spinner.gif deleted file mode 100755 index 5b33f7e54..000000000 Binary files a/module/web/static/img/select2-spinner.gif and /dev/null differ diff --git a/module/web/static/img/select2.png b/module/web/static/img/select2.png deleted file mode 100755 index 1d804ffb9..000000000 Binary files a/module/web/static/img/select2.png and /dev/null differ diff --git a/module/web/static/img/select2x2.png b/module/web/static/img/select2x2.png deleted file mode 100755 index 4bdd5c961..000000000 Binary files a/module/web/static/img/select2x2.png and /dev/null differ -- cgit v1.2.3