--- loncom/interface/loncommon.pm 2011/01/10 21:12:54 1.995 +++ loncom/interface/loncommon.pm 2011/01/15 21:49:37 1.997 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.995 2011/01/10 21:12:54 raeburn Exp $ +# $Id: loncommon.pm,v 1.997 2011/01/15 21:49:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6883,6 +6883,19 @@ sub validate_page { } } + +sub start_scrollbox { + my ($outerwidth,$width,$height)=@_; + unless ($outerwidth) { $outerwidth='520px'; } + unless ($width) { $width='500px'; } + unless ($height) { $height='200px'; } + return "
"; +} + +sub end_scrollbox { + return '
'; +} + sub simple_error_page { my ($r,$title,$msg) = @_; my $page =