--- loncom/imspackages/imsimportdocs.pm 2006/03/23 23:12:21 1.15
+++ loncom/imspackages/imsimportdocs.pm 2006/03/24 17:36:27 1.17
@@ -226,11 +226,11 @@ sub display_one {
Please choose the CMS used to create your IMS content package.
@@ -274,10 +274,10 @@ Please choose the CMS used to create you
-
+
-
+
@@ -332,7 +332,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} ++;
@@ -399,13 +399,13 @@ ENDBLOCK
if ($area eq 'board') {
$r->print("
");
} elsif ($area eq 'users') {
$r->print("
");
@@ -445,10 +445,10 @@ ENDBLOCK
-
Display listing of contents in a new folder, with folder name:
+
-
Append listing of contents of top level of package to contents list for the current folder.
+
@@ -473,10 +473,10 @@ ENDBLOCK
-
+
-
+
@@ -686,7 +686,7 @@ ENDBLOCK
|;
+ $initblock .= qq|" onClick="javascript:init(this.form)" />|;
$initblock .= ', '.&mt('or the next time you log in.');
$initblock .= qq||;
$r->print($initblock);