--- loncom/xml/lonxml.pm 2002/01/02 13:18:26 1.144 +++ loncom/xml/lonxml.pm 2002/01/03 16:18:00 1.145 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.144 2002/01/02 13:18:26 matthew Exp $ +# $Id: lonxml.pm,v 1.145 2002/01/03 16:18:00 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -54,6 +54,8 @@ # Dec Guy Albertelli # YEAR=2002 # 1/1 Gerd Kortemeyer +# 1/2 Matthew Hall +# 1/3 Gerd Kortemeyer # package Apache::lonxml; @@ -288,11 +290,14 @@ sub printtokenheader { $reply{'generation'}; if ($target eq 'web') { + my %idhash=&Apache::lonnet::idrget($tudom,($tuname)); return ''. 'Checked out for '.$plainname. '
User: '.$tuname.' at '.$tudom. + '
ID: '.$idhash{$tuname}. '
CourseID: '.$tcrsid. + '
Course: '.$ENV{'course.'.$tcrsid.'.description'}. '
DocID: '.$token. '
Time: '.localtime().'
'; } else {