<s:event b:on="construct" b:action="show"/> <!-- everything that is never shown - in here --> <div style="display:none;"> <s:include b:url="/chrome/bb3/skin.xml"/> <s:include b:url="/data/navigation.xml"/> <s:include b:url="/data/forms.xml"/> <!-- listeners for links to non-BDOC documents... --> <div id="forum"> <s:event b:on="nav:show-page" b:action="select" b:target="id('forumBuffer')" /> </div> <div id="/shop/"> <s:event b:on="nav:show-page" b:action="select" b:target="id('shop_main_panel')" /> </div> <!-- Contains references to protected buffers --> <!-- Trigger 'command' event to issue bufferdirty on them all --> <div id="clear_protected_trigger"> <s:event b:on="command"> <s:task b:action="trigger" b:event="command" b:target="*" b:test="*" /> </s:event> </div> </div> <!-- Include shop --> <s:include b:url="/shop/shopIndex.html?cmd=index" /> <!-- ... -->