X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/0aa43066e7ac889d9bbba62344ed086d9b463366..ead5bed24e07383fbcf783c3b5c70a755dbc1982:/widget/doclist.php diff --git a/widget/doclist.php b/widget/doclist.php index 78b8c49..589c8d6 100644 --- a/widget/doclist.php +++ b/widget/doclist.php @@ -1,31 +1,63 @@ 5) print ' class="cols"'; -print ">\n"; -foreach (array_reverse($cal) as $title => $versions) { - print '
  • '; - if ($url = @$versions['html']) { - printf('%s', $url, $title); - } - elseif (implode('', array_keys($versions))) { - list ($format, $url) = each($versions); - include_once('format.inc.php'); - printf('%s (%sB %s)', - $title, $url, showsize(filesize($url)), $format +$year = 3600 * 24 * 365; # seconds per year +$scale = 7; # em width per year +$mindate = max(time(), strtotime($date) + ($year / $scale * 3)); # at least last entry plus 3em for centered text +$length = ($mindate - strtotime(key(current($cal)))) / $year * $scale; # earliest entry position + +printf('\n\n";