+ my @file_categories = &Apache::loncommon::filecategories();
+ my %select_file_categories;
+ my @select_form_order = ('');
+ $select_file_categories{''} = &mt('All file types');
+ foreach my $cat (@file_categories) {
+ my $types = join(",",&Apache::loncommon::filecategorytypes($cat));
+ $select_file_categories{$types} = $cat;
+ push(@select_form_order,$types);
+ }
+ $select_file_categories{'select_form_order'} = \@select_form_order;
+ my $type_element=
+ &Apache::loncommon::select_form($typeselect,'only',
+ %select_file_categories);
+ $type_element = '';
+ $r->print(<
$closebutton $groupimportbutton
END
$r->print(&Apache::loncommon::inhibit_menu_check('input'));
+
# -------------- Filter out sequence containment in crumbs and "recent folders"
my $storeuri=$uri;
$storeuri='/'.(split(/\.(page|sequence)\/\//,$uri))[-1];
@@ -519,37 +535,37 @@ END
$r->print('');
}
# ----------------- output starting row to the indexed file/directory hierarchy
- my $titleclr="#ddffff";
#$r->print(&initdebug());
#$r->print(&writedebug("Omit:@Omit")) if (@Omit);
#$r->print(&writedebug("Only:@Only")) if (@Only);
- $r->print(''."\n");
- $r->print(''."\n");
- $r->print("".&mt('Name')." | \n");
- $r->print("".&mt('Title')." | \n")
+ $r->print('
');
+ $r->print(&Apache::loncommon::start_data_table()
+ .&Apache::loncommon::start_data_table_header_row());
+ $r->print("".&mt('Name')." | \n");
+ $r->print("".&mt('Title')." | \n")
if ($hash{'display_attrs_0'} == 1);
- $r->print("".&mt("Size")." (".&mt("bytes").") ".
- " | \n") if ($hash{'display_attrs_1'} == 1);
- $r->print("".&mt("Last accessed")." | \n")
+ $r->print(''.&mt("Size")." (".&mt("bytes").") ".
+ " | \n") if ($hash{'display_attrs_1'} == 1);
+ $r->print("".&mt("Last accessed")." | \n")
if ($hash{'display_attrs_2'} == 1);
- $r->print("".&mt("Last modified")." | \n")
+ $r->print("".&mt("Last modified")." | \n")
if ($hash{'display_attrs_3'} == 1);
- $r->print("".&mt("Author(s)")." | \n")
+ $r->print("".&mt("Author(s)")." | \n")
if ($hash{'display_attrs_4'} == 1);
- $r->print("".&mt("Keywords")." | \n")
+ $r->print("".&mt("Keywords")." | \n")
if ($hash{'display_attrs_5'} == 1);
- $r->print("".&mt("Language")." | \n")
+ $r->print("".&mt("Language")." | \n")
if ($hash{'display_attrs_6'} == 1);
- $r->print("".&mt("Usage Statistics")." (".
- &mt("Courses/Network Hits").") ".&mt('updated periodically')." | \n")
+ $r->print("".&mt("Usage Statistics")." (".
+ &mt("Courses/Network Hits").") ".&mt('updated periodically')." | \n")
if ($hash{'display_attrs_8'} == 1);
- $r->print("".&mt("Source Available")." | \n")
+ $r->print("".&mt("Source Available")." | \n")
if ($hash{'display_attrs_10'} == 1);
- $r->print("".&mt("Linked/Related Resources")." | \n")
+ $r->print("".&mt("Linked/Related Resources")." | \n")
if ($hash{'display_attrs_11'} == 1);
- $r->print("".&mt("Resource")." | \n")
+ $r->print("".&mt("Resource")." | \n")
if ($hash{'display_attrs_7'} == 1);
- $r->print(' ');
+ $r->print(&Apache::loncommon::end_data_table_header_row());
# ----------------- read in what directories have previously been set to "open"
foreach (keys %hash) {
@@ -599,15 +615,13 @@ END
# -------- recursively go through all the directories and output as appropriate
&scanDir ($r,$toplevel,$indent,\%hash);
-
# -------------------------------------------------------------- end the tables
- $r->print(' ');
+ $r->print(&Apache::loncommon::end_data_table());
+
# ---------------------------- embed hidden information useful for group import
$r->print("");
-# -------------------------------------------------------------- end the tables
- $r->print(' |
');
# --------------------------------------------------- end the output and return
$r->print(&Apache::loncommon::end_page()."\n");
@@ -643,7 +657,7 @@ sub scanDir {
next if($strip =~ /.*\.meta$/ | $obs eq '1');
my (@fileparts) = split(/\./,$strip);
if ($hash{'display_attrs_9'} != 1) {
-# if not all versions to be shown
+ # if not all versions to be shown
if (scalar(@fileparts) >= 3) {
my $fext = pop @fileparts;
my $ov = pop @fileparts;
@@ -804,7 +818,7 @@ sub display_line {
$pathprefix=$startdir;
}
my $dirptr=16384;
- my $fileclr="#ffffe6";
+#SB my $fileclr="#ffffe6";
my $iconpath= $r->dir_config('lonIconsURL') . '/';
my @filecom = split (/\&/,$line);
@@ -831,7 +845,9 @@ sub display_line {
$updir='/'.(split(/\.(page|sequence)\/\//,$startdir))[-1];
$updir=~s/\/+/\//g;
- $r->print("$extrafield");
+#SB $r->print("
$extrafield");
+ $r->print(&Apache::loncommon::start_data_table_row()); # valign="$valign" ?!?
+ $r->print($extrafield);
$r->print("\n");
$r->print ('$tabtag |
\n");
+ $r->print(&mt("Up")."$tabtag");
+ $r->print(&Apache::loncommon::end_data_table_row());
return OK;
}
# Do we have permission to look at this?
@@ -854,13 +871,15 @@ sub display_line {
if($filecom[15] ne '1') { return OK if (!&Apache::lonnet::allowed('bre',$pathprefix.$filecom[0])); }
# make absolute links appear on different background
- if ($absolute) { $fileclr='#ccdd99'; }
+#SB if ($absolute) { $fileclr='#ccdd99'; }
# display domain
if ($filecom[1] eq 'domain') {
$r->print (''."\n")
if ($env{'form.dirPointer'} eq "on");
- $r->print("$extrafield");
+#SB $r->print("
$extrafield");
+ $r->print(&Apache::loncommon::start_data_table_row()); # valign="$valign" ?!?"
+ $r->print($extrafield);
$r->print("");
&begin_form ($r,$filecom[0]);
my $anchor = $filecom[0];
@@ -880,7 +899,8 @@ sub display_line {
$r->print("(".&Apache::lonnet::domain($listname,'description').
")");
}
- $r->print ("$tabtag |
\n");
+ $r->print("$tabtag");
+ $r->print(&Apache::loncommon::end_data_table_row());
return OK;
# display user directory
@@ -890,7 +910,9 @@ sub display_line {
my $curdir = $startdir.$filecom[0].'/';
my $anchor = $curdir;
$anchor =~ s/\W//g;
- $r->print("$extrafield");
+#SB $r->print(" |
$extrafield");
+ $r->print(&Apache::loncommon::start_data_table_row()
+ .$extrafield.' | ');
&begin_form ($r,$curdir);
$r->print (' '."\n");
@@ -907,7 +929,8 @@ sub display_line {
my $plainname=&Apache::loncommon::plainname($listname,$domain);
$r->print ($listname);
if (defined($plainname) && $plainname) { $r->print(" ($plainname) "); }
- $r->print (''.$tabtag.' |
'."\n");
+ $r->print(''.$tabtag);
+ $r->print(&Apache::loncommon::end_data_table_row());
return OK;
}
@@ -921,16 +944,18 @@ sub display_line {
my @file_ext = split (/\./,$listname);
my $curfext = $file_ext[-1];
if (@Omit) {
- foreach (@Omit) { return OK if ($curfext eq $_); }
+ foreach (@Omit) { return OK if (lc($curfext) eq $_); }
}
if (@Only) {
my $skip = 1;
- foreach (@Only) { $skip = 0 if ($curfext eq $_); }
+ foreach (@Only) { $skip = 0 if (lc($curfext) eq $_); }
return OK if ($skip > 0);
}
# Set the icon for the file
my $iconname = &Apache::loncommon::icon($listname);
- $r->print("");
+#SB $r->print(" |
");
+ $r->print(&Apache::loncommon::start_data_table_row()); # valign="$valign" ?!?"
+ $r->print(' | ');
if ($env{'form.catalogmode'} eq 'interactive') {
my $quotable_filelink = &Apache::loncommon::escape_single($filelink);
@@ -1000,7 +1025,7 @@ sub display_line {
&Apache::loncommon::inhibit_menu_check(\$quotable_filelink);
$r->print (" (metadata) ");
+ " target=\"_self\">".&mt('metadata').") ");
# Close form to open/close sequence
if ($filelink=~/\.(page|sequence)$/) {
$r->print('');
@@ -1014,10 +1039,10 @@ sub display_line {
$filecom[8]," | \n")
if $hash{'display_attrs_1'} == 1;
$r->print(' '.
- (localtime($filecom[9]))." | \n")
+ (&Apache::lonlocal::locallocaltime($filecom[9]))." \n")
if $hash{'display_attrs_2'} == 1;
$r->print(' '.
- (localtime($filecom[10]))." | \n")
+ (&Apache::lonlocal::locallocaltime($filecom[10]))." \n")
if $hash{'display_attrs_3'} == 1;
if ($hash{'display_attrs_4'} == 1) {
@@ -1066,7 +1091,7 @@ sub display_line {
$r->print(''."Yes "." | \n");
+ " target=\"_self\">".&mt('Source Code')." "."\n");
} else { #A cuddled else. :P
$r->print(" | \n");
}
@@ -1089,7 +1114,7 @@ sub display_line {
$r->print(' '.($output eq '' ? ' ':$output).
" | \n");
}
- $r->print("
\n");
+ $r->print(&Apache::loncommon::end_data_table_row());
}
# -- display directory
@@ -1097,7 +1122,10 @@ sub display_line {
my $curdir = $startdir.$filecom[0].'/';
my $anchor = $curdir;
$anchor =~ s/\W//g;
- $r->print("$extrafield");
+#SB $r->print(" |
$extrafield");
+ $r->print(&Apache::loncommon::start_data_table_row()); # SB: bgcolor suggestion: darkgrey ("LC_info_row"?!?)
+# $r->print(' |
');
+ $r->print($extrafield.'');
&begin_form ($r,$curdir);
my $indentm1 = $indent-1;
if ($indentm1 < 11 and $indentm1 > 0) {
@@ -1135,14 +1163,14 @@ sub display_line {
$r->print(' | '.($title eq '' ? ' ' : $title).
' | '."\n");
}
- $r->print(' ',
+ $r->print(' | ',
$filecom[8]," | \n")
if $hash{'display_attrs_1'} == 1;
$r->print(' '.
- (localtime($filecom[9]))." | \n")
+ (&Apache::lonlocal::locallocaltime($filecom[9]))." \n")
if $hash{'display_attrs_2'} == 1;
$r->print(' '.
- (localtime($filecom[10]))." | \n")
+ (&Apache::lonlocal::locallocaltime($filecom[10]))." \n")
if $hash{'display_attrs_3'} == 1;
if ($hash{'display_attrs_4'} == 1) {
@@ -1174,7 +1202,7 @@ sub display_line {
if ($hash{'display_attrs_7'} == 1) {
$r->print(' | ');
}
- $r->print('
');
+ $r->print(&Apache::loncommon::end_data_table_row());
}
}