'); } else { # render RSS my $server = &Apache::lonnet::absolute_url(); $r->print("\n". @@ -329,7 +390,7 @@ sub handler { my $newid = &get_new_feed_id(); # Is this user for real? my $homeserver=&Apache::lonnet::homeserver($uname,$udom); - if ($html && !$blocked) { + if ($html && !$blocked && !$disabled) { # Any new feeds or renaming of feeds? if ($edit) { # Hide a feed? @@ -361,6 +422,9 @@ sub handler { } elsif ($blocked) { $r->print($blocktext); $r->print(($html?&Apache::loncommon::end_page():''."\n")); + } elsif ($disabled) { + $r->print($disabletext); + $r->print(($html?&Apache::loncommon::end_page():''."\n")); } else { # is indeed a user # Course or user? my $name=''; @@ -372,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 @@ -471,13 +536,13 @@ sub handler { # Render private items? my $viewpubliconly=1; $r->print("\n". - ($html?'

':''). + ($html?'<hr /><h3 class="LC_heading_3">':'<title>'). &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 ($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?'