<s:event b:on="construct" b:action="show" /> <div style="position:absolute;top:0;left:0;display:none;width:100%;height:100%;overflow:hidden;"> <s:event b:on="construct" b:action="show"/> <!-- Include windows specific behaviors --> <s:include b:url="windows.xml"/> <link rel="stylesheet" type="text/css" href="windows.css"/> <!-- background-control --> <b:wm-background id="wm-background"/> <!-- "window manager" --> <b:panelset b:rows="* 28px"> <b:panel> <div id="windowmanager" b:singular="loose"> <b:window id="window:selector" b:label="Seleccione" b:controls="min" b:taskbar="false" style="left:40%;top:20%;width:290px;height:286px;"> <b:windowbody> <div class="b-windowbody-inner-2" style="padding:5px;overflow:auto;background-image:url('gfx/bbabe.jpg')"> <a style="position:absolute;left:65px;top:50px;" b:action="load" b:url="window-01.xml" b:test="not(id('window:news'))" b:destination="id('windowmanager')" b:mode="aslastchild">Noticias</a><br/> <a style="position:absolute;left:65px;top:88px;" b:action="load" b:url="window-02.xml" b:test="not(id('window:finance'))" b:destination="id('windowmanager')" b:mode="aslastchild">Finanzas</a><br/> <a style="position:absolute;left:65px;top:127px;" b:action="load" b:url="window-03.xml" b:test="not(id('window:weather'))" b:destination="id('windowmanager')" b:mode="aslastchild">Clima</a><br/> <a style="position:absolute;left:65px;top:162px;" b:action="load" b:url="window-04.xml" b:test="not(id('window:movie'))" b:destination="id('windowmanager')" b:mode="aslastchild">Peliculas</a><br/> </div> </b:windowbody> </b:window> </div> </b:panel> <b:panel> <b:taskbar id="taskbar"> <b:startbutton b:action="select" b:target="id('window:selector')">Golem Solutions</b:startbutton> <b:taskbar-buttons id="taskbar:buttons" /> <td class="b-taskbar-notification" id="clock"> <s:event b:on="construct" b:action="js" b:value="runClock();"/> 00:00 </td> </b:taskbar> </b:panel> </b:panelset> </div>