2009-05-14 15:38:37 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2009 Low Heng Sin
|
|
|
|
Copyright (C) 2009 Idalica Corporation
|
|
|
|
-->
|
|
|
|
<zk>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.loginLinksBox {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 3px;
|
|
|
|
font-size: 8pt;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2009-05-15 00:34:22 +07:00
|
|
|
<div class="loginLinksBox" if="${desktop.execution.localName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName == "127.0.0.1"}"
|
2009-05-14 15:38:37 +07:00
|
|
|
style="position: absolute; bottom: 5px;">
|
|
|
|
|
|
|
|
<toolbarbutton href="http://www.zkoss.org" image="http://www.zkoss.org/img/zkpowered_s.png"
|
|
|
|
tooltiptext="Powered by Zk" target="_blank"
|
|
|
|
/>
|
|
|
|
<button href="http://www.mozilla.com/firefox" id="getFirefox"
|
|
|
|
image="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png"
|
|
|
|
target="_blank"
|
|
|
|
/>
|
|
|
|
<button href="http://www.adempiere.org" image="images/AD32.png"
|
|
|
|
tooltiptext="ADempiere Community" style="height:32px; width:32px" target="_blank"/>
|
|
|
|
</div>
|
|
|
|
|
2009-05-27 16:08:15 +07:00
|
|
|
<zscript if="${desktop.execution.localName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName == "127.0.0.1"}">
|
2009-05-14 15:38:37 +07:00
|
|
|
<![CDATA[
|
|
|
|
getFirefox.setHref("http://www.mozilla.com/?from=sfx&uid=0&t=306");
|
|
|
|
]]>
|
|
|
|
</zscript>
|
|
|
|
|
|
|
|
</zk>
|