--- loncom/homework/bridgetask.pm 2005/05/31 16:27:43 1.34 +++ loncom/homework/bridgetask.pm 2005/05/31 16:31:01 1.35 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.34 2005/05/31 16:27:43 albertel Exp $ +# $Id: bridgetask.pm,v 1.35 2005/05/31 16:31:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -661,6 +661,8 @@ sub show_queue { my ($symb,$uname,$udom) = &decode_queue_key($key); my $title=&Apache::lonnet::gettitle($symb); $result.=""; + my $slot=$queue{$key}->[0]; + my %slot_data=&Apache::lonnet::get_slot($slot); if ($with_selects) { my $ekey=&Apache::lonnet::escape($key); my ($action,$description)=('select',&mt('Select')); @@ -672,7 +674,8 @@ sub show_queue { ($action,$description)=('unlock',&mt('Unlock')); } } - $result.=(< $slot_data{'endtime'}) { + $result.=(<
@@ -684,10 +687,12 @@ sub show_queue {
FORM + + } else { + $result.=''.&mt("In Progress").'' + } } $result.="$title$uname"; - my $slot=$queue{$key}->[0]; - my %slot_data=&Apache::lonnet::get_slot($slot); $result.='queue entrySlot: '.$slot.' End time: '. &Apache::lonlocal::locallocaltime($slot_data{'endtime'}). "";