]> mj.ucw.cz Git - pciids.git/blobdiff - PciIds/Html/Help.pm
imgs do not allow border attribute
[pciids.git] / PciIds / Html / Help.pm
index 5d0833425f853ae01c880f3cbea06f5d0c111418..90966644a179b63fd667a458907532b6a22e0c10 100644 (file)
@@ -38,7 +38,7 @@ sub getHelp( $$ ) {
        my $addr = PciIds::Address::new( $req->uri() );
        print "<div class='top'>\n";
        genMenu( $req, $addr, $args, $auth, [ ( $helpname eq 'index' ) ? () : [ 'Help index', 'help', 'index' ] ] );
-       print "<h1>$head</h1>\n";
+       print "<div class='bluesquare'><h1>$head</h1><p class='home'>The PCI ID Repository</div>\n";
        print "<div class='clear'></div></div>\n";
        genPath( $req, $addr, 1 );
        my $url = setAddrPrefix( $req->uri(), 'read' ).buildExcept( 'help', $args ).'?help=';
@@ -49,7 +49,7 @@ sub getHelp( $$ ) {
                print $line;
        }
        close HELP;
-       genHtmlTail();
+       genHtmlFooter( 1, $req, $args );
        return OK;
 }