Index: openacs-4/contrib/packages/simulation/www/simbuild/template-spec.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simbuild/Attic/template-spec.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/simulation/www/simbuild/template-spec.tcl 17 Dec 2003 16:24:17 -0000 1.2 +++ openacs-4/contrib/packages/simulation/www/simbuild/template-spec.tcl 13 Jan 2004 12:37:33 -0000 1.3 @@ -5,8 +5,9 @@ @creation-date 2003-12-10 } { workflow_id:integer + {deep_p:boolean "f"} } -set spec [simulation::template::generate_spec -workflow_id $workflow_id] +set spec [simulation::template::generate_spec -workflow_id $workflow_id -deep=[template::util::is_true $deep_p]] ns_return 200 text/plain [util::array_list_spec_pretty $spec]