');
+ my $displayOut = '';
+ $r->print($displayOut);
+ $r->print('
');
my @tree = split (/\//,$currentPath);
$r->print(''.makeAnchor('/','/'));
if (@tree > 1){
@@ -270,15 +277,17 @@ sub handler {
}
$r->print('');
&Apache::lonhtmlcommon::store_recent('portfolio',$currentPath,$currentPath);
- $r->print(' ");
$r->print('
'.
- '
Actions
Name
Title
Status
Last Modified
');
+ '
Actions
Name
Size
Last Modified
');
+ my $href_location="/uploaded/$ENV{'user.domain'}/$ENV{'user.name'}/portfolio/$currentPath/";
foreach my $line (@dirList) {
#$strip holds directory/file name
#$dom
- my ($fileName,$dom,undef,$testdir,undef,undef,undef,undef,undef,undef,undef,undef,undef,undef,$obs,undef)=split(/\&/,$line,16);
+ my ($fileName,$dom,undef,$testdir,undef,undef,undef,undef,$size,undef,$mtime,undef,undef,undef,$obs,undef)=split(/\&/,$line,16);
if (($fileName ne '.') && ($fileName ne '..')){
if ($dirptr&$testdir){
$r->print('
');
@@ -286,12 +295,20 @@ sub handler {
$r->print('