From 1c9cb5def43413aea01e3d960a83dd35a4739df9 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Wed, 15 Jun 2011 16:20:13 +0200 Subject: [PATCH] Added icon view. --- dot.htaccess | 2 +- h5ai/footer.html | 5 ++- h5ai/header.html | 4 +- h5ai/icons/extension.png | Bin 662 -> 0 bytes h5ai/icons/view-details.png | Bin 0 -> 324 bytes h5ai/icons/view-icons.png | Bin 0 -> 295 bytes h5ai/images/archive.png | Bin 0 -> 1433 bytes h5ai/images/audio.png | Bin 0 -> 2062 bytes h5ai/images/authors.png | Bin 0 -> 1508 bytes h5ai/images/bin.png | Bin 0 -> 1767 bytes h5ai/images/blank.png | Bin 0 -> 227 bytes h5ai/images/bmp.png | Bin 0 -> 2899 bytes h5ai/images/c.png | Bin 0 -> 2763 bytes h5ai/images/cd.png | Bin 0 -> 3047 bytes h5ai/images/copying.png | Bin 0 -> 1980 bytes h5ai/images/cpp.png | Bin 0 -> 2685 bytes h5ai/images/css.png | Bin 0 -> 1745 bytes h5ai/images/deb.png | Bin 0 -> 2317 bytes h5ai/images/default.png | Bin 0 -> 997 bytes h5ai/images/exe.png | Bin 0 -> 2764 bytes h5ai/images/gif.png | Bin 0 -> 2690 bytes h5ai/images/gzip.png | Bin 0 -> 1836 bytes h5ai/images/h.png | Bin 0 -> 2513 bytes h5ai/images/hpp.png | Bin 0 -> 2707 bytes h5ai/images/html.png | Bin 0 -> 3352 bytes h5ai/images/html5-storage.png | Bin 0 -> 535 bytes h5ai/images/ico.png | Bin 0 -> 3408 bytes h5ai/images/image.png | Bin 0 -> 2556 bytes h5ai/images/install.png | Bin 0 -> 2159 bytes h5ai/images/java.png | Bin 0 -> 2645 bytes h5ai/images/jpg.png | Bin 0 -> 2996 bytes h5ai/images/js.png | Bin 0 -> 3023 bytes h5ai/images/log.png | Bin 0 -> 1350 bytes h5ai/images/makefile.png | Bin 0 -> 1713 bytes h5ai/images/package.png | Bin 0 -> 2686 bytes h5ai/images/parent.png | Bin 0 -> 1227 bytes h5ai/images/pdf.png | Bin 0 -> 2806 bytes h5ai/images/php.png | Bin 0 -> 3358 bytes h5ai/images/png.png | Bin 0 -> 2998 bytes h5ai/images/py.png | Bin 0 -> 3129 bytes h5ai/images/rar.png | Bin 0 -> 2309 bytes h5ai/images/rb.png | Bin 0 -> 3220 bytes h5ai/images/readme.png | Bin 0 -> 1346 bytes h5ai/images/rpm.png | Bin 0 -> 2020 bytes h5ai/images/rtf.png | Bin 0 -> 2680 bytes h5ai/images/script.png | Bin 0 -> 1881 bytes h5ai/images/tar.png | Bin 0 -> 1013 bytes h5ai/images/tex.png | Bin 0 -> 2160 bytes h5ai/images/text.png | Bin 0 -> 2754 bytes h5ai/images/tiff.png | Bin 0 -> 2690 bytes h5ai/images/unknown.png | Bin 0 -> 1420 bytes h5ai/images/xml.png | Bin 0 -> 2954 bytes h5ai/images/zip.png | Bin 0 -> 2232 bytes h5ai/main.css | 42 +++++++++++++++++++-- h5ai/main.js | 68 ++++++++++++++++++++++++++++++++-- 55 files changed, 110 insertions(+), 11 deletions(-) delete mode 100644 h5ai/icons/extension.png create mode 100644 h5ai/icons/view-details.png create mode 100644 h5ai/icons/view-icons.png create mode 100644 h5ai/images/archive.png create mode 100644 h5ai/images/audio.png create mode 100644 h5ai/images/authors.png create mode 100644 h5ai/images/bin.png create mode 100644 h5ai/images/blank.png create mode 100644 h5ai/images/bmp.png create mode 100644 h5ai/images/c.png create mode 100644 h5ai/images/cd.png create mode 100644 h5ai/images/copying.png create mode 100644 h5ai/images/cpp.png create mode 100644 h5ai/images/css.png create mode 100644 h5ai/images/deb.png create mode 100644 h5ai/images/default.png create mode 100644 h5ai/images/exe.png create mode 100644 h5ai/images/gif.png create mode 100644 h5ai/images/gzip.png create mode 100644 h5ai/images/h.png create mode 100644 h5ai/images/hpp.png create mode 100644 h5ai/images/html.png create mode 100755 h5ai/images/html5-storage.png create mode 100644 h5ai/images/ico.png create mode 100644 h5ai/images/image.png create mode 100644 h5ai/images/install.png create mode 100644 h5ai/images/java.png create mode 100644 h5ai/images/jpg.png create mode 100644 h5ai/images/js.png create mode 100644 h5ai/images/log.png create mode 100644 h5ai/images/makefile.png create mode 100644 h5ai/images/package.png create mode 100644 h5ai/images/parent.png create mode 100644 h5ai/images/pdf.png create mode 100644 h5ai/images/php.png create mode 100644 h5ai/images/png.png create mode 100644 h5ai/images/py.png create mode 100644 h5ai/images/rar.png create mode 100644 h5ai/images/rb.png create mode 100644 h5ai/images/readme.png create mode 100644 h5ai/images/rpm.png create mode 100644 h5ai/images/rtf.png create mode 100644 h5ai/images/script.png create mode 100644 h5ai/images/tar.png create mode 100644 h5ai/images/tex.png create mode 100644 h5ai/images/text.png create mode 100644 h5ai/images/tiff.png create mode 100644 h5ai/images/unknown.png create mode 100644 h5ai/images/xml.png create mode 100644 h5ai/images/zip.png diff --git a/dot.htaccess b/dot.htaccess index 023e19f3..f5e312ab 100644 --- a/dot.htaccess +++ b/dot.htaccess @@ -33,7 +33,7 @@ IndexOrderDefault Ascending Name - # IndexOptions Charset=UTF-8 + IndexOptions Charset=UTF-8 IndexOptions FancyIndexing IndexOptions HTMLTable IndexOptions XHTML diff --git a/h5ai/footer.html b/h5ai/footer.html index 029ba478..faf27983 100644 --- a/h5ai/footer.html +++ b/h5ai/footer.html @@ -3,12 +3,13 @@