--- loncom/interface/loncommon.pm 2003/03/27 20:56:30 1.91 +++ loncom/interface/loncommon.pm 2003/04/03 21:32:23 1.94 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.91 2003/03/27 20:56:30 www Exp $ +# $Id: loncommon.pm,v 1.94 2003/04/03 21:32:23 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -346,7 +346,7 @@ sub selectstudent_link { return ''; } return "Select"; + '","'.$udomele.'");'."'>Select User"; } sub coursebrowser_javascript { @@ -1715,18 +1715,32 @@ sub bodytag { END + my $upperleft=''; if ($bodyonly) { return $bodytag; } elsif ($ENV{'browser.interface'} eq 'textual') { +# +# Accessibility rendering +# return $bodytag.&Apache::lonmenu::menubuttons($forcereg,'web', $forcereg). '

LON-CAPA: '.$title.'

'; - } else { - return(< - +$upperleft $messages @@ -1748,7 +1762,6 @@ $bodytag $realm 
ENDBODY - } } ###############################################