--- loncom/interface/loncreatecourse.pm 2002/08/08 20:37:37 1.10
+++ 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.10 2002/08/08 20:37:37 matthew Exp $
+# $Id: loncreatecourse.pm,v 1.112 2008/11/18 19:14:22 jms Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -25,42 +25,202 @@
#
# http://www.lon-capa.org/
#
-# (My Desk
-#
-# (Internal Server Error Handler
-#
-# (Login Screen
-# 5/21/99,5/22,5/25,5/26,5/31,6/2,6/10,7/12,7/14,
-# 1/14/00,5/29,5/30,6/1,6/29,7/1,11/9 Gerd Kortemeyer)
-#
-# 3/1/1 Gerd Kortemeyer)
-#
-# 3/1 Gerd Kortemeyer)
-#
-# 2/14,2/16,2/17,7/6 Gerd Kortemeyer
-#
+###
+
+=head1 NAME
+
+Apache::loncreatecourse.pm
+
+=head1 SYNOPSIS
+
+Allows domain coordinators to create new
+courses and assign course coordinators.
+
+This is part of the LearningOnline Network with CAPA project
+described at http://www.lon-capa.org.
+
+=head1 SUBROUTINES
+
+=over
+
+=item handler()
+
+=item print_course_creation_page()
+
+=item create_course()
+
+=item print_intro_page()
+
+=item upload_batchfile()
+
+=item process_batchfile()
+
+=back
+
+=cut
+
package Apache::loncreatecourse;
use strict;
use Apache::Constants qw(:common :http);
use Apache::lonnet;
+use Apache::loncommon;
+use Apache::londocs;
+use Apache::lonlocal;
+use Apache::lonuserutils;
+use Apache::lonclonecourse;
+use LONCAPA::batchcreatecourse;
+use LONCAPA;
# ===================================================== Phase one: fill-in form
sub print_course_creation_page {
my $r=shift;
- my $defdom=$ENV{'request.role.domain'};
- my %host_servers = &Apache::loncommon::get_library_servers($defdom);
+ my $crstype = 'Group';
+ if ($env{'form.phase'} eq 'courseone') {
+ $crstype = 'Course';
+ }
+ my $defdom=$env{'request.role.domain'};
+ my %host_servers = &Apache::lonnet::get_servers($defdom,'library');
my $course_home = '\n";
my $domform = &Apache::loncommon::select_dom_form($defdom,'ccdomain');
- $r->print(<
-
Create a new Course
+$coursebrowserjs
+END
+
+ my %titles = &Apache::lonlocal::texthash(
+ courseone => 'Create a New Course',
+ groupone => 'Create a New Group',
+ );
+ my $start_page =
+ &Apache::loncommon::start_page($titles{$env{'form.phase'}},$js);
+ my $end_page =
+ &Apache::loncommon::end_page();
+ my $crumbs =
+ &Apache::lonhtmlcommon::breadcrumbs($crstype.' Information',
+ 'Create_Course',undef,
+ 'Create_Courses');
+ $r->print($start_page.$crumbs);
+
+ if ($crstype eq 'Course') {
+ $r->print('
-Course Title: - +
-Top-level Map: - -Browse +
-Course Home Server:$course_home + +
+$lt{'cngr'} | $lt{'cegr'} |
---|---|
+ + +$lt{'smap'}
-Course ID/Number (optional)
-
+
+ - Course Coordinator+$lt{'fres'}($lt{'stgo'}): + + + + + + + |
+
+ + + + + + + +$lt{'asov'}. + |
-Username: -
-Domain: $domform +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
++
+
- - + +
++ + +
- -