--- loncom/interface/lonnavmaps.pm 2002/11/01 18:24:45 1.94 +++ loncom/interface/lonnavmaps.pm 2002/11/01 18:47:26 1.95 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.94 2002/11/01 18:24:45 bowersj2 Exp $ +# $Id: lonnavmaps.pm,v 1.95 2002/11/01 18:47:26 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -837,19 +837,37 @@ sub new_handle { '')); $r->print(''); my $desc=$ENV{'course.'.$ENV{'request.course.id'}.'.description'}; - if (defined($desc)) { $r->print("
Key: | '); if ($navmap->{LAST_CHECK}) { - $r->print(' New discussion since '. + $r->print(' '.
+ ' New discussion since '.
strftime("%A, %b %e at %I:%M %P", localtime($navmap->{LAST_CHECK})).
- ' New message (click to open) '); + ' | '.
+ ' New message (click to open) '. + ' | ');
+ } else {
+ $r->print(''. + ' Discussions | '. + ' New message (click to open)'. + ' | '); + } + $r->print('
');
+ $r->print('Open All Folders');
}
+ $r->print('
');
+ $r->rflush();
+
# Now that we've displayed some stuff to the user, init the navmap
$navmap->init();
@@ -929,17 +947,6 @@ sub new_handle {
my $queryAdd = "postdata=" . &Apache::lonnet::escape($currenturl) .
"&alreadyHere=1";
- my $condition = 0;
- if ($ENV{'form.condition'}) {
- $condition = 1;
- }
-
- if ($condition) {
- $r->print('Close All Folders
');
- } else {
- $r->print('Open All Folders
');
- }
-
# Begin the HTML table
# four cols: resource + indent, chat+feedback, icon, text string
$r->print('