<s:event b:on="construct" b:action="show" /> <s:behavior b:name="form-input"> <s:event b:on="focus" b:test="not(@type='submit' or @type='button' or @type='radio') and @name"><s:fxstyle b:border-color="#8c9da4" b:background-color="#ffffe0" b:time="500" /></s:event> <s:event b:on="blur" b:test="not(@type='submit' or @type='button' or @type='radio') and @name"><s:fxstyle b:border-color="#b8cfd8" b:background-color="#ffffff" b:time="500" /></s:event> </s:behavior> <s:behavior b:name="fx-color" b:bubble="false"> <s:event b:on="mouseenter"> <s:fxstyle b:background-color="#EBEFFB" b:time="250" /> </s:event> <s:event b:on="mouseleave"> <s:fxstyle b:background-color="#ffffff" b:time="250" /> </s:event> </s:behavior> <s:behavior b:name="fx-color2" b:bubble="false"> <!-- <s:event b:on="mouseenter"> <s:task b:action="msg" b:value="{html()/li[1]}"/> </s:event> <s:event b:on="mouseleave"> <s:fxstyle b:background-color="#ffffff" b:time="250" /> </s:event> --> </s:behavior> <s:default b:tag="input" b:attribute="b:behavior" b:value="form-input"/> <s:default b:tag="textarea" b:attribute="b:behavior" b:value="form-input"/> <b:panelset b:rows="47px *" style="display:none;"> <s:event b:on="construct" b:action="show"/> <b:panel> <div align="center"><a href="http://www.trialserve.com"><img src="gfx/trialserve_predictor.gif" alt="beta" border="0"/></a></div> </b:panel> <b:panel > <b:tabbox id="tabbox" style="height: 100%;"> <b:tab b:label="Large Variant"> <s:include b:url="large_variant.xml" /> </b:tab> <b:tab b:label="Point Variant"> <s:include b:url="point_variant.xml" /> </b:tab> <b:tab b:label="About"> <s:include b:url="about.xml" /> </b:tab> </b:tabbox> </b:panel> </b:panelset>