<%
    use ui::cmn;
    my ($s,$prj,$toc,$bodies) = @_;
%>
<script  language="JavaScript">
<!--
function show_tree_leaf_props(n)
{
    var e;
    var i=0;
    while(i<=max_leaves)
    {
	if (++i==n) ++i; 
	e = ge_by_id('propstree_leaf_body_' + i);
	if (!e) continue;
	e.style.display = 'none';
	ge_by_id('propstree_leaf_' + i).className = 'tree-leaf';
    }
    e = ge_by_id('propstree_leaf_body_' + n);
    if (e) {
	e.style.display = 'block';
	ge_by_id('propstree_leaf_' + n).className = 'tree-leaf-active';
    }
    setFooterBottom(1);
}
-->
</script>

<form method=post>
<input type=hidden name=havevals value=1>

<div class=stretchformfields>
<table id=settings><tr><td  valign=top align=left style="width:14em;">

<table><tr><td><%$ $toc %></td></table>

</td><td valign=top align=left>


<table style='width:100%' id=megatable-with-options><tr><td>
<div id=setting-bodies  style='width:100%;text-align: left;'>
<%$ $bodies %>
</div>
</td></table>


</td>
</table>
<center style="padding-top:1em;"><% $forge->include('wgt-btns-ok-cancel') %></center>
</div>
</form>

