X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Flib%2FMAPSWeb.pm;h=59ec10bee2cc38ca788d667b35a8cee742e83271;hb=b116c94968d6b617afc02a7d0ffb940757054b6a;hp=5097b770a5acf87ee47e2b54304b49772f83535d;hpb=83737e59d30d46e80259f07dd8d528b06dd43858;p=clearscm.git diff --git a/maps/lib/MAPSWeb.pm b/maps/lib/MAPSWeb.pm index 5097b77..59ec10b 100644 --- a/maps/lib/MAPSWeb.pm +++ b/maps/lib/MAPSWeb.pm @@ -70,7 +70,7 @@ sub displayquickstats($) { print p {-align => 'center'}, b ('as of ' . FormatTime($time)); - print start_div {-id => 'quickwrap'}; + print start_div {-id => 'quickstats'}; print start_table { -cellspacing => 0, @@ -283,7 +283,7 @@ sub NavigationBar($) { print start_div {-id => 'leftbar'}; unless ($userid) { - print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::Version")); + print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::VERSION")); print div ({-class => 'username'}, 'Welcome to MAPS'); print div ({-class => 'menu'}, (a {-href => '/maps/doc/'}, @@ -300,7 +300,7 @@ sub NavigationBar($) { 'Help
'), ); } else { - print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::Version")); + print h2({-align => 'center'}, font({-color => 'white'}, "MAPS $MAPS::VERSION")); print div ({-class => 'username'}, 'Welcome '. ucfirst $userid); print div ({-class => 'menu'}, @@ -321,7 +321,7 @@ sub NavigationBar($) { (a {-href => '/maps/doc/'}, 'Help
'), (a {-href => '/maps/adm/'}, - 'MAPS
'), + 'Admin
'), (a {-href => '/maps/?logout=yes'}, 'Logout'), );