version 1.37, 2009/10/24 03:24:13
|
version 1.38, 2009/10/25 14:48:55
|
Line 130 sub handler {
|
Line 130 sub handler {
|
} |
} |
|
|
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, |
['action','showdom','cnum','state']); |
['action','showdom','cnum','state','crstype']); |
&Apache::lonhtmlcommon::clear_breadcrumbs(); |
&Apache::lonhtmlcommon::clear_breadcrumbs(); |
my $dom = &get_course_dom(); |
my $dom = &get_course_dom(); |
my $action = $env{'form.action'}; |
my $action = $env{'form.action'}; |
Line 718 END
|
Line 718 END
|
$r->print('</select></form>'."\n". |
$r->print('</select></form>'."\n". |
&Apache::lonhtmlcommon::row_closure(1)."\n". |
&Apache::lonhtmlcommon::row_closure(1)."\n". |
&Apache::lonhtmlcommon::end_pick_box().'</div>'."\n". |
&Apache::lonhtmlcommon::end_pick_box().'</div>'."\n". |
'<div><form name="'.$formname.'" method="post" action="">'."\n". |
'<div><form name="'.$formname.'" method="post" action="/adm/requestcourse">'."\n". |
'<input type="hidden" name="state" value="crstype" />'."\n". |
'<input type="hidden" name="state" value="crstype" />'."\n". |
'<input type="hidden" name="showdom" value="'.$dom.'" />'."\n". |
'<input type="hidden" name="showdom" value="'.$dom.'" />'."\n". |
'<input type="hidden" name="crstype" value="" />'."\n". |
'<input type="hidden" name="crstype" value="" />'."\n". |