<s:include b:url="controls/backbase/forms.xml" /> <s:whenactive> <s:keys b:keys="ctrl+alt+m" b:action="trigger" b:event="toggle-panelset" b:bubble="false"/> </s:whenactive> <s:event b:on="construct" b:action="visible" b:target="/body"/> <s:event b:on="toggle-panelset"> <s:choose> <s:when b:test="@b:full-screen='true'"> <s:task b:action="setpanelset" b:target="id('main-panelset')" b:cols="270px 2px *"/> <s:setatt b:full-screen="false"/> </s:when> <s:otherwise> <s:task b:action="setpanelset" b:target="id('main-panelset')" b:cols="0px 0px *"/> <s:setatt b:full-screen="true"/> </s:otherwise> </s:choose> </s:event> <s:bookmark> <s:choose> <s:when b:test="$bpc_bookmark=''"></s:when> <s:when b:test="substring-before($bpc_bookmark, '__') = ''"> <s:task b:action="remove" b:target="id('explorercontent')/b:panelset" /> <s:task b:action="load" b:destination="id('explorercontent')" b:url="{$bpc_bookmark}" b:mode="aslastchild"/> <s:task b:action="select" b:target="id($bpc_bookmark)"/> </s:when> <s:otherwise> <s:task b:action="remove" b:target="id('explorercontent')/b:panelset" /> <s:task b:action="load" b:destination="id('explorercontent')" b:url="{substring-before($bpc_bookmark, '__')}" b:mode="aslastchild"/> <s:task b:action="select" b:target="id($bpc_bookmark)"/> </s:otherwise> </s:choose> </s:bookmark> <s:behavior b:name="bookmark"> <s:event b:on="select"> <s:task b:action="bookmark" b:value="{@id}"/> <s:task b:action="settitle" b:value="{concat('Backbase Explorer - ', b:panel/h2)}"/> </s:event> </s:behavior> <style type="text/css" b:browser="ie5 ie55"> .img-link, .text-link { cursor: hand !important; } </style> <div id="wrapper4" class="container"> <div id="wrapper3" class="container"> <div id="wrapper2" class="container"> <div id="wrapper1" class="container"> <b:panelset b:rows="59px *" style="position: relative;"> <b:panel id="bar"> <img src="gfx/bar.gif" width="296" height="59"> <!--s:event b:on="command"> <s:history b:name="browser" b:bookmark="intro.xml"> <s:task b:action="remove" b:target="id('explorercontent')/*" /> <s:task b:action="load" b:url="intro.xml" b:destination="id('explorercontent')" b:mode="aslastchild" /> <s:task b:action="settitle" b:value="Backbase Explorer" /> </s:history> </s:event--> </img> </b:panel> <b:panelset id="main-panelset" b:cols="270px 2px *"> <b:panel id="tree"> <s:include b:url="examples/index.xml" /> </b:panel> <b:panel></b:panel> <b:panel id="explorerdiv"> <b:deck id="explorercontent" class="content" > <b:buffer b:url="intro.xml" id="intro.xml" b:bookmark="true" /> </b:deck> </b:panel> </b:panelset> </b:panelset> </div> </div> </div> </div>