# Still all bit yuck but the construct is getting nicer :-)
# I think we need to make the "result div" a script block and then it is as nice as it will get given browser constraints
||ifdef||output_folders||
||define||script_block||execute_it||
||define||tparam_folder_notop||false||
||include||_flds.js||
||endif||
||ifdef||results||
success_string='';
||begin_list_results||
add_error('||result_type||','||web_encode_js(result)||');
||end_list_results||
if(success_string) set_status(success_string,'warning');
||endif||
panel_show_old("folders");
var js=dge("execute_it");
if(js){
eval(js.innerHTML);
js.parentNode.removeChild(js);
}
||endif||