- thumbnail support is fully functional with custom imageThumb class which supports caching and so on, the class is still considered beta (specially the clean_cache() function)

- updated simple template
- added Last Access (atime) to dirlist.lib.php
- updated and fixed loads of other things

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@18 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-04-09 18:00:39 +00:00
parent 02c6a18b1d
commit edf251dbec
16 changed files with 289 additions and 25 deletions

View File

@@ -1,3 +1,4 @@
<?php header('Content-type: text/css;'); ( empty($dir) && !empty($_REQUEST['dir']) ) ? $dir = $_REQUEST['dir'] : $dir = '' ; ?>
BODY {
background-color: #FFF;
color: #000;
@@ -21,8 +22,7 @@ BODY {
#files {
}
/* <?=$dir?> */
/* Details View (#list) */
#list {
background-color: #DDD;
@@ -48,6 +48,9 @@ BODY {
#list TH.mtime {
width: 170px;
}
#list TH.atime {
width: 170px;
}
#list TH.perms {
width: 100px;
}
@@ -75,6 +78,9 @@ BODY {
#list TD.mtime {
text-align: right;
}
#list TD.atime {
text-align: right;
}
#list TD.perms {
text-align: right;
}
@@ -118,6 +124,12 @@ BODY {
text-align: center;
vertical-align: top;
}
#icons LI .icon {
display: block;
padding: 0px;
margin: 0px;
height: 48px;
}
#icons LI .name {
display: block;
font-size: 12px;