--- loncom/interface/portfolio.pm 2004/07/28 22:30:31 1.19
+++ loncom/interface/portfolio.pm 2004/10/11 22:52:20 1.47
@@ -32,269 +32,507 @@ use Apache::lonlocal;
# receives a file name and path stub from username/userfiles/portfolio/
# returns an anchor tag consisting encoding filename and currentpath
-sub makeAnchor{
- my ($fileName, $currentPath) = @_;
- my $anchor = ''.$fileName.'';
+sub make_anchor {
+ my ($filename, $current_path) = @_;
+ my $anchor = ''.$filename.'';
return $anchor;
}
-
-# returns html with
separated contents of the directory
-# returns a currentFile (bolds the selected file/dir)
-sub displayDirectory {
- my ($currentPath, $currentFile, @dirList,) = @_;
- my $displayOut='';
- my $fileName;
- my $upPath;
- if ($currentPath ne '/'){
- $displayOut = 'Listing of '.$currentPath.'
'); + my $displayOut = ''; + $r->print($displayOut); + $r->print(' |
'); + $displayOut = ''; + $r->print($displayOut); + $r->print(' |
Actions | Name | Size | Last Modified | |
---|---|---|---|---|
![]() | ');
+ $r->print('Go to ... | '); + $r->print(''.&make_anchor($filename.'/',$current_path.$filename.'/').' | '); + $r->print('||
+ + | '); + $r->print('![]() | ');
+ $r->print(''. + $filename.' | '); + $r->print(''.$size.' | '); + $r->print(''.&Apache::lonlocal::locallocaltime($mtime).' | '); + $r->print('
'); +# $r->print(&display_actions($current_path, $currentFile, $isEmpty)); + $r->print(' |
Actions | Name | Title | Status | Last Modified | |
---|---|---|---|---|---|
Select | Name | Size | Last Modified | ||
![]() | ');
$r->print('Go to ... | '); - $r->print(''.makeAnchor($fileName.'/',$currentPath.$fileName.'/').' | '); + $r->print(''.&make_anchor($filename.'/',$current_path.$filename.'/').' | '); $r->print('||
![]() | ');
- $r->print('Edit | '); - $r->print(''.$fileName.' | '); - $r->print('Title Here | '); - $r->print('Status Here | '); - $r->print('Modified Here | '); + } else { + $r->print('
+ + | '); + $r->print('![]() | ');
+ $r->print(''. + $filename.' | '); + $r->print(''.$size.' | '); + $r->print(''.&Apache::lonlocal::locallocaltime($mtime).' | '); $r->print('|
'); -# $r->print(displayActions($currentPath, $currentFile, $isEmpty)); - $r->print(' |
+ + +
'.&mt('Delete').' '.&display_file().'?
'); + &close_form($r); +} + +sub delete_confirmed { + my ($r)=@_; + my $result=&Apache::lonnet::removeuserfile($ENV{'user.name'}, + $ENV{'user.domain'},'portfolio'. + $ENV{'form.currentpath'}. + $ENV{'form.selectfile'}); + if ($result ne 'ok') { + $r->print(' An error occured ('.$result. + ') while trying to delete '.&display_file().''.&mt('Delete').' '.&display_file().'?
'); + &close_form($r); +} + +sub delete_dir_confirmed { + my ($r)=@_; + my $directory_name = $ENV{'form.currentpath'}; + $directory_name =~ m/\/$/; + $directory_name = $`; + my $result=&Apache::lonnet::removeuserfile($ENV{'user.name'}, + $ENV{'user.domain'},'portfolio'. + $directory_name); + + if ($result ne 'ok') { + $r->print(' An error occured (dir) ('.$result. + ') while trying to delete '.$directory_name.''.&mt('Rename').' '.&display_file().' to + ?
'); + &close_form($r); +} + +sub rename_confirmed { + my ($r)=@_; + my $filenewname=&Apache::lonnet::clean_filename($ENV{'form.filenewname'}); + if ($filenewname eq '') { + $r->print(''. + &mt("Error: no valid filename was provided to rename to."). + '