Be patient – patience is a virtue... !AJAX portal on Mantis on the Net <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" /> <s:include b:url="tab.xml" /> <!-- 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"> </thead> <tr> <th colspan="3" style="color:grey;"> Note: the search isn't working yet. </th> </tr> <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-weather"> <b:portlet-head b:caption="My pic:"/> <b:portlet-body> <s:include b:url="my_pic.xml"/> </b:portlet-body> </b:portlet> <b:portlet id="portlet-stockexchage"> <b:portlet-head b:caption="Quote:"/> <b:portlet-body> <s:include b:url="quote.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-addressbook"> <b:portlet-head b:caption="Copyright notice:"/> <b:portlet-body style="padding:5px;"> <center>Copyright 2006 Valeriy 'Val' Paliy AKA Mantis.<br />All rights reserved. Powered by <a href="www.backbase.com">Backbase</a></center> </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="About me:"/> <b:portlet-body style="padding:5px;"> My name is Valeriy, however, it's girl's name in the US of A, so I prefer to be called Val (like Val Kilmer). BA and MA of CS. Find links to my websites and blogs to get to know me a little bit better. I hope you enjoy this site as much as I do! Thank you! </b:portlet-body> </b:portlet> <b:portlet id="portlet-addressbook"> <b:portlet-head b:caption="What/how I'm doing:"/> <b:portlet-body style="padding:5px;"> I am all into AJAX at the moment, reading online articles and offline books on it. I am also working on my resume, which will hopefully get me an interview that will lead to getting a job I want. Wanna know more? Feel free to download my resume in either <a href="http://www.valeriypaliy.narod.ru/files/ValPaliyResume.rtf">RTF</a> or <a href="http://www.valeriypaliy.narod.ru/files/ValPaliyResume.pdf">PDF</a>. Thank You! </b:portlet-body> </b:portlet> <b:portlet id="portlet-news"> <b:portlet-head b:caption="News and Events:"/> <b:portlet-body> <s:include b:url="news.xml"/> </b:portlet-body> </b:portlet> <b:portlet id="portlet-chat"> <b:portlet-head b:caption="Links:"/> <b:portlet-body> <s:include b:url="links.xml"/> </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>
Hosted by uCoz