--- loncom/interface/loncommon.pm 2003/03/28 01:53:55 1.92 +++ loncom/interface/loncommon.pm 2003/04/03 03:08:12 1.93 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.92 2003/03/28 01:53:55 www Exp $ +# $Id: loncommon.pm,v 1.93 2003/04/03 03:08:12 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1718,10 +1718,23 @@ END if ($bodyonly) { return $bodytag; } elsif ($ENV{'browser.interface'} eq 'textual') { +# +# Accessibility rendering +# + return $bodytag.&Apache::lonmenu::menubuttons($forcereg,'web', + $forcereg). + '

LON-CAPA: '.$title.'

'; + } elsif ($ENV{'environment.remote'} eq 'off') { +# +# No-Remote rendering +# return $bodytag.&Apache::lonmenu::menubuttons($forcereg,'web', $forcereg). '

LON-CAPA: '.$title.'

'; } else { +# +# Remote rendering +# return(<