'); } else { # render RSS my $server = &Apache::lonnet::absolute_url(); $r->print("\n". @@ -390,9 +436,10 @@ sub handler { } # Add a new feed if (($html) && ($edit)) { - $r->print('
'); - $r->print(&mt('Name for New Feed').": "); - $r->print(''); + $r->print('

' . &mt('New RSS Feed or Blog'). '

'); + $r->print(''); + $r->print(''); $r->print('
'); } if ($displayfeedname) { # this is an existing feed @@ -492,10 +539,10 @@ sub handler { ($html?'

':''). &mt('LON-CAPA Feed "[_1]" for [_2]',$displayfeedname,$name). ($displayoption eq 'hidden'?' ('.&mt('Hidden').')':''). - ($html?'</h3>'.($edit?'<form method="post" name="lonhomework" enctype="multipart/form-data"><br />'. - &mt('Name of this Feed'). + ($html?'</h3>'.($edit?'<form method="post" name="lonhomework" enctype="multipart/form-data" action=""><br />'. + '<label>'.&mt('Name of this Feed'). ': <input type="text" size="50" name="newblogname" value="'. - $displayfeedname.'" />':'').'<ul>':'')); + $displayfeedname.'" />':'').'
    ':'')); if (($env{'user.name'} eq $uname) && ($env{'user.domain'} eq $udom)) { $viewpubliconly=0; } @@ -509,15 +556,30 @@ sub handler { 'private' => 'private', 'hidden' => 'hidden', 'delete' => 'delete', - 'store' => 'Save changes', + 'store' => 'Select', 'title' => 'Title', 'link' => 'Link', 'description' => 'Description', - 'enc' => 'Podcasted enclosure'); + 'enc' => 'Podcasted enclosure', + 'status' => 'Status'); my $uploadlink; if ($entry==$newid) { # Generate upload link only for last (new) entry - $uploadlink=&Apache::inputtags::file_selector(0,0,'*','both'); +# Calculate the quota space available in the user's portfolio + my $disk_quota = &Apache::loncommon::get_user_quota($env{'user.name'}, + $env{'user.domain'}); # expressed in MB + my $portfolio_root = '/userfiles/portfolio'; + my $getpropath = 1; + my $current_disk_usage = &Apache::lonnet::diskusage( + $env{'user.domain'}, $env{'user.name'}, + $portfolio_root, $getpropath); # Expressed in kB + # Convert to MB for use in file_selector() + my $free_space = $disk_quota - ($current_disk_usage / 1024.); + # Format this number since it will be displayed onscreen + $free_space = sprintf("%.1f", $free_space); + $uploadlink = &Apache::lonhtmlcommon::start_pick_box(). + &Apache::inputtags::file_selector(0,0,'*','both','',$free_space). + &Apache::lonhtmlcommon::end_pick_box(); } else { # Otherwise, display $uploadlink=''.$newsfeed{$id.'_enclosureurl'}.''. @@ -531,20 +593,24 @@ sub handler {
  •    - +
    $lt{'status'} +    - +    - +    - + +
    +

    +
    +

    +
    $lt{'enc'} - $uploadlink
  • @@ -589,13 +655,14 @@ ENDEDIT if ($html) { $r->print('
'); if ($edit) { - $r->print(''. + $r->print(''. ($displayoption eq 'hidden'?'': '')); } + $r->print(''); } } # was a real display feedname - $r->print(($html?''.&Apache::loncommon::end_page():''."\n")); + $r->print(($html?'