show login information on the new test and experimental servers
This commit is contained in:
parent
e4c0fdd849
commit
d7ec9ee5ca
|
@ -9,7 +9,7 @@ Copyright (C) 2009 Idalica Corporation
|
|||
<?component name="loginLinks" inline="true" macroURI="login-links.zul"?>
|
||||
<div>
|
||||
<vendorLogo/>
|
||||
<loginInfo if="${desktop.execution.serverName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName.startsWith("demo.")}"/>
|
||||
<loginInfo if="${desktop.execution.serverName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName.startsWith("demo.") or desktop.execution.serverName.startsWith("test.") or desktop.execution.serverName.startsWith("experimental.")}"/>
|
||||
<versionInfo/>
|
||||
<loginLinks/>
|
||||
</div>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright (C) 2009 Idalica Corporation
|
|||
}
|
||||
</style>
|
||||
|
||||
<div class="loginLinksBox" if="${desktop.execution.serverName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName.startsWith("demo.")}"
|
||||
<div class="loginLinksBox" if="${desktop.execution.serverName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName.startsWith("demo.") or desktop.execution.serverName.startsWith("test.") or desktop.execution.serverName.startsWith("experimental.")}"
|
||||
style="position: absolute; bottom: 5px;">
|
||||
|
||||
<toolbarbutton href="http://www.zkoss.org" image="http://www.zkoss.org/img/zkpowered_s.png"
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright (C) 2009 Idalica Corporation
|
|||
</hbox>
|
||||
</div>
|
||||
<div style="background-color: #E5E5E5; margin: 5px;"
|
||||
if="${desktop.execution.serverName.startsWith("demo.")}">
|
||||
if="${desktop.execution.serverName.startsWith("demo.") or desktop.execution.serverName.startsWith("test.") or desktop.execution.serverName.startsWith("experimental.")}">
|
||||
<hbox align="center">
|
||||
<toolbarbutton
|
||||
href="http://www.idempiere.org" image="http://www.idempiere.org/_/rsrc/1366146890872/config/customLogo.gif?revision=3" target="_blank"/>
|
||||
|
@ -23,7 +23,7 @@ Copyright (C) 2009 Idalica Corporation
|
|||
style="font-family:Arial,sans-serif; color:#578BB8; font-size:1.5em; font-weight: bold;" />
|
||||
</hbox>
|
||||
</div>
|
||||
<div style="height: 90px" if="${desktop.execution.serverName != "ip-10-8-0-1.ec2.internal" and ! desktop.execution.serverName.startsWith("demo.")}">
|
||||
<div style="height: 90px" if="${desktop.execution.serverName != "ip-10-8-0-1.ec2.internal" and ! desktop.execution.serverName.startsWith("demo.") and ! desktop.execution.serverName.startsWith("test.") and ! desktop.execution.serverName.startsWith("experimental.")}">
|
||||
<space/>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue