<s:event b:on="construct" b:action="show" /> <div style="position:relative;margin:0 auto;text-align:left;width:760px"> <!-- Include the portal specific behaviors, scripts and styles --> <s:include b:url="portal.xml" /> <link rel="stylesheet" type="text/css" href="portal.css"/> <!-- Header--> <div id="portal-header"> <div id="portal-header-inner"> <!-- Search box --> <div id="portal-header-search"> <form b:behavior="portal-search-form"> <table cellspacing="2" cellpadding="0" border="0"> <thead style="display:none;" id="portal-search-error"> <th colspan="3" style="color:red;"> A search value is required! </th> </thead> <tbody> <tr> <td> Search the internet: </td> <td> <input b:required="true" id="portal-search-text" b:behavior="portal-search-text" type="text"/> </td> <td> <div b:behavior="portal-search-submit">Go</div> </td> </tr> </tbody> </table> </form> </div> </div> </div> <!-- Main portal view --> <div id="portal-main"> <table class="portal-columns-table" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <td class="portal-column col-left"> <div class="portal-column-inner"> <!-- Left column contents --> <div class="portal-column-content" id="portal-column-left" b:dragreceive="portal"> <b:portlet id="portlet-stockexchage"> <b:portlet-head b:caption="Stock Exchange"/> <b:portlet-body> <s:include b:url="stock_exchange.xml"/> </b:portlet-body> </b:portlet> <b:portlet id="portlet-weather"> <b:portlet-head b:caption="Weather"/> <b:portlet-body> <s:include b:url="weather.xml"/> </b:portlet-body> </b:portlet> </div> </div> </td> <td class="portal-column col-middle"> <div class="portal-column-inner"> <!-- Middle column contents --> <div class="portal-column-content" id="portal-column-middle" b:dragreceive="portal"> <b:portlet id="portlet-welcome"> <b:portlet-head b:caption="Welcome"/> <b:portlet-body> <s:include b:url="welcome.xml"/> </b:portlet-body> </b:portlet> <b:portlet id="portlet-chat"> <b:portlet-head b:caption="Chat"/> <b:portlet-body> <s:include b:url="chat.xml"/> </b:portlet-body> </b:portlet> <b:portlet id="portlet-news"> <b:portlet-head b:caption="News Headlines"/> <b:portlet-body> <s:include b:url="news.xml"/> </b:portlet-body> </b:portlet> </div> </div> </td> <td class="portal-column col-right"> <div class="portal-column-inner"> <!-- Right column contents --> <div class="portal-column-content" id="portal-column-right" b:dragreceive="portal"> <b:portlet id="portlet-addressbook"> <b:portlet-head b:caption="Information"/> <b:portlet-body style="padding:5px;"> This window can be used for all kinds of things.<br/> You can drag me around too! </b:portlet-body> </b:portlet> </div> </div> </td> </tr> </tbody> </table> </div> <a href="http://www.backbase.com" style="position:absolute;left:360px;top:16px;"><img src="gfx/backbase.gif" style="border-style:none;" /></a> </div>