--- loncom/interface/portfolio.pm 2004/07/28 22:30:31 1.19
+++ loncom/interface/portfolio.pm 2004/08/24 04:55:49 1.22
@@ -218,7 +218,6 @@ sub handler {
# as well as information about the home server directory structure, specifically
# the path to the users userfiles directory.
#
- $r->print('/userfiles/portfolio'.$currentPath.' ');
my $portfolio_root = &Apache::loncommon::propath($ENV{'user.domain'},
$ENV{'user.name'}).
'/userfiles/portfolio';
@@ -251,8 +250,24 @@ sub handler {
# Display begins here
#
##############################
+ $r->print('
');
+ $r->print('
');
+ my $displayOut = '';
+ $r->print($displayOut);
+ $r->print('
');
+ my $displayOut = '';
+ $r->print($displayOut);
+ $r->print('
');
my @tree = split (/\//,$currentPath);
- $r->print(''.makeAnchor('portfolio','/').'/');
+ $r->print(''.makeAnchor('/','/'));
if (@tree > 1){
my $newCurrentPath = '';
for (my $i = 1; $i< @tree; $i++){
@@ -261,12 +276,18 @@ 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('
');
@@ -274,12 +295,20 @@ sub handler {
$r->print('