--- loncom/interface/loncommon.pm 2003/02/13 23:02:42 1.81
+++ loncom/interface/loncommon.pm 2003/03/28 01:53:55 1.92
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.81 2003/02/13 23:02:42 albertel Exp $
+# $Id: loncommon.pm,v 1.92 2003/03/28 01:53:55 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
@@ -345,7 +346,37 @@ sub selectstudent_link {
return '';
}
return "Select";
+ '","'.$udomele.'");'."'>Select User";
+}
+
+sub coursebrowser_javascript {
+ return (<<'ENDSTDBRW');
+
+ENDSTDBRW
+}
+
+sub selectcourse_link {
+ my ($form,$unameele,$udomele)=@_;
+ return "Select Course";
}
###############################################################
@@ -600,18 +631,48 @@ sub get_domains {
=pod
-=item select_dom_form($defdom,$name)
+=item select_form($defdom,$name,%hash)
+
+Returns a string containing a