--- loncom/interface/loncreatecourse.pm 2008/11/11 16:40:43 1.111 +++ loncom/interface/loncreatecourse.pm 2008/11/18 19:14:22 1.112 @@ -1,7 +1,7 @@ # The LearningOnline Network # Create a course # -# $Id: loncreatecourse.pm,v 1.111 2008/11/11 16:40:43 jms Exp $ +# $Id: loncreatecourse.pm,v 1.112 2008/11/18 19:14:22 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -39,33 +39,21 @@ courses and assign course coordinators. This is part of the LearningOnline Network with CAPA project described at http://www.lon-capa.org. -=head1 HANDLER SUBROUTINE - -handler() - -=head1 OTHER SUBROUTINES +=head1 SUBROUTINES =over -=item * - -print_course_creation_page() - -=item * - -create_course() - -=item * +=item handler() -print_intro_page() +=item print_course_creation_page() -=item * +=item create_course() -upload_batchfile() +=item print_intro_page() -=item * +=item upload_batchfile() -process_batchfile() +=item process_batchfile() =back