mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-29 16:50:08 +02:00
Removed shadows. Reworked tree side bar.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
################################
|
||||
# h5ai 0.6
|
||||
# h5ai 0.7
|
||||
# customized .htaccess
|
||||
################################
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
IndexOrderDefault Ascending Name
|
||||
|
||||
IndexOptions Type=text/html;h5ai=0.6
|
||||
IndexOptions Type=text/html;h5ai=0.7
|
||||
IndexOptions Charset=UTF-8
|
||||
IndexOptions FancyIndexing
|
||||
IndexOptions HTMLTable
|
||||
|
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
||||
<img class="techclass" src="/h5ai/images/html5-storage.png" alt="html5-storage" />
|
||||
<img class="techclass" src="/h5ai/images/html5-css3.png" alt="html5-css3" />
|
||||
</a>
|
||||
<a href="http://larsjung.de/h5ai" target="_blank" title="h5ai 0.6">h5ai</a>
|
||||
<a href="http://larsjung.de/h5ai" target="_blank" title="h5ai 0.7">h5ai</a>
|
||||
<span class="l10n-footerUsing">using</span>
|
||||
<a href="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" target="_blank" title="icon theme for Gnome">Faenza icons</a>
|
||||
</footer>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Directory index · styled with h5ai</title>
|
||||
<meta name="h5ai-version" content="h5ai 0.6">
|
||||
<meta name="h5ai-version" content="h5ai 0.7">
|
||||
<meta name="description" content="Directory index styled with h5ai (http://larsjung.de/h5ai)">
|
||||
<meta name="keywords" content="directory, index, autoindex, h5ai">
|
||||
<link rel="shortcut icon" type="image/png" href="/h5ai/images/h5ai-16x16.png">
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 236 B |
BIN
target/h5ai/images/blank.png
Normal file
BIN
target/h5ai/images/blank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 227 B |
BIN
target/h5ai/images/tree.png
Normal file
BIN
target/h5ai/images/tree.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 458 B |
File diff suppressed because one or more lines are too long
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* h5ai 0.7
|
||||
* Options and localization
|
||||
*/
|
||||
|
||||
h5aiOptions = {
|
||||
|
||||
@@ -18,7 +22,7 @@ h5aiOptions = {
|
||||
* folderStatus below to avoid such requests.
|
||||
* It might also affect performance significantly.
|
||||
*/
|
||||
showTree: false,
|
||||
showTree: true,
|
||||
|
||||
/*
|
||||
* Associative array of folders and their HTTP status codes to
|
||||
|
Reference in New Issue
Block a user