--- rat/lonratmenu.pm 2004/11/17 18:39:20 1.1 +++ rat/lonratmenu.pm 2009/06/09 15:01:28 1.14 @@ -2,6 +2,8 @@ # Build menu bar for Advanced RAT. Uses javascript code originally in # static file: rat/client/code.html, now in rat/client/ratcode.js # +# $Id: lonratmenu.pm,v 1.14 2009/06/09 15:01:28 bisitz Exp $ +# # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -37,21 +39,36 @@ sub handler { my $include = $Apache::lonnet::perlvar{'lonIncludes'}; my $jsh=Apache::File->new($include."/ratcode.js"); $r->send_http_header('text/html'); - $r->print('Advanced Editor'); - $r->print(<$jsh>); - my $loaditem = 'onUnload="leave();"'; - my $bodytag=&Apache::loncommon::bodytag(undef,undef,$loaditem, - ($ENV{'environment.remote'} ne 'off')). - &Apache::loncommon::help_open_menu('','Sequence_Advanced_Editor_Creation','Sequence_Advanced_Editor_Creation','',6,'RAT'); - $r->print($bodytag); - $r->print(&print_html()); + my $js = join('',<$jsh>); + my %loaditem = ('onunload' => "leave();",); + my $brcrum = [{'href' => &Apache::loncommon::authorspace(), + 'text' => 'Construction Space'}, + {'href' => '', + 'text' => 'RAT'}, + {'href' => '', + 'text' => 'Advanced Editor'}]; + + $r->print(&Apache::loncommon::start_page('Advanced Editor',$js, + {'add_entries' => \%loaditem, + 'bread_crumbs' => $brcrum,}) + .&Apache::loncommon::head_subbox( + &Apache::loncommon::CSTR_pageheader()) + ); + my $readfile=$r->uri; + $readfile=~s/\/loadonly\/adveditmenu$//; + $r->print(&print_html($readfile)); + $r->print(&Apache::loncommon::end_page()); return OK; } sub print_html { + my $readfile=shift; + my $help=&Apache::loncommon::help_open_menu('Sequence_Advanced_Editor_Creation','Sequence_Advanced_Editor_Creation',6,'RAT'); + my $pagetext = <<"END"; -
- +
+ + @@ -60,18 +77,18 @@ sub print_html { + +
$help Toggle display Zoom out Zoom inRevert Undo RedoRecover deleted Search ImportImport Bookmarks Copy Save map Save map and layout
- - - END return $pagetext; } 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.