# ~folders.htm compose message file
||ifequal||sid||0||
auth_error("");
||else||
# 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||
||include||_flds.js||
||endif||
panel_show_old("folders");
var js=dge("execute_it");
if(js){
eval(js.innerHTML);
js.parentNode.removeChild(js);
}
||endif||