--- loncom/homework/structuretags.pm 2006/04/20 03:28:52 1.350 +++ loncom/homework/structuretags.pm 2006/04/20 19:07:09 1.352 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.350 2006/04/20 03:28:52 albertel Exp $ +# $Id: structuretags.pm,v 1.352 2006/04/20 19:07:09 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -161,7 +161,6 @@ sub page_start { } $form_tag_start.='>'; } - &Apache::lonnet::logthis("page_start -- ".length($page_start)); return ($page_start,$form_tag_start); } @@ -441,13 +440,14 @@ sub checkout_msg { 'warning'=>'Checking out resources is subject to course policies, and may exclude future credit even if done erroneously.', 'checkout'=>'Check out Exam for Viewing', 'checkout?'=>'Check out Exam?'); + my $uri = &Apache::lonenc::check_encrypt($env{'request.uri'}); return (<$lt{'resource'}

$lt{'id_expln'}

$lt{'warning'}

-
+
@@ -459,9 +459,10 @@ sub firstaccess_msg { my ($map)=&Apache::lonnet::decode_symb($symb); my $foldertitle=&Apache::lonnet::gettitle($map); &Apache::lonxml::debug("map is $map title is $foldertitle"); + my $uri = &Apache::lonenc::check_encrypt($env{'request.uri'}); return (<The resources in "$foldertitle" are open for a limited time. Once you click the 'Show Resource' button below you have $time to complete all resources "$foldertitle". -
+