gitweb: Headers refactoring - use git_header_div for header divs
commit27fb8c40c6b634c67f5b5fb3b354a207cc10b343
authorJakub Narebski <jnareb@gmail.com>
Sun, 30 Jul 2006 18:32:01 +0000 (30 20:32 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 31 Jul 2006 01:42:27 +0000 (30 18:42 -0700)
treebf4092bdd5ce838fbddf99a9637538ea458268f2
parent6855f42ecd8cfb77ec7494ac9eea9b1ef2d634a0
gitweb: Headers refactoring - use git_header_div for header divs

Add git_header_div subroutine which prints "header" divs, now with
class "header" (class "title" is taken, and has set CSS style,
changing appereance and maing layout wrong), and use it thorough
gitweb.cgi.  Change header linking to project summary from empty
(&nbsp; as a contents of link) to having $project as contents/name
of link.  Sometimes a little reordering.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi