X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=mkgallery.pl;h=c7d3f46391a0e2a1b1e3271b90f5b208497a9726;hp=e64f5975b00ec4a8c693ab9abf7fe1ed86782c25;hb=938141692ce114b47e3268df7a2bb115e40e8e0d;hpb=a01bd7a3ca127d89ae4a2d55c289c0c13ae70693 diff --git a/mkgallery.pl b/mkgallery.pl index e64f597..c7d3f46 100755 --- a/mkgallery.pl +++ b/mkgallery.pl @@ -568,7 +568,9 @@ sub startindex { -style=>{-src=>$inc."gallery.css"}, -script=>[ {-src=>$inc."mootools.js"}, + {-src=>$inc."overlay.js"}, {-src=>$inc."urlparser.js"}, + {-src=>$inc."multibox.js"}, {-src=>$inc."slideshow.js"}, {-src=>$inc."gallery.js"}, {-code=>"var incPrefix='$inc';"} @@ -684,7 +686,7 @@ sub img_entry { div({-class=>'slidetitle',-id=>$name}, a({-href=>".html/$name-info.html", -title=>'Image Info', - -onClick=>"return showIbox('$name');"}, + -class=>'infobox'}, $title)),"\n", div({-class=>'slideimage',-id=>$name}, a({-href=>".html/$name-static.html",-title=>$title,