--- loncom/interface/lonmenu.pm 2005/07/05 21:30:14 1.156 +++ loncom/interface/lonmenu.pm 2005/07/12 15:55:06 1.157 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.156 2005/07/05 21:30:14 albertel Exp $ +# $Id: lonmenu.pm,v 1.157 2005/07/12 15:55:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -167,7 +167,7 @@ ENDMAINMENU $lt{'exit'} - + Logo LON-CAPA  @@ -216,6 +216,8 @@ ENDRELOAD my $form=&serverform(); my $utility=&utilityfunctions(); my $logo=&Apache::loncommon::lonhttpdurl("/adm/lonIcons/minilogo.gif"); + my $face= 'face="Arial,Helvetica,sans-serif"'; + return (< // BEGIN LON-CAPA Internal @@ -223,30 +225,29 @@ ENDRELOAD $utility // ]]> - +
$reloadlink $navmaps $docs +$lt{'launch'} $form
-$lt{'main'} +$lt{'main'} -$lt{'launch'} -$lt{'roles'} +$lt{'roles'} -$lt{'exit'} +$lt{'exit'} - +Logo LON-CAPA
-
@@ -319,7 +320,7 @@ sub innerregister { my $newmail=''; if ($noremote) { - $newmail='
'; + $newmail='
'; } if (($textual) && ($env{'request.symb'}) && ($env{'request.course.id'})) { my ($mapurl,$rid,$resurl)= @@ -344,7 +345,7 @@ sub innerregister { $newmail = $titletable; } else { if ($noremote) { - $newmail.='
'; + $newmail.='
'; } } my $timesync=($textual?'':'swmenu.syncclock(1000*'.time.');'); @@ -1142,7 +1143,6 @@ ENDUTILITY sub serverform { return(<