Users (Login) | Please register
Google
<s:event b:on="construct" b:action="show" /> <link rel="stylesheet" type="text/css" href="portal.css"/> <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"/> <!-- 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-projects"> <b:portlet-head b:caption="Myio Projects"/> <b:portlet-body> <s:include b:url="myioprojects.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> --> <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-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-welcomemyio"> <b:portlet-head b:caption="Welcome to Myio.net"/> <b:portlet-body> <s:include b:url="welcomemyio.xml"/> </b:portlet-body> </b:portlet> <b:portlet id="portlet-whymyio"> <b:portlet-head b:caption="Why Myio?"/> <b:portlet-body> <s:include b:url="whymyio.xml"/> </b:portlet-body> </b:portlet> <!-- <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> --> </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-myiosoftscripts"> <b:portlet-head b:caption="MyioSoft Demo"/> <b:portlet-body> <s:include b:url="myiosoftscripts.xml"/> </b:portlet-body> </b:portlet> <!-- <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-info"> <b:portlet-head b:caption="Links"/> <b:portlet-body> <div xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://myio.net/b" xmlns:s="http://myio.net/s"> <style type="text/css"> .portlet-news { padding: 4px; } .portlet-news ul { margin: 0; padding: 0 0 0 20px; } .portlet-news li { margin: 0; padding: 0; } .portlet-news a { color: #4f91bb; } .portlet-news-tooltip { border: 3px double #e0e0e0; background-color: #ffffff; padding: 2px; width: 300px; } .portlet-news-tooltip h1 { margin: 0; padding: 0; font-size: 11px; font-weight: bold; line-height: 13px; text-align: center; } .portlet-news-tooltip p { margin: 0; padding: 4px 10px; } </style> <div class="portlet-news"> <ul> <li> <a href="index.html">Myio.net</a> <s:tooltip class="portlet-news-tooltip"> <h1>Myio.net</h1> <p>Reload the present page.</p> </s:tooltip> </li> <li> <a href="ajax.html">Wounder of AJAX</a> <s:tooltip class="portlet-news-tooltip"> <h1>Wounder of AJAX</h1> <p>Some interesting AJAX demonstrations.</p> </s:tooltip> </li> <li> <a href="ajaxexamples.html">AJAX Examples</a> <s:tooltip class="portlet-news-tooltip"> <h1>AJAX Examples</h1> <p>Some AJAX examples implemented in the page.</p> </s:tooltip> </li> <li> <a href="http://myio.net">HTML Myio.net</a> <s:tooltip class="portlet-news-tooltip"> <h1>Myio.net Standard HTML form</h1> <p>To main Myio.net HTML page</p> </s:tooltip> </li> </ul> </div> </div> </b:portlet-body> </b:portlet> </div> </div> </td> </tr> <!-- Footer --> <tr><td align="left" style="padding:5px; background-color: #834F13;height:1px;" colspan="3"></td></tr> <tr> <td align="left" style="padding:5px; background-color: #F8CD98;"> Copyright © 2004 <a href="http://myio.net">MyioSoft™</a></td> <td align="center" style="padding:5px; background-color: #F8CD98;"> </td> <td align="right" style="padding:5px; background-color: #F8CD98;"> Powered by <a href="http://myio.net">Backbase</a></td> </tr> <tr><td align="left" style="padding:5px; background-color: #834F13;height:1px;" colspan="3"></td></tr> </tbody> </table> </div> </div>