--- rat/lonratedt.pm 2012/05/01 23:00:29 1.105.2.1 +++ rat/lonratedt.pm 2014/05/20 14:36:39 1.111 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Edit Handler for RAT Maps # -# $Id: lonratedt.pm,v 1.105.2.1 2012/05/01 23:00:29 raeburn Exp $ +# $Id: lonratedt.pm,v 1.111 2014/05/20 14:36:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,12 +43,8 @@ use HTML::Entities(); # --------------------------------------------------------- Build up RAT screen sub ratedt { my ($r,$url)=@_; - my %layout = ('border' => "0"); - if ($env{'environment.remote'} eq 'off') { - $layout{'rows'} = "1,250,*"; - } else { - $layout{'rows'} = "1,70,*"; - } + my %layout = ('border' => "0", + 'rows' => "1,250,*"); my $js =' -ENDJS +"); &Apache::lonhtmlcommon::clear_breadcrumbs(); &Apache::lonhtmlcommon::add_breadcrumb({ - text => 'Construction Space', + text => 'Authoring Space', href => &Apache::loncommon::authorspace($url), faq => 6, bug => 'RAT', @@ -567,16 +565,18 @@ ENDJS href => '',}); # Breadcrumbs are included by &start_page - my $start_page = &Apache::loncommon::start_page('Construction Space',$js) + my $start_page = &Apache::loncommon::start_page('Authoring Space',$js) .&Apache::loncommon::head_subbox( &Apache::loncommon::CSTR_pageheader() .&buttons(2)); my $end_page = &Apache::loncommon::end_page(); + my $filetext = &mt('File: [_1]',''.$url.''); $r->print(<$errtext -
+$targetmsg +$errtext + @@ -584,39 +584,39 @@ $start_page - +
$lt{'ta'}  File: $url
$filetext
- - + + $lt{'as'}

+onclick="javascript:openbrowser('simpleedit','importmap','sequence,page','')" +value="$lt{'sm'}" />
- +
  - - - - + + $lt{'as'}
- -
$targetmsg + +
- +
$lt{'cs'}
-

+


$lt{'ps'}
-

- + +


$lt{'pas'}
- +
+
@@ -653,10 +654,10 @@ sub nodir { my ($path) = ($dir =~ m{^\Q$londocroot\E?(/priv/[^/]+/[^/]+/)}); $dir=~s{^\Q$londocroot/priv/\E[^/]+/[^/]+}{}; my $brcrum = [{'href' => &Apache::loncommon::authorspace($path), - 'text' => 'Construction Space'}]; + 'text' => 'Authoring Space'}]; # {'href' => '', # 'text' => 'No such directory'}]; - $r->print(&Apache::loncommon::start_page('Construction Space', + $r->print(&Apache::loncommon::start_page('Authoring Space', undef, {'bread_crumbs' => $brcrum,}) .&Apache::loncommon::head_subbox( @@ -675,7 +676,7 @@ sub viewmap { &Apache::lonhtmlcommon::clear_breadcrumbs(); &Apache::lonhtmlcommon::add_breadcrumb({ - text => 'Construction Space', + text => 'Authoring Space', href => &Apache::loncommon::authorspace($url), faq => 6, bug => 'RAT', @@ -712,7 +713,7 @@ sub viewmap { .''.&mt('Title in map').'' .''.&mt('Filename of resource').'' .''.&mt('Link to published resource').'' - .''.&mt('Link to resource in Construction Space').'' + .''.&mt('Link to resource in Authoring Space').'' .&Apache::loncommon::end_data_table_header_row() ); foreach (&LONCAPA::map::attemptread(&Apache::lonnet::filelocation('',$url))) { @@ -734,7 +735,7 @@ sub viewmap { $cstrurl =~ s{^/res/}{/priv/}; $r->print(&Apache::loncommon::start_data_table_row() .'' - .'' + .'' .'' .'' .&HTML::Entities::encode(&LONCAPA::map::qtescape($title)) @@ -750,7 +751,7 @@ sub viewmap { $r->print(''); if ($url) { $r->print(''. - &mt('Construction space').''); + &mt('Authoring Space').''); } else { $r->print(' '); } 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.