--- loncom/publisher/lonpubdir.pm 2008/01/16 12:08:04 1.106 +++ loncom/publisher/lonpubdir.pm 2008/11/28 16:10:26 1.115 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.106 2008/01/16 12:08:04 bisitz Exp $ +# $Id: lonpubdir.pm,v 1.115 2008/11/28 16:10:26 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -106,14 +106,16 @@ sub handler { # Start off the directory table. $r->print('
'.&mt('Type').' | '. - ''.&mt('Actions').' | '. - ''.&mt('Name').' | '. - ''.&mt('Title').' | '. - ''.&mt('Status').' | '. - ''.&mt('Last Modified'). - ' | '.&mt('Type').' | ' + .''.&mt('Actions').' | ' + .''.&mt('Name').' | ' + .''.&mt('Title').' | ' + .''.&mt('Status').' | ' + .''.&mt('Last Modified').' | ' + .&Apache::loncommon::end_data_table_header_row() + ); my $filename; my $dirptr=16384; # Mask indicating a directory in stat.cmode. @@ -139,7 +141,9 @@ sub handler { } closedir(DIR); - $r->print('
---|