<s:event b:on="construct" b:action="show" b:target="." /> <s:include b:url="forms.xml" /> <!-- This is an application layout, that is scalable with the font size. The two top rows are fixed and will not scale with the font size. All other panels are scalable and flexible. If you resize the browser window and enlarge the font size while your viewing this page you can see the effect. The font sizes are specified because this panel layout depends on the font size to size the panels. To create a consistent font size across all browsers, the style declarations are used. --> <div> <b:panelset b:rows="1.5% 15% 1.5% * 1.5% 4% 1.5%" b:singular="loose"> <b:panel id="topSpacer" /> <b:panelset b:cols="10% 80% 10%" class="b-panel" b:singular="loose"> <b:panel id="topLeftSpacer" /> <b:panel style="background-color: #aaffaa" id="headerPanel"> <b:box id="headerBox" name="headerBox"> <div> <img src="gfx/ambit_logo_160_108.gif" width="160" height="108" border="0" /> <span class="login"> <a href="index.asp">login</a> | <a b:action="load" b:url="pub/signupStart.xml" b:destination="id('detailBox')" b:behavior="history">sign up</a> </span> </div> </b:box> </b:panel> <b:panel id="topRightSpacer" /> </b:panelset> <b:panel id="middleSpacer" /> <b:panelset b:cols="10% 19% 1% 60% 10%" class="b-panel" b:singular="loose"> <b:panel id="leftSpacer" /> <b:panel id="left-nav"> <b:box id="navBox" class="navBox" b:style="background-color: #F7F9F9;" b:open="true"> <div id="navDiv" class="detailNav"> <s:include b:url="nav/frontEndNav.xml" /> </div> </b:box> </b:panel> <b:panel id="contentSpacer" /> <b:panel id="content"> <b:box id="detailBox" class="detailBox" b:style="background-color: #F7F9F9;" b:open="true"> <!-- BOOKMARK --> <s:event b:on="construct" b:action="select" b:target="id($bpc_bookmark)" /> <s:behavior b:name="history"> <s:event b:on="click"> <s:history b:name="browser" b:bookmark="{@id}"> <s:task b:action="select" /> </s:history> </s:event> </s:behavior> <s:include b:url="pub/info/home.xml" /> </b:box> </b:panel> <b:panel id="rightSpacer" /> </b:panelset> <b:panel id="midBottomSpacer" /> <b:panelset b:cols="10% 80% 10%" class="b-panel" b:singular="loose"> <b:panel id="leftBottomSpacer" /> <b:panel style="background-color: #aaffff" id="statusbar"> <b:box id="footerBox" class="footerBox" b:open="true"> <s:include b:url="xml/footer.xml" /> </b:box> </b:panel> <b:panel id="rightBottomSpacer" /> </b:panelset> <b:panel id="bottomSpacer" /> </b:panelset> <b:modal id="MODAL_EXAMPLES" b:autopos="false" style="width:800px; height:580px; left:15%;top:6%;"> <b:modalhead>Examples</b:modalhead> <b:modalbody> <s:event b:on="construct"> <s:task b:action="load" b:url="pub/info/examples.xml" /> </s:event> </b:modalbody> </b:modal> <b:modal id="MODAL_ROI" b:autopos="false" style="width:800px; height:580px; left:15%;top:6%;"> <b:modalhead>ROI Calculator</b:modalhead> <b:modalbody> <s:event b:on="construct"> <s:task b:action="load" b:url="forms/roiForm.xml" /> </s:event> </b:modalbody> </b:modal> </div>