--- loncom/interface/spreadsheet/studentcalc.pm 2003/06/23 20:47:00 1.13
+++ loncom/interface/spreadsheet/studentcalc.pm 2003/09/16 15:39:36 1.21
@@ -1,5 +1,5 @@
#
-# $Id: studentcalc.pm,v 1.13 2003/06/23 20:47:00 matthew Exp $
+# $Id: studentcalc.pm,v 1.21 2003/09/16 15:39:36 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -45,6 +45,9 @@ studentcalc
###################################################
package Apache::studentcalc;
+use warnings FATAL=>'all';
+no warnings 'uninitialized';
+
use strict;
use Apache::Constants qw(:common :http);
use Apache::lonnet;
@@ -98,8 +101,9 @@ sub initialize_sequence_cache {
}
sub clear_package {
- @Sequences = undef;
- %Exportrows = undef;
+ undef(@Sequences);
+ undef(%Exportrows);
+ &Apache::assesscalc::clear_package();
}
sub get_title {
@@ -125,7 +129,7 @@ sub get_html_title {
my $title = '
'.$name;
if ($ENV{'user.name'} ne $self->{'name'} &&
$ENV{'user.domain'} ne $self->{'domain'}) {
- $title .= &Apache::loncommon::aboutmewrapper
+ $title .= ' '.&Apache::loncommon::aboutmewrapper
($self->{'name'}.'@'.$self->{'domain'},
$self->{'name'},$self->{'domain'});
}
@@ -137,11 +141,25 @@ sub get_html_title {
sub parent_link {
my $self = shift;
- my $link .= '
'.
- 'Course level sheet
'."\n";
- return $link;
+ return 'Course level sheet
'."\n";
+}
+
+sub convenience_links {
+ my $self = shift;
+ my ($resource) = @_;
+ my $symb = &Apache::lonnet::escape($resource->{'symb'});
+ my $result = <<"END";
+
+
+
+
+
+
+
+
+
+END
+ return $result;
}
sub outsheet_html {
@@ -208,7 +226,7 @@ END
$tableheader =<<"END";
-Row | Assessment |
+
---|
Row | | Assessment |
END
} else {
$tableheader =<<"END";
@@ -242,6 +260,7 @@ END
my $row_output = '
---|
';
if ($editing_is_allowed) {
$row_output .= ''.$rownum.' | ';
+ $row_output .= ''.$self->convenience_links($resource).' | ';
$row_output .= ''.
' |