X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Flib%2FMAPSWeb.pm;h=4f3afda58b5a77dd691fa107e3cfaea61e5e2077;hb=a77e38390a688e1d0a3709d21f42ac5c51a436db;hp=3b68a8094117039c349dd41cb3633aca50e3efa0;hpb=16babf81ce331af378de565ba73e927ff5491f65;p=clearscm.git diff --git a/maps/lib/MAPSWeb.pm b/maps/lib/MAPSWeb.pm index 3b68a80..4f3afda 100644 --- a/maps/lib/MAPSWeb.pm +++ b/maps/lib/MAPSWeb.pm @@ -281,23 +281,23 @@ sub NavigationBar($) { print div ({-class => 'username'}, 'Welcome '. ucfirst $userid); print div ({-class => 'menu'}, (a {-href => '/maps/'}, - 'MAPS Home
'), + 'Home
'), (a {-href => '/maps/bin/stats.cgi'}, 'Statistics
'), (a {-href => '/maps/bin/editprofile.cgi'}, - 'Edit Profile
'), + 'Profile
'), (a {-href => '/maps/php/Reports.php'}, 'Reports
'), (a {-href => '/maps/php/list.php?type=white'}, - 'White List
'), + 'White
'), (a {-href => '/maps/php/list.php?type=black'}, - 'Black List
'), + 'Black
'), (a {-href => '/maps/php/list.php?type=null'}, - 'Null List
'), + 'Null
'), (a {-href => '/maps/doc/'}, 'Help
'), (a {-href => '/maps/adm/'}, - 'MAPS Admin
'), + 'MAPS
'), (a {-href => '/maps/?logout=yes'}, 'Logout'), );