--- loncom/interface/loncreatecourse.pm 2002/04/08 19:12:25 1.8
+++ loncom/interface/loncreatecourse.pm 2007/07/02 03:36:28 1.103
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Create a course
#
-# $Id: loncreatecourse.pm,v 1.8 2002/04/08 19:12:25 matthew Exp $
+# $Id: loncreatecourse.pm,v 1.103 2007/07/02 03:36:28 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -25,35 +25,166 @@
#
# 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
-#
+###
+
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::londropadd;
+use Apache::lonclonecourse;
+use LONCAPA::batchcreatecourse;
+use LONCAPA;
# ===================================================== Phase one: fill-in form
-sub phase_one {
+sub print_course_creation_page {
my $r=shift;
-
- my $defdom=$ENV{'user.domain'};
- $r->print(<
+
+
+
+
+
+
+
+$lt{'stat'}
+
+
+
+
+
+
+
+
+$lt{'smap'}
+
+
+
+$lt{'fres'}
+
+
+
+
+
+
+
+
+
+
+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(<$lt{'cinf'}
+$lt{'iinf'}
+
+($lt{'toin'})
+
+($lt{'csli'})
+
+($lt{'cscs'})
+$lt{'crco'}
+
+
+
+$lt{'cncr'} $lt{'cecr'}
+
+
+($lt{'ocik'}):
+
+
($lt{'stco'}):
+
+
+
+
+
+
+
+
+
+
+
+$lt{'asov'}.
+$lt{'assp'}
+$lt{'mssg'}
+
+
+$lt{'cmmn'}
+
+
+$lt{'acco'}
+
+
+$lt{'rshm'}
+$lt{'aens'}
+$lt{'aesc'}
+
+$lt{'aadd'} + + +
+$lt{'audr'} + + +
+$lt{'dacu'} +$enroll_table +
+$lt{'dacc'} +$access_table +
+$lt{'psam'}.
+$krbform
+
+$intform
+
+$locform
+
+$lt{'nech'}
+$lt{'nccl'}
+
+
+
+$lt{'ndcl'}
+
+
+
+$lt{'irsp'} + + +
++
+ +
+ +
++ + + +
+ +ENDDOCUMENT + } elsif ($crstype eq 'Group') { + $r->print(<- +
+ +
+ +
+ +
+$lt{'cngr'} | $lt{'cegr'} |
---|---|
+ + +$lt{'smap'} +
+
+
+$lt{'fres'} |
+
+ + + + +$lt{'asov'}. + |
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
++
+ +
+ +
++ + + +
- -