")
+ newWindow.document.write("")
+ newWindow.document.write('$end_page')
newWindow.document.close()
newWindow.focus()
}
@@ -292,11 +300,11 @@ sub display_one {
Please choose the CMS used to create your IMS content package.
@@ -319,7 +327,7 @@ Please choose the CMS used to create you
-Please choose a destination LON-CAPA directory in which to store the contents of the IMS package file.
+Please choose a destination LON-CAPA directory in which to store the contents of the IMS package file.
@@ -331,9 +339,9 @@ Please choose a destination LON-CAPA dir
-
-
-
+
+
+
@@ -344,10 +352,10 @@ Please choose a destination LON-CAPA dir
-
+
-
+
@@ -403,7 +411,7 @@ sub display_two {
$manifest_result = &Apache::imsprocessor::process_manifest($cms,$tempdir,\%resources,\%items,\%hrefs,\%resinfo,'choose',\%includedres,\%includeditems);
if ($manifest_result eq 'ok') {
foreach my $res (sort keys %resources) {
- if ($cms eq 'bb5' || $cms eq 'bb6' || $cms eq 'webct4') {
+ if ($cms eq 'bb5' || $cms eq 'bb6' || $cms eq 'webctce4') {
foreach my $area (keys %{$$cmsmap{$cms}}) {
if ($resources{$res}{type} eq $$cmsmap{$cms}{$area}) {
$count{$area} ++;
@@ -482,13 +490,13 @@ ENDBLOCK
if ($area eq 'board') {
$r->print("
");
} elsif ($area eq 'users') {
$r->print("
");
@@ -535,7 +543,7 @@ ENDBLOCKTWO
Choose course:
@@ -579,10 +587,10 @@ ENDBLOCK
-
+
-
+
@@ -606,14 +614,12 @@ sub display_three {
my ($r,$uname,$udom,$areas,$areaname,$cmsmap,$destdir,$newdir) = @_;
my $crs = '';
my $cdom = '';
- my $chome = '';
my $db_handling = '';
my $timenow = time;
my $announce_handling = 'ok';
my $cms = $env{'form.source'};
if ( defined($env{'form.bb_crs'}) ) {
($cdom,$crs) = split/\//,$env{'form.bb_crs'};
- $chome = &Apache::lonnet::homeserver($crs,$cdom);
}
my $user_crs = '';
my $user_cdom = '';
@@ -699,7 +705,7 @@ sub display_three {
&Apache::imsprocessor::process_resinfo($cms,'CSTR',$tempdir,$destdir,\%items,\%resources,\@targets,\@boards,\@announcements,\@quizzes,\@surveys,\@pools,\@groups,\%messages,\@timestamp,\%boardnum,\%resinfo,$udom,$uname,$cdom,$crs,$db_handling,$user_handling,\%total,$seqstem,$seqstem,\@resrcfiles,\@packages,\%hrefs,\@pages,\@sequences,\%randompicks);
- my $copy_result = &Apache::imsprocessor::copy_resources('CSTR',$cms,\%hrefs,$tempdir,\@targets,\%urls,$crs,$cdom,$chome,$destdir,$timenow,\%importareas);
+ my $copy_result = &Apache::imsprocessor::copy_resources('CSTR',$cms,\%hrefs,$tempdir,\@targets,\%urls,$crs,$cdom,$destdir,$timenow,\%importareas);
&Apache::imsprocessor::build_structure($cms,'CSTR',$destdir,\%items,\%resinfo,\%resources,\@targets,\%hrefs,$udom,$uname,$newdir,$timenow,$cdom,$crs,\@timestamp,\%total,\@boards,\@announcements,\@quizzes,\@surveys,\@pools,\%boardnum,\@pages,\@sequences,\@topurls,\@topnames,\@packages,\%includeditems,\%randompicks);
@@ -863,10 +869,13 @@ sub handler {
} elsif ($env{'form.phase'} eq 'four') {
&jscript_three(\$javascript);
}
- $r->print("LON-CAPA Construction Space\n");
-
- $r->print(&Apache::loncommon::bodytag('Upload IMS package to Construction Space',undef,$loadentries));
-
+ $javascript = "\n";
+
+ my $title = 'Upload IMS package to Construction Space';
+ $r->print(&Apache::loncommon::start_page($title, $javascript,
+ {'add_entries' =>
+ $loadentries,}));
+
if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) {
$r->print('
'.&mt('Co-Author').': '.$uname.
&mt(' at ').$udom.'