projects
/
mkgallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12c63b
)
add tooltips
author
Eugene Crosser
<crosser@average.org>
Fri, 3 Mar 2006 08:54:38 +0000
(08:54 +0000)
committer
Eugene Crosser
<crosser@average.org>
Fri, 3 Mar 2006 08:54:38 +0000
(08:54 +0000)
mkgallery.pl
patch
|
blob
|
history
diff --git
a/mkgallery.pl
b/mkgallery.pl
index 5927e144567130db3092ed6ff3d9f5ea600465f3..452d5da27f5520d55bc430cc09483595b2e1c524 100755
(executable)
--- a/
mkgallery.pl
+++ b/
mkgallery.pl
@@
-529,13
+529,13
@@
sub img_entry {
end_div,"\n";
print $IND table({-class=>'slide'},Tr(td(
- a({-href=>".html/$name-info.html",
+ a({-href=>".html/$name-info.html",
-title=>'Image Info',
-onClick=>"return showIbox('$name');"},$title),
br,
a({-href=>$medium,-rel=>"lightbox",-title=>$title},
img({-src=>$thumb})),
br,
- a({-href=>$name},"($w x $h)"),
+ a({-href=>$name
,-title=>'Original Image'
},"($w x $h)"),
br))),"\n";
}