--- loncom/interface/lonindexer.pm 2011/10/17 13:12:30 1.212 +++ loncom/interface/lonindexer.pm 2012/07/11 12:51:36 1.215 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Directory Indexer # -# $Id: lonindexer.pm,v 1.212 2011/10/17 13:12:30 www Exp $ +# $Id: lonindexer.pm,v 1.215 2012/07/11 12:51:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -165,6 +165,8 @@ sub handler { ENDSUBM $r->print(&Apache::loncommon::start_page(undef,$js, {'only_body' =>1, + 'add_modal' => 1, + 'add_wishlist' => 1, 'add_entries' => {'onload' => "load();"},} ). @@ -390,6 +392,7 @@ function uncheckAll() { } } } + function openWindow(url, wdwName, w, h, toolbar,scrollbar,locationbar) { var xpos = (screen.width-w)/2; xpos = (xpos < 0) ? '0' : xpos; @@ -401,6 +404,7 @@ function openWindow(url, wdwName, w, h, var newWin = window.open(url, wdwName, options); newWin.focus(); } + function gothere(val) { window.location=val+'?acts='+document.forms.fileattr.acts.value$inhibit_menu; } @@ -413,11 +417,16 @@ ENDHEADER if ($env{'form.catalogmode'}) { # "Popup mode" $r->print(&Apache::loncommon::start_page('Browse published resources',$js, - {'only_body' => 1, + {'only_body' => 1, 'add_wishlist'=>1, 'add_modal' =>1, 'domain' => $headerdom,})); } else { # Only display page header and breadcrumbs in non-popup mode &Apache::lonhtmlcommon::clear_breadcrumbs(); +# +# FIXME: hard link to fhwfdev? +# +# + &Apache::lonhtmlcommon::add_breadcrumb({ 'text' => 'Browse published resources', 'href' => '/res/fhwfdev/?launch=1', @@ -1004,10 +1013,10 @@ $r->print ('print(''. ''.$tabtag); + 'alt="'.&mt('save in Stored Links').'" style="width:22px;"/>'.$tabtag); $r->print(&Apache::loncommon::end_data_table_row()); return OK; } @@ -1089,25 +1098,21 @@ $r->print ('\n"); my $quotable_filelink = &Apache::loncommon::escape_single($filelink); - $r->print (" $listname "); + $r->print (" $listname "); $quotable_filelink = &Apache::loncommon::escape_single($filelink.'.meta'); &Apache::loncommon::inhibit_menu_check(\$quotable_filelink); - $r->print (" (".&mt('metadata').") "); + $r->print (" (".&mt('metadata').") "); # Close form to open/close sequence if ($filelink=~/\.(page|sequence)$/) { $r->print(''); } $r->print("\n"); # Wishlistlink - $r->print('print(''. ''); + 'alt="'.&mt('save in Stored Links').'" style="width:22px;"/>'); if ($hash{'display_attrs_0'} == 1) { $r->print(' '.($title eq '' ? ' ' : $title). ' '."\n"); @@ -1258,10 +1263,10 @@ $r->print ('"); # Wishlistlink $r->print(''. ''); + 'alt="'.&mt('save in Stored Links').'" style="width:22px;"/>'); # Attributes my $filelink = $startdir.$filecom[0].'/default';