--- loncom/interface/loncommon.pm 2003/02/13 21:35:50 1.80 +++ loncom/interface/loncommon.pm 2003/03/20 16:17:37 1.88 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.80 2003/02/13 21:35:50 albertel Exp $ +# $Id: loncommon.pm,v 1.88 2003/03/20 16:17:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -81,6 +81,7 @@ use GDBM_File; use POSIX qw(strftime mktime); use Apache::Constants qw(:common); use Apache::lonmsg(); +use Apache::lonmenu(); my $readit; =pod @@ -600,6 +601,32 @@ sub get_domains { =pod +=item select_form($defdom,$name,%hash) + +Returns a string containing a \n"; + foreach (keys %hash) { + $selectform.="\n"; + } + $selectform.=""; + return $selectform; +} + + +#------------------------------------------- + +=pod + =item select_dom_form($defdom,$name) Returns a string containing a