--- loncom/interface/spreadsheet/studentcalc.pm 2003/06/23 20:47:00 1.13 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/07/16 15:57:32 1.14 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.13 2003/06/23 20:47:00 matthew Exp $ +# $Id: studentcalc.pm,v 1.14 2003/07/16 15:57:32 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -144,6 +144,24 @@ sub parent_link { return $link; } +sub convenience_links { + my $self = shift; + my ($resource) = @_; + my $symb = &Apache::lonnet::escape($resource->{'symb'}); + my $result = <<"END"; + + + + + + + + + +END + return $result; +} + sub outsheet_html { my $self = shift; my ($r) = @_; @@ -208,7 +226,7 @@ END $tableheader =<<"END";

- + END } else { $tableheader =<<"END"; @@ -242,6 +260,7 @@ END my $row_output = ''; if ($editing_is_allowed) { $row_output .= ''; + $row_output .= ''; $row_output .= '
RowAssessment
Row Assessment
'.$rownum.''.$self->convenience_links($resource).''. '