version 1.1, 2012/03/31 12:02:21
|
version 1.2, 2012/05/07 02:12:47
|
Line 148 use Apache::lonnet;
|
Line 148 use Apache::lonnet;
|
use Apache::loncommon; |
use Apache::loncommon; |
use Apache::lonhtmlcommon; |
use Apache::lonhtmlcommon; |
use Apache::lonnavmaps; |
use Apache::lonnavmaps; |
|
use Apache::londocs; |
use Apache::lonlocal; |
use Apache::lonlocal; |
use LONCAPA qw(:DEFAULT :match); |
use LONCAPA qw(:DEFAULT :match); |
|
|
Line 218 sub create_picker {
|
Line 219 sub create_picker {
|
' onclick="javascript:checkAll(document.'.$formname.'.discussion)" />'. |
' onclick="javascript:checkAll(document.'.$formname.'.discussion)" />'. |
' <input type="button" value="'.&mt('uncheck all').'"'. |
' <input type="button" value="'.&mt('uncheck all').'"'. |
' onclick="javascript:uncheckAll(document.'.$formname.'.discussion)" />'. |
' onclick="javascript:uncheckAll(document.'.$formname.'.discussion)" />'. |
'</fieldset></div>'; |
'</fieldset>'; |
} |
} |
|
$display .= '</div>'; |
} |
} |
my $curRes; |
my $curRes; |
my $lastcontainer = $startcount; |
my $lastcontainer = $startcount; |
Line 358 sub create_picker {
|
Line 360 sub create_picker {
|
} |
} |
my $output = &Apache::loncommon::start_page($title,$scripttag,$args); |
my $output = &Apache::loncommon::start_page($title,$scripttag,$args); |
if ($context eq 'imsexport') { |
if ($context eq 'imsexport') { |
$output .= &Apache::lonhtmlcommon::breadcrumbs('IMS Export'); |
$output .= &Apache::lonhtmlcommon::breadcrumbs('IMS Export'). |
|
&Apache::londocs::startContentScreen('tools'); |
} |
} |
$output .= $display; |
$output .= $display; |
if ($context eq 'examblock') { |
if ($context eq 'examblock') { |
$output .= &Apache::loncommon::end_page(); |
$output .= &Apache::loncommon::end_page(); |
|
} elsif ($context eq 'imsexport') { |
|
$output .= &Apache::londocs::endContentScreen(); |
} |
} |
return $output; |
return $output; |
} |
} |