From: Matthew Mondor Date: Sun, 7 Jan 2007 11:39:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: pgsql-branch-merge~43 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=02ac5535253e4dd49a7106937cbe25e60083f736;p=mmondor.git *** empty log message *** --- diff --git a/mmsoftware/js/js-sh/app/thumb/thumb.js b/mmsoftware/js/js-sh/app/thumb/thumb.js index a4f561a..b29c3f4 100644 --- a/mmsoftware/js/js-sh/app/thumb/thumb.js +++ b/mmsoftware/js/js-sh/app/thumb/thumb.js @@ -1,4 +1,4 @@ -/* $Id: thumb.js,v 1.8 2006/11/06 04:03:58 mmondor Exp $ */ +/* $Id: thumb.js,v 1.9 2007/01/07 11:39:44 mmondor Exp $ */ /* * Copyright (c) 2006, Matthew Mondor @@ -188,7 +188,7 @@ function thumbnail_dir(path, xmax, ymax) if ((t = dir_findthumb(path + '/' + f.l)) != null) fh.write(''); + '" alt="' + t + '">'); fh.write('' + f.l + '/' + @@ -199,10 +199,11 @@ function thumbnail_dir(path, xmax, ymax) f = index[i]; if (f.t == 'IMG') fh.write('' + "\n"); + '">' + f.n +
+				    '' + "\n"); } fh.write('
Thumb gallery generated by: ' + - '$Id: thumb.js,v 1.8 2006/11/06 04:03:58 mmondor Exp $' + + '$Id: thumb.js,v 1.9 2007/01/07 11:39:44 mmondor Exp $' + '
(source)
' + "\n");