16 lines
603 B
XML
16 lines
603 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (C) 2009 Low Heng Sin
|
|
Copyright (C) 2009 Idalica Corporation
|
|
-->
|
|
<?component name="vendorLogo" inline="true" macroURI="vendor-logo.zul"?>
|
|
<?component name="loginInfo" macroURI="login-info.zul"?>
|
|
<?component name="versionInfo" inline="true" macroURI="version-info.zul"?>
|
|
<?component name="loginLinks" inline="true" macroURI="login-links.zul"?>
|
|
<div>
|
|
<vendorLogo/>
|
|
<loginInfo if="${desktop.execution.localName == "ip-10-8-0-1.ec2.internal" or desktop.execution.serverName == "127.0.0.1"}"/>
|
|
<versionInfo/>
|
|
<loginLinks/>
|
|
</div>
|