From 9326020b1d3d7d25961eb97ebe32718e5c64c29a Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 1 Dec 2003 12:31:07 +0000 Subject: [PATCH] Page heading reformatted. - Suggestion by Lew. --- WebConfig.pm | 13 ++++++++----- project/Index.html.pl | 2 +- project/List.html.pl | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/WebConfig.pm b/WebConfig.pm index 6311d0c..14aa5b6 100644 --- a/WebConfig.pm +++ b/WebConfig.pm @@ -58,12 +58,12 @@ our %WebConfig=( "pipermail_url_sub"=>sub () { return "http://".&{$My::Web::W->{"web_hostname_sub"}}."/pipermail/"; }, "heading"=>sub () { print ''."\n"; - print ''."\n"; - print ''."\n"; - print ''."\n"; +# print ''."\n"; +# print ''."\n"; +# print ''."\n"; print ''."\n"; print '
'."\n"; - print ''."\n"; print ''."\n"; print ''."\n"; print ''."\n"; print '
'."\n"; @@ -99,7 +99,10 @@ our %WebConfig=( print '
'."\n"; - print My::Web::vskip("1ex") if !$My::Web::W->{"WebConfig::heading_novskip"}; + if (!$My::Web::W->{"WebConfig::heading_novskip"}) { + print "
\n"; + print My::Web::vskip("6ex"); + } }, "footing"=>sub () { # print "

footing

\n"; diff --git a/project/Index.html.pl b/project/Index.html.pl index dbbf486..4af7311 100755 --- a/project/Index.html.pl +++ b/project/Index.html.pl @@ -41,7 +41,7 @@ My::Web->init( My::Web->heading(); print My::Project->views("Detailed"); -print My::Project->platforms(undef()); +print My::Project->platforms(undef(),"novskip"=>1); my %item=( My::Project::item_hash_read() ); diff --git a/project/List.html.pl b/project/List.html.pl index 0e0e588..9cffbf4 100755 --- a/project/List.html.pl +++ b/project/List.html.pl @@ -46,7 +46,7 @@ My::Web->heading(); my $CGI=CGI->new(); print My::Project->views(($W->{"args"}{"platform"} ? "BriefPlatform" : "BriefUnified")); -print My::Project->platforms(undef()) if $W->{"args"}{"platform"}; +print My::Project->platforms(undef(),"novskip"=>1) if $W->{"args"}{"platform"}; my %item=( My::Project::item_hash_read() ); -- 1.8.3.1