X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=WebConfig.pm;h=001edc253c1a3ed2e097299a382b9943299a4c48;hb=b4d65bcbdd83f374d5b8ad10d72082c0089b99a4;hp=fe5cd041321410b37c0437df776eaedd0d73041b;hpb=6359eb5b088aeb9a7fc83f9677f1198f527d6b0b;p=www.jankratochvil.net.git diff --git a/WebConfig.pm b/WebConfig.pm index fe5cd04..001edc2 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -61,7 +61,8 @@ our %WebConfig=( .' style="border-collapse: collapse; border-style: solid; border-width: 2px;">'."\n"; print ''."\n"; print ''."\n"; - print My::Web::a_href('http://www.jankratochvil.net/','Jan Kratochvil'); + print My::Web::a_href('http://www.jankratochvil.net/','Jan Kratochvil', + "attr"=>'style="text-decoration: inherit; /* revoke underline */;"'); print ''."\n"; print ''."\n"; print ''; @@ -74,7 +75,7 @@ our %WebConfig=( My::Web::top_dir()."/project/"=>"Projects", "http://cvs.jankratochvil.net/"=>"CVS", # My::Web::top_dir()."/News.html.pl"=>"News", - My::Web::top_dir()."/resume/"=>"Resume", + My::Web::top_dir()."/resume/Resume-JanKratochvil.html.pl/Resume-JanKratochvil.html"=>"Resume", My::Web::top_dir()."/Contact.html.pl"=>"Contact", ); while (@sections) { @@ -82,7 +83,8 @@ our %WebConfig=( my $section_name=shift @sections; print ''; print(($My::Web::W->{"section"} || "") eq $section_name ? "$section_name" - : My::Web::a_href($section_path,$section_name)); + : My::Web::a_href($section_path,$section_name, + "attr"=>'style="text-decoration: inherit; /* revoke underline */;"')); print "\n"; } print ''."\n"; @@ -90,7 +92,7 @@ our %WebConfig=( print ''."\n"; print ''."\n"; print ''."\n"; - print My::Web::vskip("1ex"); + print My::Web::vskip("1ex") if !$My::Web::W->{"WebConfig::heading_novskip"}; }, "footing"=>sub () { # print "

footing

\n";