version 1.128.2.3, 2006/03/29 23:05:00
|
version 1.129, 2006/03/29 14:03:08
|
Line 970 DONEBUTTON
|
Line 970 DONEBUTTON
|
&Apache::structuretags::finalize_storage(); |
&Apache::structuretags::finalize_storage(); |
} |
} |
} elsif ($target eq 'webgrade') { |
} elsif ($target eq 'webgrade') { |
$result.="</div>"; |
$result.="</div>\n<hr />"; |
#$result.='<input type="submit" name="next" value="'. |
#$result.='<input type="submit" name="next" value="'. |
# &mt('Save & Next').'" /> '; |
# &mt('Save & Next').'" /> '; |
#$result.='<input type="submit" name="end" value="'. |
#$result.='<input type="submit" name="end" value="'. |
Line 1873 sub start_IntroParagraph {
|
Line 1873 sub start_IntroParagraph {
|
} elsif ($tagstack->[-2] eq 'Task' && $target eq 'webgrade') { |
} elsif ($tagstack->[-2] eq 'Task' && $target eq 'webgrade') { |
&Apache::lonxml::startredirection(); |
&Apache::lonxml::startredirection(); |
} else { |
} else { |
&Apache::lonxml::error("Invalid use of <IntroParagraph> inside of <".$tagstack->[-2].">"); |
&Apache:;lonxml::error("Invalid use of <IntroParagraph> inside of <".$tagstack->[-2].">"); |
&Apache::lonxml::get_all_text('/introparagraph',$parser,$style); |
&Apache::lonxml::get_all_text('/introparagraph',$parser,$style); |
} |
} |
|
|