core-jgi/org.adempiere.ui.zk/theme/default/login-info.zul

64 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2009 Low Heng Sin
Copyright (C) 2009 Idalica Corporation
-->
<html>
<![CDATA[
<style>
.section-head {
margin-top: 20px;
font-size: 9pt;
}
.loginInfoBox {
background-color: #9CBDFF;
margin: 5px;
padding: 3px;
margin-top: 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
</style>
<div class="loginInfoBox">
<span class="section-head">Initially you can log into the system with the following users:
</span>
<table cellpadding="5" cellspacing="0" style="margin-top: 10px; font-size: 8pt; background-color: transparent;">
<tbody><tr valign="top">
</th><th><i><b>User</b></i>
</th><th><i><b>EMail</b></i>
</th><th><i><b>Password</b></i>
</th></tr>
<tr valign="top">
</td><td>GardenAdmin
</td><td>admin @ gardenworld.com
</td><td>GardenAdmin
</td></tr>
<tr valign="top">
</td><td>GardenUser
</td><td>user @ gardenworld.com
</td><td>GardenUser
</td></tr>
<tr valign="top">
</td><td>SuperUser
</td><td>superuser @ idempiere.com
</td><td>System
</td></tr>
<tr valign="top">
</td><td>System
</td><td>system @ idempiere.com
</td><td>System
</td></tr>
</tbody>
</table>
</div>
]]>
</html>