<!-- header area at top of screen - with title, menus, etc -->
<container id="head" file="header">
<layout class="stick_to_sides_attachment" alignment="horizontal,top" inset="0"/>
<attachment class="test_global_attachment" get_property="FS " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</container>
<!-- footer area at bottom of screen - with ticker, breadcrumbs, etc -->
<container id="foot" file="footer">
<layout class="stick_to_sides_attachment" alignment="horizontal, bottom" inset="0"/>
<attachment class="test_global_attachment" get_property="FS " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</container>
<!-- sections area on the side of the screen -->
<container id="sect" file="sections">
<!-- stick to left of screen -->
<layout class="stick_to_sides_attachment" alignment="left"/>
<layout class="fit_children_attachment" alignment="horizontal" offset="0"/>
<!-- stick to bottom of header panel -->
<layout class="stick_to_object_attachment" target="head" get_side="bottom" set_side="top" inset="0"/>
<!-- stick to top of footer panel -->
<layout class="stick_to_object_attachment" target="foot" get_side="top" set_side="bottom" inset="0"/>
<attachment class="test_global_attachment" get_property="FS " value="true" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</container>