X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=blobdiff_plain;f=mkgallery.pl;h=26e1729e3d11bddad9967ce68abe190cc9a905f1;hp=1c5fd98d0f4592353585307ccec7fc2a27a824a3;hb=1826ee90530507454b5cdd69a76a385f63f5e8d5;hpb=e1409ccb8e6b656b691b97f9741c1313d0a30558 diff --git a/mkgallery.pl b/mkgallery.pl index 1c5fd98..26e1729 100755 --- a/mkgallery.pl +++ b/mkgallery.pl @@ -524,13 +524,19 @@ sub makeaux { my $imgsrc = sprintf("../.%s/%s",$sizes[0],$name); print $F start_html(-title=>$title, -encoding=>"utf-8", - -style=>{-src=>$inc."gallery.css"},),"\n", + -style=>{-src=>$inc."gallery.css"}, + -script=>[ + {-src=>$inc."mootools.js"}, + {-src=>$inc."urlparser.js"}, + {-src=>$inc."infopage.js"}, + ]),"\n", start_center,"\n", h1($title),"\n", table({-class=>'ipage'}, Tr(td(img({-src=>$imgsrc})), td($self->infotable))), - a({-href=>'../index.html'},'Index'),"\n", + a({-href=>'../index.html',-class=>'conceal'}, + 'Index'),"\n", end_center,"\n", end_html,"\n"; close($F); @@ -671,8 +677,8 @@ sub img_entry { print $IND a({-name=>$i}),"\n", start_table({-class=>'slide'}),start_Tr,start_td,"\n", div({-class=>'slidetitle',-id=>$name}, - a({-href=>".html/$name-info.html", - -title=>'Image Info', + a({-href=>".html/$name-info.html?conceal", + -title=>'Image Info: '.$name, -class=>'infoBox'}, $title)),"\n", div({-class=>'slideimage',-id=>$name},