--- rat/lonpage.pm 2004/12/10 19:29:19 1.63 +++ rat/lonpage.pm 2004/12/10 19:59:55 1.64 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.63 2004/12/10 19:29:19 albertel Exp $ +# $Id: lonpage.pm,v 1.64 2004/12/10 19:59:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -241,8 +241,12 @@ sub handler { &Apache::loncommon::fileembstyle($extension); if ($cellemb{$_} eq 'ssi') { # --------------------------------------------------------- This is an SSI cell + my ($mapid,$resid)=split(/\./,$_); + my $symb=&Apache::lonnet::encode_symb($hash{'map_id_'.$mapid},$resid,$src); + my $prefix=$_.'_'; - my %posthash=('request.prefix' => $prefix); + my %posthash=('request.prefix' => $prefix, + 'symb' => $symb); if ($ENV{'form.grade_target'} eq 'tex') { $posthash{'grade_target'}=$ENV{'form.grade_target'}; $posthash{'textwidth'}=$ENV{'form.textwidth'};