--- loncom/interface/portfolio.pm 2004/07/28 22:30:31 1.19
+++ loncom/interface/portfolio.pm 2004/08/23 21:16:43 1.21
@@ -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,17 @@ sub handler {
# Display begins here
#
##############################
+ $r->print('
');
+ $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,6 +269,10 @@ sub handler {
}
}
$r->print('');
+ &Apache::lonhtmlcommon::store_recent('portfolio',$currentPath,$currentPath);
+ $r->print('
");
$r->print(''.
' | Actions | Name | Title | Status | Last Modified |
');
foreach my $line (@dirList) {