X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Flib%2FMAPSWeb.pm;h=50105f888457615afa5ae84e3bd7725df77f5d27;hb=c48641da34d8e980a682818c1f627fd174bb9f07;hp=3b68a8094117039c349dd41cb3633aca50e3efa0;hpb=16babf81ce331af378de565ba73e927ff5491f65;p=clearscm.git diff --git a/maps/lib/MAPSWeb.pm b/maps/lib/MAPSWeb.pm index 3b68a80..50105f8 100644 --- a/maps/lib/MAPSWeb.pm +++ b/maps/lib/MAPSWeb.pm @@ -118,7 +118,7 @@ sub Footing(;$) { print start_div {-class => "copyright"}; print "Copyright © 2001-$year - All rights reserved"; print br ( - a ({-href => 'http://defaria.com'}, + a ({-href => 'https://defaria.com'}, 'Andrew DeFaria'), a ({-href => 'mailto:Andrew@DeFaria.com'}, '<Andrew@DeFaria.com>')); @@ -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'), );