From: Andrew DeFaria Date: Fri, 8 Mar 2019 22:35:15 +0000 (-0700) Subject: Changed menu X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=37489534599748bb39434caf2eb59a1211c651fe;p=clearscm.git Changed menu --- 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'), ); diff --git a/maps/php/MAPS.php b/maps/php/MAPS.php index 22110bb..406c928 100755 --- a/maps/php/MAPS.php +++ b/maps/php/MAPS.php @@ -310,15 +310,15 @@ END; print <<Welcome $Userid END;