version 1.116, 2004/08/17 14:27:19
|
version 1.117, 2004/08/19 02:08:27
|
Line 446 imscp_v1p1.xsd http://www.imsglobal.org/
|
Line 446 imscp_v1p1.xsd http://www.imsglobal.org/
|
$alldiscussion{$_} = $_; |
$alldiscussion{$_} = $_; |
} |
} |
unless ( ($notshown{$alldiscussion{$_}} eq '1') || ($shown{$alldiscussion{$_}} == 0) ) { |
unless ( ($notshown{$alldiscussion{$_}} eq '1') || ($shown{$alldiscussion{$_}} == 0) ) { |
unless ($outputtarget eq 'tex' && $outputtarget eq 'export') { |
if ($outputtarget ne 'tex' && $outputtarget ne 'export') { |
$discussion.="\n<tr>"; |
$discussion.="\n<tr>"; |
} |
} |
my $thisdepth=$depth[$alldiscussion{$_}]; |
my $thisdepth=$depth[$alldiscussion{$_}]; |
unless ($outputtarget eq 'tex' || $outputtarget eq 'export') { |
if ($outputtarget ne 'tex' && $outputtarget ne 'export') { |
for (1..$thisdepth) { |
for (1..$thisdepth) { |
$discussion.='<td> </td>'; |
$discussion.='<td> </td>'; |
} |
} |