From 37489534599748bb39434caf2eb59a1211c651fe Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Fri, 8 Mar 2019 15:35:15 -0700 Subject: [PATCH] Changed menu --- maps/lib/MAPSWeb.pm | 12 ++++++------ maps/php/MAPS.php | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) 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; -- 2.17.1