--- rat/lonwrapper.pm 2006/03/21 21:50:39 1.21 +++ rat/lonwrapper.pm 2014/06/17 23:01:21 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Wrapper for external and binary files as standalone resources # -# $Id: lonwrapper.pm,v 1.21 2006/03/21 21:50:39 albertel Exp $ +# $Id: lonwrapper.pm,v 1.48 2014/06/17 23:01:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,74 +26,106 @@ # http://www.lon-capa.org/ # + package Apache::lonwrapper; use strict; use Apache::Constants qw(:common); +use Apache::lonenc(); use Apache::lonnet; -use Apache::lonxml(); -use Apache::lonmenu; +use Apache::lonlocal; +use Apache::loncommon(); +use Apache::lonhtmlcommon(); +use Apache::lonextresedit(); # ================================================================ Main Handler - -sub simple_menu { -# -# Producing the menu buttons -# - return '
'. - &Apache::lonmenu::menubuttons(1,'web',1).''; - -} - - sub wrapper { - my ($topurl,$bottomurl) = @_; + my ($url,$brcrum,$absolute,$is_ext,$is_pdf) = @_; - if ($env{'browser.interface'} eq 'textual') { -# -# ssi-based rendering for text-based interface -# - return ''. - &Apache::lonmenu::registerurl(1). - ''. - &Apache::lonmenu::menubuttons(1). - &Apache::lonnet::ssi_body($bottomurl).''; + my $forcereg; + unless ($env{'form.folderpath'}) { + $forcereg = 1; } - my $events='onLoad="'.&Apache::lonmenu::loadevents. - '" onUnload="'.&Apache::lonmenu::unloadevents.'"'; - my $script=&Apache::lonmenu::registerurl(1,undef); - - my $result = <