show login information on the new test and experimental servers

This commit is contained in:
Carlos Ruiz 2015-03-25 19:08:55 -05:00
parent e4c0fdd849
commit d7ec9ee5ca
3 changed files with 4 additions and 4 deletions

View File

@ -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 == &quot;ip-10-8-0-1.ec2.internal&quot; or desktop.execution.serverName.startsWith(&quot;demo.&quot;)}"/> <loginInfo if="${desktop.execution.serverName == &quot;ip-10-8-0-1.ec2.internal&quot; or desktop.execution.serverName.startsWith(&quot;demo.&quot;) or desktop.execution.serverName.startsWith(&quot;test.&quot;) or desktop.execution.serverName.startsWith(&quot;experimental.&quot;)}"/>
<versionInfo/> <versionInfo/>
<loginLinks/> <loginLinks/>
</div> </div>

View File

@ -15,7 +15,7 @@ Copyright (C) 2009 Idalica Corporation
} }
</style> </style>
<div class="loginLinksBox" if="${desktop.execution.serverName == &quot;ip-10-8-0-1.ec2.internal&quot; or desktop.execution.serverName.startsWith(&quot;demo.&quot;)}" <div class="loginLinksBox" if="${desktop.execution.serverName == &quot;ip-10-8-0-1.ec2.internal&quot; or desktop.execution.serverName.startsWith(&quot;demo.&quot;) or desktop.execution.serverName.startsWith(&quot;test.&quot;) or desktop.execution.serverName.startsWith(&quot;experimental.&quot;)}"
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"

View File

@ -15,7 +15,7 @@ Copyright (C) 2009 Idalica Corporation
</hbox> </hbox>
</div> </div>
<div style="background-color: #E5E5E5; margin: 5px;" <div style="background-color: #E5E5E5; margin: 5px;"
if="${desktop.execution.serverName.startsWith(&quot;demo.&quot;)}"> if="${desktop.execution.serverName.startsWith(&quot;demo.&quot;) or desktop.execution.serverName.startsWith(&quot;test.&quot;) or desktop.execution.serverName.startsWith(&quot;experimental.&quot;)}">
<hbox align="center"> <hbox align="center">
<toolbarbutton <toolbarbutton
href="http://www.idempiere.org" image="http://www.idempiere.org/_/rsrc/1366146890872/config/customLogo.gif?revision=3" target="_blank"/> 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;" /> style="font-family:Arial,sans-serif; color:#578BB8; font-size:1.5em; font-weight: bold;" />
</hbox> </hbox>
</div> </div>
<div style="height: 90px" if="${desktop.execution.serverName != &quot;ip-10-8-0-1.ec2.internal&quot; and ! desktop.execution.serverName.startsWith(&quot;demo.&quot;)}"> <div style="height: 90px" if="${desktop.execution.serverName != &quot;ip-10-8-0-1.ec2.internal&quot; and ! desktop.execution.serverName.startsWith(&quot;demo.&quot;) and ! desktop.execution.serverName.startsWith(&quot;test.&quot;) and ! desktop.execution.serverName.startsWith(&quot;experimental.&quot;)}">
<space/> <space/>
</div> </div>