changes for www.testadempiere.com
This commit is contained in:
parent
d1328d22b3
commit
2a6109c8f0
|
@ -9,7 +9,7 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
<?component name="loginLinks" inline="true" macroURI="login-links.zul"?>
|
<?component name="loginLinks" inline="true" macroURI="login-links.zul"?>
|
||||||
<div>
|
<div>
|
||||||
<vendorLogo/>
|
<vendorLogo/>
|
||||||
<loginInfo if="${desktop.execution.serverName == "www.testadempiere.com" or desktop.execution.serverName == "127.0.0.1"}"/>
|
<loginInfo if="${desktop.execution.localName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName == "127.0.0.1"}"/>
|
||||||
<versionInfo/>
|
<versionInfo/>
|
||||||
<loginLinks/>
|
<loginLinks/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,7 +15,7 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="loginLinksBox" if="${desktop.execution.serverName == "www.testadempiere.com" or desktop.execution.serverName == "127.0.0.1"}"
|
<div class="loginLinksBox" if="${desktop.execution.localName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName == "127.0.0.1"}"
|
||||||
style="position: absolute; bottom: 5px;">
|
style="position: absolute; bottom: 5px;">
|
||||||
|
|
||||||
<toolbarbutton href="http://www.zkoss.org" image="http://www.zkoss.org/img/zkpowered_s.png"
|
<toolbarbutton href="http://www.zkoss.org" image="http://www.zkoss.org/img/zkpowered_s.png"
|
||||||
|
|
|
@ -6,7 +6,7 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
<zk>
|
<zk>
|
||||||
|
|
||||||
<div style="background-color: #E5E5E5; margin: 5px;"
|
<div style="background-color: #E5E5E5; margin: 5px;"
|
||||||
if="${desktop.execution.serverName == "www.testadempiere.com"}">
|
if="${desktop.execution.localName == "ip-10-8-0-1.ec2.internal"}">
|
||||||
<hbox valign="middle">
|
<hbox valign="middle">
|
||||||
<toolbarbutton
|
<toolbarbutton
|
||||||
href="http://www.idalica.com" image="http://www.testadempiere.com/images/Idalica_Logo-grey-sm.png" target="_blank"/>
|
href="http://www.idalica.com" image="http://www.testadempiere.com/images/Idalica_Logo-grey-sm.png" target="_blank"/>
|
||||||
|
@ -14,7 +14,7 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1em; font-weight: bold;" />
|
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1em; font-weight: bold;" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 90px" if="${desktop.execution.serverName != "www.testadempiere.com"}">
|
<div style="height: 90px" if="${desktop.execution.localName != "ip-10-8-0-1.ec2.internal"}">
|
||||||
<space/>
|
<space/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -64,6 +64,11 @@ Copyright (C) 2009 Idalica Corporation
|
||||||
<td>:</td>
|
<td>:</td>
|
||||||
<td aligh="left">${os}</td>
|
<td aligh="left">${os}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="right">Host</td>
|
||||||
|
<td>:</td>
|
||||||
|
<td aligh="left">${desktop.execution.localName}</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
]]>
|
]]>
|
||||||
|
|
Loading…
Reference in New Issue